rust/tests/coverage/branch
Zalathar 599f95ecc2 coverage: Include the highest counter ID seen in .cov-map dumps
When making changes that have a large impact on coverage counter creation, this
makes it easier to see whether the number of physical counters has changed.

(The highest counter ID seen in coverage maps is not necessarily the same as
the number of physical counters actually used by the instrumented code, but
it's the best approximation we can get from looking only at the coverage maps,
and it should be reasonably accurate in most cases.)
2024-10-11 21:04:37 +11:00
..
generics.cov-map
generics.coverage
generics.rs
guard.cov-map
guard.coverage
guard.rs
if-let.cov-map
if-let.coverage
if-let.rs
if.cov-map
if.coverage
if.rs
lazy-boolean.cov-map
lazy-boolean.coverage
lazy-boolean.rs
let-else.cov-map
let-else.coverage
let-else.rs
match-arms.cov-map
match-arms.coverage
match-arms.rs
match-trivial.cov-map
match-trivial.coverage
match-trivial.rs
no-mir-spans.cov-map
no-mir-spans.coverage
no-mir-spans.rs
while.cov-map
while.coverage
while.rs