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 BranchBlocksimpl FoundCounter for Branchesimpl FoundCounter for Linesimpl FoundCounter for Functions