about summary refs log tree commit diff
path: root/tests/coverage/while.cov-map
AgeCommit message (Collapse)AuthorLines
2024-05-14coverage: Simplify counter expressions using simple algebraZalathar-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-16coverage: 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-07coverage: Migrate `tests/coverage-map` into `tests/coverage`Zalathar-0/+15