lcov_tracefile library

Classes

BranchExecution
Branch execution data, as reported by a "BRDA" line.
FunctionCoverage
Function coverage in a source file.
FunctionExecution
Function execution data, as reported by a "FNDA" line.
FunctionReference
A function reference, as reported by a "FN" line.
LineExecution
Line execution data, as reported by a "DA" line.
SourceFile
Coverage data for a source file.
Tracefile
A tracefile model.

Functions

readTracefile(List<String> lines) Tracefile
Reads a new Tracefile from lines.