about summary refs log tree commit diff
path: root/tests/coverage/closure_macro_async.cov-map
AgeCommit message (Collapse)AuthorLines
2024-05-14coverage: Simplify counter expressions using simple algebraZalathar-5/+3
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-02-21coverage: Eagerly deduplicate covspans with the same spanZalathar-5/+4
2024-02-05coverage: Make unexpansion of closure bodies more preciseZalathar-4/+13
This improves the coverage instrumentation of closures declared in macros, as seen in `closure_macro.rs` and `closure_macro_async.rs`.
2024-01-18coverage: Format all remaining testsZalathar-8/+8
These tests can simply be reformatted as normal, because the resulting changes are unimportant.
2023-12-15coverage: Use `Waker::noop` in async testsZalathar-8/+8
2023-11-07coverage: Migrate `tests/coverage-map` into `tests/coverage`Zalathar-0/+44