Crate lcov_parser [] [src]

lcov-parser to provide an API to parse LCOV report.

Structs

BranchData
FunctionData
FunctionName
LCOVParser

Parse the record one line at a time

LineData
RecordParseError

Enums

LCOVRecord
ParseError

Traits

FromFile

Functions

parse_record

Parse the record

parse_report

Parse the LCOV report

Type Definitions

ParseResult