pub type CoverageMap = BTreeMap<String, BTreeMap<u32, u32>>;
Canonical line-hit representation used at the port boundary.
pub struct CoverageMap { /* private fields */ }