Is there a way to know what proportion of code is covered by test with CXX test?

113 views Asked by At

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

0

There are 0 answers