I am using CXX test to do unit testing in my program. I would like to know if there is a way to know what percentage of the program is covered by tests or have any other metric to see how well the program is covered by tests.
I am programming in C++ using Eclipse Luna under Ubuntu 14.04.
Thank you