-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
This is more of a question about the reasoning about the different types of coverages and total coverage.
In parser.js
, line, function, and branch coverages are counted, but then only lines results are taken into account when counting the total coverage.
Why is branch and function coverage dropped? If only line coverage should be taken into account, why parse lines related to branch and function coverage in the parser? It's extra work that's dropped a few moments down the line.
Can the total()
function return 3 numbers (lines, branch, function total coverages), instead of one?
Metadata
Metadata
Assignees
Labels
No labels