gcov-viewer icon indicating copy to clipboard operation
gcov-viewer copied to clipboard

support calculate function coverage rate

Open xiaoyun94 opened this issue 5 years ago • 2 comments

It will display as format

int getX(int x) 1x [100.0%]
if ( x > 0) { 1x
    return 1; 1x
}
return 0; 1x

Signed-off-by: FANG.Ge [email protected]

xiaoyun94 avatar Aug 29 '20 18:08 xiaoyun94

@xiaoyun94 Is there any chance for you to work on the requested changes?

GitMensch avatar Apr 10 '21 18:04 GitMensch

@JacquesLucke Isn't that feature included in version 0.5.0 (the one still missing on open-vsx ;-) ? In this case the issue could be closed.

GitMensch avatar Jan 13 '23 12:01 GitMensch