map_coverage_to_features

Function map_coverage_to_features 

Source
pub fn map_coverage_to_features(
    features: &[Feature],
    coverage_map: HashMap<String, CoverageStats>,
    base_path: &Path,
) -> HashMap<String, CoverageStats>
Expand description

Map coverage data to features