Struct lcov_parser::Report
[−]
[src]
pub struct Report { /* fields omitted */ }
Methods
impl Report
[src]
pub fn new(files: Files) -> Self
[src]
pub fn get(&self, key: &str) -> Option<&File>
[src]
pub fn files(&self) -> &Files
[src]
pub fn len(&self) -> usize
[src]
pub fn save_as<T: AsRef<Path>>(&self, path: T) -> IOResult<()>
[src]
Trait Implementations
impl Debug for Report
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more