lcov version 5.1.0

Parse and format to LCOV your code coverage reports, in Haxe.

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.

Report

Represents a trace file, that is a coverage report.

SourceFile

Provides the coverage data of a source file.

Token

Provides the list of tokens supported by the parser.