pub fn coverage_to_file<P: AsRef<Path>, D: for<'a> Demangler<'a, 'a>>(
    filename: P,
    cov_data: &CoverageData,
    timestamp: u64,
    demangler: D
) -> Result<()>
Expand description

convenience function to write coverage data to a XML file