lcov_dart library

Parse and format LCOV coverage reports.

Classes

BranchCoverage
Provides the coverage data of branches.
BranchData
Provides details for branch coverage.
FunctionCoverage
Provides the coverage data of functions.
FunctionData
Provides details for function coverage.
LineCoverage
Provides the coverage data of lines.
LineData
Provides details for line coverage.
Record
Provides the coverage data of a source file.
Report
Represents a trace file, that is a coverage report.
Token
Provides the list of tokens supported by the parser.

Exceptions / Errors

LcovException
An exception caused by a parsing error.