summary refs log tree commit diff
path: root/tests/coverage/attr/module.cov-map
AgeCommit message (Collapse)AuthorLines
2024-06-26coverage: Allow `#[coverage(..)]` on `impl` and `mod`Zalathar-0/+24
These attributes apply to all enclosed functions/methods/closures, unless explicitly overridden by another coverage attribute.