Project

General

Profile

Actions

Feature #8422

closed

Change the way to calculate the total number of meaningful lines of code and specially highlight lines of code with zero passes of a verifier

Added by Evgeny Novikov over 6 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Urgent
Category:
Bridge
Target version:
Start date:
09/11/2017
Due date:
09/25/2017
% Done:

100%

Estimated time:
Published in build:

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.


Related issues 1 (0 open1 closed)

Blocked by Klever - Feature #8355: Calculate lines coverage without empty lines and some preprocessor directivesClosedAlexey Polushkin08/15/2017

Actions
Actions #1

Updated by Vladimir Gratinskiy over 6 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".

Actions #2

Updated by Alexey Polushkin over 6 years ago

Total lines coverage is still counted as number of lines of a file, not as sum of covered and uncovered lines.

Actions #3

Updated by Evgeny Novikov over 6 years ago

  • Status changed from Resolved to Open
Actions #4

Updated by Vladimir Gratinskiy over 6 years ago

This feature needs coverage caches feature that will be implemented in #8354.

Actions #5

Updated by Vladimir Gratinskiy over 6 years ago

  • Due date changed from 09/15/2017 to 09/25/2017
  • Status changed from Open to Resolved

Implemented in branch "feature_8354".

Actions #6

Updated by Evgeny Novikov over 6 years ago

  • Status changed from Resolved to Closed

I merged the branch that has this feature (multicoverage) to master in 37f0c082.

Actions

Also available in: Atom PDF