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 coverage: Include the highest counter ID seen in .cov-map dumps 2024-10-11 21:04:37 +11:00
generics.coverage coverage: Move branch coverage tests into a subdirectory 2024-04-17 11:41:40 +10:00
generics.rs coverage: Move branch coverage tests into a subdirectory 2024-04-17 11:41:40 +10:00
guard.cov-map coverage: Include the highest counter ID seen in .cov-map dumps 2024-10-11 21:04:37 +11:00
guard.coverage coverage: Move branch coverage tests into a subdirectory 2024-04-17 11:41:40 +10:00
guard.rs coverage: Move branch coverage tests into a subdirectory 2024-04-17 11:41:40 +10:00
if-let.cov-map coverage: Include the highest counter ID seen in .cov-map dumps 2024-10-11 21:04:37 +11:00
if-let.coverage coverage: Add branch coverage support for if-let and let-chains 2024-04-30 22:35:55 +10:00
if-let.rs coverage: Branch coverage test for if-let and let-chains 2024-04-22 21:55:33 +10:00
if.cov-map coverage: Include the highest counter ID seen in .cov-map dumps 2024-10-11 21:04:37 +11:00
if.coverage coverage: Move branch coverage tests into a subdirectory 2024-04-17 11:41:40 +10:00
if.rs coverage: Move branch coverage tests into a subdirectory 2024-04-17 11:41:40 +10:00
lazy-boolean.cov-map coverage: Include the highest counter ID seen in .cov-map dumps 2024-10-11 21:04:37 +11:00
lazy-boolean.coverage coverage: Branch coverage tests for lazy boolean operators 2024-04-17 12:32:30 +10:00
lazy-boolean.rs coverage: Branch coverage tests for lazy boolean operators 2024-04-17 12:32:30 +10:00
let-else.cov-map coverage: Include the highest counter ID seen in .cov-map dumps 2024-10-11 21:04:37 +11:00
let-else.coverage coverage: Add branch coverage support for let-else 2024-04-30 22:35:54 +10:00
let-else.rs coverage: Branch coverage test for let-else 2024-04-22 21:55:33 +10:00
match-arms.cov-map coverage: Include the highest counter ID seen in .cov-map dumps 2024-10-11 21:04:37 +11:00
match-arms.coverage coverage: Branch coverage tests for match arms 2024-04-22 21:55:33 +10:00
match-arms.rs coverage: Branch coverage tests for match arms 2024-04-22 21:55:33 +10:00
match-trivial.cov-map coverage: Include the highest counter ID seen in .cov-map dumps 2024-10-11 21:04:37 +11:00
match-trivial.coverage coverage: Branch coverage tests for match arms 2024-04-22 21:55:33 +10:00
match-trivial.rs coverage: Branch coverage tests for match arms 2024-04-22 21:55:33 +10:00
no-mir-spans.cov-map coverage: Include the highest counter ID seen in .cov-map dumps 2024-10-11 21:04:37 +11:00
no-mir-spans.coverage coverage: Add debugging flag -Zcoverage-options=no-mir-spans 2024-06-17 21:16:15 +10:00
no-mir-spans.rs coverage: Add debugging flag -Zcoverage-options=no-mir-spans 2024-06-17 21:16:15 +10:00
while.cov-map coverage: Include the highest counter ID seen in .cov-map dumps 2024-10-11 21:04:37 +11:00
while.coverage coverage: Move branch coverage tests into a subdirectory 2024-04-17 11:41:40 +10:00
while.rs coverage: Move branch coverage tests into a subdirectory 2024-04-17 11:41:40 +10:00