Struct lcov_parser::Report
[−]
[src]
pub struct Report { /* fields omitted */ }pub struct Report { /* fields omitted */ }impl Report[src]fn new(files: Files) -> Selffn get(&self, key: &str) -> Option<&File>fn files(&self) -> &Filesfn len(&self) -> usizefn save_as<T: AsRef<Path>>(&self, path: T) -> IOResult<()>impl Debug for Report[src]impl RecordWrite for Report[src]fn write_records<T: Write>(&self, output: &mut T) -> IOResult<()>impl Display for Report[src]