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