Coverage Record Data
A structured object to hold coverage counts for any piece of data (e.g. Branches, Functions, Lines) that also supports combining data and cloning data.
Construct a Record with the given data
the total count
the hit count
the miss count (optional: will be calculated from total and hit if not provided)
Hit Count
Miss Count
Total Count
Generated using TypeDoc
Coverage Record Data
A structured object to hold coverage counts for any piece of data (e.g. Branches, Functions, Lines) that also supports combining data and cloning data.