Create a SummaryBuilder
base path that the incoming file path should be relativized with
Minimum set of data is created and Summary can be built
Helper method to convert a string to a number
number in a string form to convert
the parsed number
Build a DetailedSummary
Use the parsed data to build a DetailedSummary. If requisite data has not been provided yet, this method will throw an error
DetailedSummary containing parsed data
Parse a line of data
Parse a line of data that matches the LCOV format.
Invalid input will result in a no-op.
data to parse
Generated using TypeDoc
Detailed Summary Builder
An extension of {@link SummaryBuilder | SummaryBuilder} that supports parsing detailed data within the LCOV format.