pub type LineHitMap = IndexMap<u32, u32>;
Map to line number to hit count.
pub struct LineHitMap { /* private fields */ }