The POC: https://gist.github.com/1197309
I would like to determine which of the three runs ./prime
, ./prime 0
and ./prime 1
have covered which code and have it nicely displayed in the HTML report.
Is this possible in a straightforward fashion? How to do it? Other tools are ok, as long as they work on linux with gcc.
Thanks.
Note: I would prefer a working fork of that gist :-) I'm using a "regular" developer linux distribution, so no worries about the tools.
Any other improvements are welcome.