about summary refs log tree commit diff
path: root/tests/coverage/holes.coverage
AgeCommit message (Collapse)AuthorLines
2025-05-06coverage: Only merge adjacent coverage spansZalathar-9/+9
This also removes some manipulation of the function signature span that only made sense in the context of merging non-adjacent spans.
2025-04-01coverage: Instead of splitting, just discard any span that overlaps a holeZalathar-10/+10
2025-02-19coverage: Add some more cases to `tests/coverage/holes.rs`Zalathar-4/+37
2024-07-08coverage: Extract hole spans from HIR instead of MIRZalathar-27/+25
This makes it possible to treat more kinds of nested item/code as holes, instead of being restricted to closures.
2024-07-08coverage: Test for handling of nested item spansZalathar-0/+70