I have BullseyeCoverage and Squish Coco on my list to research. Any other interesting tools/solutions that I should check? If you have used any of the two solutions above, what was your experience with them?
Ask HN: Any C++ code coverage tools you would recommend?
1–3 of 3 posts
Re: Ask HN: Any C++ code coverage tools you would recommend?
#2Among commercial products: Testwell's CTC++ [http://www.testwell.fi/ctcdesc.html]
Among freebie products: ggcov [http://ggcov.sourceforge.net/index.html]
Re: Ask HN: Any C++ code coverage tools you would recommend?
#3Among commercial products: Testwell's CTC++ [ http://www.testwell.fi/ctcdesc.html ] Among freebie products: ggcov [ http://ggcov.sourceforge.net/index.html ]
Thanks for the suggestions. Have you used any of them?