Module cov::graph [] [src]

Collect the flat gcov statistics into a control-flow graph with edge count.

Structs

Graph

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

GraphLinesIter

The iterator type returned from Graph::iter_lines.