rust/tests/coverage/branch
Zalathar abc2c702af coverage: Add debugging flag `-Zcoverage-options=no-mir-spans`
When set, this flag skips the code that normally extracts coverage spans from
MIR statements and terminators. That sometimes makes it easier to debug branch
coverage and MC/DC coverage, because the coverage output is less noisy.

For internal debugging only. If other code changes would make it hard to keep
supporting this flag, remove it.
2024-06-17 21:16:15 +10:00
..
generics.cov-map coverage: Simplify counter expressions using simple algebra 2024-05-14 13:58:40 +10: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: Move branch coverage tests into a subdirectory 2024-04-17 11:41:40 +10: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: Simplify counter expressions using simple algebra 2024-05-14 13:58:40 +10: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: Simplify counter expressions using simple algebra 2024-05-14 13:58:40 +10: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: Simplify counter expressions using simple algebra 2024-05-14 13:58:40 +10: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: Simplify counter expressions using simple algebra 2024-05-14 13:58:40 +10: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: Branch coverage tests for match arms 2024-04-22 21:55:33 +10: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: Branch coverage tests for match arms 2024-04-22 21:55:33 +10: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: Add debugging flag `-Zcoverage-options=no-mir-spans` 2024-06-17 21:16:15 +10: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: Simplify counter expressions using simple algebra 2024-05-14 13:58:40 +10: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