Zalathar
|
4d5a1acebf
|
coverage: Only merge adjacent coverage spans
This also removes some manipulation of the function signature span that only
made sense in the context of merging non-adjacent spans.
|
2025-05-06 20:42:25 +10:00 |
|
Zalathar
|
62a533ce78
|
coverage: Instead of splitting, just discard any span that overlaps a hole
|
2025-04-01 13:13:20 +11:00 |
|
Zalathar
|
d9b91de00c
|
coverage: Add some more cases to tests/coverage/holes.rs
|
2025-02-19 13:56:20 +11:00 |
|
Zalathar
|
63c04f05e6
|
coverage: Extract hole spans from HIR instead of MIR
This makes it possible to treat more kinds of nested item/code as holes,
instead of being restricted to closures.
|
2024-07-08 21:22:56 +10:00 |
|
Zalathar
|
9b2c58d1fa
|
coverage: Test for handling of nested item spans
|
2024-07-08 20:24:15 +10:00 |
|