about summary refs log tree commit diff
path: root/tests/coverage/async_block.cov-map
AgeCommit message (Collapse)AuthorLines
2024-05-14coverage: Simplify counter expressions using simple algebraZalathar-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-20coverage: Add a test for `async` blocksZalathar-0/+32
We have coverage tests that use async functions, but none that use async blocks.