Trait lcov_parser::counter::Hit
[−]
[src]
pub trait Hit { fn is_hit(&self) -> bool; }
Required Methods
Implementors
impl Hit for ExecutionCount
impl Hit for Branch