Do you know any Open source C++ Code Coverage tool that support a decent GUI to facilitate browsing the result?
Thanks.
EDIT: I forgot to mention, My code is developed Using MFC so I need a tool that supports Windows.
Do you know any Open source C++ Code Coverage tool that support a decent GUI to facilitate browsing the result?
Thanks.
EDIT: I forgot to mention, My code is developed Using MFC so I need a tool that supports Windows.
I've used gcov with good results. However that is a command line tool.
There is a GUI for it ggcov. I have not tried it but give it a try. The backend is obviously gcov, as you can tell from the name ;)
Not open source, but has a great GUI. See SD C++ Test Coverage. Also handles many dialects of C++: ANSI, GCC 2/3/4, MS Visual C++ 6, MS VC++ 2008, managed C++, etc.