Skip to main content

parse_coverage_file

Function parse_coverage_file 

Source
pub fn parse_coverage_file(
    coverage_file_path: &Path,
) -> Result<HashMap<String, Vec<usize>>>