Trait lcov_parser::counter::HitFoundCounter
[−]
[src]
pub trait HitFoundCounter: HitCounter + FoundCounter { }
Implementors
impl HitFoundCounter for BranchBlocks
impl HitFoundCounter for Branches
impl HitFoundCounter for Lines
impl HitFoundCounter for Functions