Project

General

Profile

Actions

Feature #10792

closed

Allow to navigate through covered lines of code

Added by Evgeny Novikov almost 3 years ago. Updated almost 3 years ago.

Status:
Closed
Priority:
Urgent
Category:
Bridge
Target version:
Start date:
04/05/2021
Due date:
04/08/2021
% Done:

100%

Estimated time:
Published in build:

Description

Bridge provides very good means to navigate through covered functions. Often, users need to find out most covered lines of code both within a given source file and globally for a given verification task. Rather than to implement some complicated and complete solution that will allow to move between all covered lines of code, I think that it may be easier to find, say, 30 most covered lines and to provide additional buttons to move just between them. Also, you can provide means to navigate through 30 most covered lines of all source files of the verification task.


Related issues 1 (0 open1 closed)

Blocks Klever - Feature #10786: Describe analysis of code coverageClosedEvgeny Novikov04/01/2021

Actions
Actions #1

Updated by Evgeny Novikov almost 3 years ago

  • Priority changed from High to Urgent

Features related to code coverage are most important at the moment.

Actions #2

Updated by Evgeny Novikov almost 3 years ago

Actions #3

Updated by Vladimir Gratinskiy almost 3 years ago

  • Due date set to 04/08/2021
  • Status changed from New to Resolved
  • % Done changed from 0 to 100

Implemented in branch "feature-10792". New coverage statistics is required for some of new features to display.

Actions #4

Updated by Evgeny Novikov almost 3 years ago

  • Status changed from Resolved to Closed

After some fixes CI passed the test cases and I merged the branch to master in a967045d7. Now users can leverage new great means to analyze code coverage. BTW, for all existing code coverage reports users will be able to navigate through most covered lines of a given source file since that was supported in Bridge, while for new code coverage reports there will be also an additional capability to navigate through most covered lines among all source files of a given verification task (the corresponding data is provided by Core in a slightly extended format of code coverage reports).

Actions

Also available in: Atom PDF