| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-05-14 | coverage: Simplify counter expressions using simple algebra | Zalathar | -10/+6 | |
| 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. | ||||
| 2023-12-24 | Enable GVN by default. | Camille GILLOT | -8/+6 | |
| 2023-12-15 | coverage: Use `Waker::noop` in async tests | Zalathar | -84/+12 | |
| 2023-12-03 | coverage: Skip spans that can't be un-expanded back to the function body | Zalathar | -6/+6 | |
| When we extract coverage spans from MIR, we try to "un-expand" them back to spans that are inside the function's body span. In cases where that doesn't succeed, the current code just swaps in the entire body span instead. But that tends to result in coverage spans that are completely unrelated to the control flow of the affected code, so it's better to just discard those spans. | ||||
| 2023-11-07 | coverage: Migrate `tests/coverage-map` into `tests/coverage` | Zalathar | -0/+132 | |
