Construct a ReportBuilder
base path that the incoming file path should be relativized with
Build a Report
Use the parsed data to build a Report. If at least one section of data has not been parsed yet, this method will throw an error.
Report containing parsed data
Build a new SummaryBuilder for a detail section
option to pass to SummaryBuilder constructor
SummaryBuilder
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
Report Builder
Build a Report from LCOV formatted data.