Trait lcov_parser::counter::FoundCounter
[−]
[src]
pub trait FoundCounter { fn found_count(&self) -> usize; }
Required Methods
fn found_count(&self) -> usize
Implementors
impl FoundCounter for BranchBlocks
impl FoundCounter for Branches
impl FoundCounter for Lines
impl FoundCounter for Functions