forked from linux-test-project/lcov
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Show basseline count for LBC and ECB lines and branches.
We know that the current count is zero (LCB) or undefined (ECB). Having the baseline count is useful, especially in the context of random tests as it can tell us if we lost a low probability event (baseline count was "small") or we did something bad and no longer reach what had been a high probability event. For line coverpoints: show baseline count in parens in source detail pane. For branch coverpoints: include baseline count in tooltip popup. Signed-off-by: Henry Cox <[email protected]>
- Loading branch information
Showing
1 changed file
with
58 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters