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
pub fn map_coverage_to_features(
features: &[Feature],
coverage_map: HashMap<String, CoverageStats>,
base_path: &Path,
) -> HashMap<String, CoverageStats>Map coverage data to features