With a compilation with GCC (under Linux or Cygwin for Windows) when enabling options like -fprofile-arcs -ftest-coverage, you will be able to obtain coverage's information about your code. Then, use of the lcov tools (http://ltp.sourceforge.net/coverage/lcov.php) and you'll obtain some nice reports :)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=1597036
Originator: NO
With a compilation with GCC (under Linux or Cygwin for Windows) when enabling options like -fprofile-arcs -ftest-coverage, you will be able to obtain coverage's information about your code. Then, use of the lcov tools (http://ltp.sourceforge.net/coverage/lcov.php) and you'll obtain some nice reports :)