Feature #8422
closedChange the way to calculate the total number of meaningful lines of code and specially highlight lines of code with zero passes of a verifier
100%
Description
Originally the coverage format required the number of verifier passes through a line of code should be strictly greater than 0. But #8355 will change it.
Bridge should change the way to calculate the total number of meaningful lines of code - just sum up the number of both covered (the number of passes is more than zero) and uncovered (the number of passes is zero) lines. Also like with genhtml it would be very helpful to distinguish covered and uncovered lines of code. So, Bridge needs to specially highlight lines of code with zero passes of a verifier.
Updated by Vladimir Gratinskiy about 7 years ago
- Due date set to 09/15/2017
- Status changed from New to Resolved
- % Done changed from 0 to 100
Implemented in branch "feature_8422".
Updated by Alexey Polushkin about 7 years ago
Total lines coverage is still counted as number of lines of a file, not as sum of covered and uncovered lines.
Updated by Evgeny Novikov about 7 years ago
- Status changed from Resolved to Open
Updated by Vladimir Gratinskiy about 7 years ago
This feature needs coverage caches feature that will be implemented in #8354.
Updated by Vladimir Gratinskiy about 7 years ago
- Due date changed from 09/15/2017 to 09/25/2017
- Status changed from Open to Resolved
Implemented in branch "feature_8354".
Updated by Evgeny Novikov about 7 years ago
- Status changed from Resolved to Closed
I merged the branch that has this feature (multicoverage) to master in 37f0c082.