| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-06-17 | coverage: Add debugging flag `-Zcoverage-options=no-mir-spans` | Zalathar | -0/+191 | |
| 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-05-14 | coverage: Simplify counter expressions using simple algebra | Zalathar | -199/+114 | |
| 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-04-30 | coverage: Add branch coverage support for if-let and let-chains | Zalathar | -7/+25 | |
| 2024-04-30 | coverage: Add branch coverage support for let-else | Zalathar | -3/+9 | |
| 2024-04-22 | coverage: Branch coverage tests for match arms | Zalathar | -0/+401 | |
| 2024-04-22 | coverage: Branch coverage test for if-let and let-chains | Zalathar | -0/+161 | |
| 2024-04-22 | coverage: Branch coverage test for let-else | Zalathar | -0/+90 | |
| 2024-04-17 | coverage: Branch coverage tests for lazy boolean operators | Zalathar | -0/+370 | |
| 2024-04-17 | coverage: Move branch coverage tests into a subdirectory | Zalathar | -0/+863 | |
