pub fn output_cobertura(
    source_dir: Option<&Path>,
    results: CovResultIter,
    output_file: Option<&Path>,
    demangle: bool
)