Enum cargo_tarpaulin::tracer::LineType [] [src]

pub enum LineType {
    TestMain,
    TestEntry(u64),
    FunctionEntry(u64),
    Statement,
    Condition,
    Unknown,
}

Variants

Generated test main. Shouldn't be traced.

Entry of function known to be a test

Entry of function. May or may not be test

Standard statement

Condition

Unknown type

Trait Implementations

impl Debug for LineType
[src]

[src]

Formats the value using the given formatter.

impl Clone for LineType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for LineType
[src]

impl PartialEq for LineType
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.