| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-05-14 | coverage: Simplify counter expressions using simple algebra | Zalathar | -5/+3 | |
| Some of these cases currently don't occur in practice, but are included for completeness, and to avoid having to add them later as branch coverage and MC/DC coverage start building more complex expressions. | ||||
| 2024-01-16 | coverage: Tweak individual tests to be unaffected by `rustfmt` | Zalathar | -3/+3 | |
| Some of these tests use non-standard formatting that we can simulate by strategically adding `//` line comments. One contains `where` clauses that would be split across multiple lines, which we can keep on one line by moving the bounds to the generic type instead. | ||||
| 2023-11-07 | coverage: Migrate `tests/coverage-map` into `tests/coverage` | Zalathar | -0/+15 | |
