Struct cov::graph::Graph [] [src]

pub struct Graph { /* fields omitted */ }

A counter graph. The graph records how many times an edge branching from one basic-block to another is hit.

Methods

impl Graph
[src]

Merges a *.gcno or *.gcda file into the graph.

Obtains a coverage report from the graph.

impl Graph
[src]

Analyzes the graph to identify additional attributes of blocks.

Trait Implementations

impl Default for Graph
[src]

Returns the "default value" for a type. Read more

impl Debug for Graph
[src]

Formats the value using the given formatter.

impl Clone for Graph
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Index<FunctionIndex> for Graph
[src]

The returned type after indexing

The method for the indexing (container[index]) operation

impl IndexMut<FunctionIndex> for Graph
[src]

The method for the mutable indexing (container[index]) operation