rust/tests/coverage/attr
Zalathar 7f37f8af5f coverage: Allow #[coverage(..)] on impl and mod
These attributes apply to all enclosed functions/methods/closures, unless
explicitly overridden by another coverage attribute.
2024-06-26 10:08:05 +10:00
..
impl.cov-map coverage: Allow #[coverage(..)] on impl and mod 2024-06-26 10:08:05 +10:00
impl.coverage coverage: Allow #[coverage(..)] on impl and mod 2024-06-26 10:08:05 +10:00
impl.rs coverage: Allow #[coverage(..)] on impl and mod 2024-06-26 10:08:05 +10:00
module.cov-map coverage: Allow #[coverage(..)] on impl and mod 2024-06-26 10:08:05 +10:00
module.coverage coverage: Allow #[coverage(..)] on impl and mod 2024-06-26 10:08:05 +10:00
module.rs coverage: Allow #[coverage(..)] on impl and mod 2024-06-26 10:08:05 +10:00
nested.cov-map coverage: Apply #[coverage(..)] recursively to nested functions 2024-06-26 10:08:05 +10:00
nested.coverage coverage: Apply #[coverage(..)] recursively to nested functions 2024-06-26 10:08:05 +10:00
nested.rs Add more thorough coverage tests for #[coverage(..)] in nested functions 2024-06-18 21:27:34 +10:00
off-on-sandwich.cov-map coverage: Apply #[coverage(..)] recursively to nested functions 2024-06-26 10:08:05 +10:00
off-on-sandwich.coverage coverage: Apply #[coverage(..)] recursively to nested functions 2024-06-26 10:08:05 +10:00
off-on-sandwich.rs Add more thorough coverage tests for #[coverage(..)] in nested functions 2024-06-18 21:27:34 +10:00