about summary refs log tree commit diff
path: root/tests/coverage/inline-dead.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-02-16coverage: Discard spans that fill the entire function bodyZalathar-3/+3
When we try to extract coverage-relevant spans from MIR, sometimes we see MIR statements/terminators whose spans cover the entire function body. Those spans tend to be unhelpful for coverage purposes, because they often represent compiler-inserted code, e.g. the implicit return value of `()`.
2024-01-18coverage: Format all remaining testsZalathar-9/+9
These tests can simply be reformatted as normal, because the resulting changes are unimportant.
2024-01-05coverage: Overhaul how "visible macros" are determinedZalathar-2/+2
2023-11-07coverage: Migrate `tests/coverage-map` into `tests/coverage`Zalathar-0/+45