Hello,
Did you try to run OpenCppCoverage without any filters on your program compiled in debug mode?
Are you able to put a breakpoint when debugging your unit tests in one of the file that is not reported by OpenCppCoverage?
If your code is a C++ template class, make sure it is instantiate in your test project.
Could you provide log file (LastCoverageResults.log) when running OpenCppCoverage in verbose mode (--verbose) and which files are not reported?
I hope this will help,
OpenCppCorage
Did you try to run OpenCppCoverage without any filters on your program compiled in debug mode?
Are you able to put a breakpoint when debugging your unit tests in one of the file that is not reported by OpenCppCoverage?
If your code is a C++ template class, make sure it is instantiate in your test project.
Could you provide log file (LastCoverageResults.log) when running OpenCppCoverage in verbose mode (--verbose) and which files are not reported?
I hope this will help,
OpenCppCorage





