I am using g++ as my compiler for c++ code. I am creating a coverage report using lcov. I found that in coverage report unused functions are not even marked with count 0. Is there any way to solve this?
↧
I am using g++ as my compiler for c++ code. I am creating a coverage report using lcov. I found that in coverage report unused functions are not even marked with count 0. Is there any way to solve this?