Construct a ReportBuilder
base path that the incoming file path should be relativized with
Build a FlatReport
Use the parsed data to build a FlatReport. If at least on section of data has not been parsed yet, this method will throw an error.
FlatReport containing parsed data
Build a new DetailedSummaryBuilder for a detail section
option to pass to DetailedSummaryBuilder constructor
DetailedSummaryBuilder
Handle parsing data for current section
data to parse
Handle parsing data for total summary
data to parse
Parse a line of data
Parse a line of data that matches the LCOV format. Data will contribute to both the section's summary data as well as total summary data for the report.
data to parse
Generated using TypeDoc
Flat Report Builder
An extension of {@link ReportBuilder | ReportBuilder} that builds a FlatReport instead of a regular Report.