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 Summary
Use the parsed data to build a Summary. If requisite data has not been provided yet, this method will throw an error.
Summary containing parsed data
Parse a line of data
Parse a line of data that matches the LCOV format. Parsing is only supported for basic summary info, other data will be discarded.
Invalid input will result in a no-op.
data to parse
Generated using TypeDoc
Summary Builder
Build a Summary of a specific section by parsing a line of text that matches the LCOV format.