Hacker News new | ask | show | jobs
by SloopJon 3442 days ago
Interesting to see screenshots of LCOV. I'm hoping to get an intern to work on test coverage this summer, and I wondered whether LCOV is still current. Looks like the latest release is from December 2016.
1 comments

The screenshots are from the "old" style coverage. We have much better views now: http://lab.llvm.org:8080/coverage/coverage-reports/opt/cover...

See for instance how having your cursor on top of each side of a condition tells you how many times each individual condition were evaluated!