Struct lcov_parser::test::Test
[−]
[src]
pub struct Test { /* fields omitted */ }
Methods
impl Test
[src]
fn new() -> Self
fn lines(&self) -> &Lines
fn functions(&self) -> &Functions
fn branches(&self) -> &Branches
Trait Implementations
impl Debug for Test
[src]
impl Clone for Test
[src]
fn clone(&self) -> Test
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more