Hello,
First, make sure you run OpenCppCoverage on a non optimized build as OpenCppCoverage supports only debug build.
Your error occurs when trying to register a line for coverage.
The impacted module is the one defined in the last line [info] Module: XXX is selected because it matches selected pattern.
By using the command line options --sources and --excluded_sources, you should be able to find impacted file. Maybe it can help you to understand the problem.
You can also run OpenCppCoverage with --verbose and send me the log for analysis.
I hope this will help,
OpenCppCoverage
First, make sure you run OpenCppCoverage on a non optimized build as OpenCppCoverage supports only debug build.
Your error occurs when trying to register a line for coverage.
The impacted module is the one defined in the last line [info] Module: XXX is selected because it matches selected pattern.
By using the command line options --sources and --excluded_sources, you should be able to find impacted file. Maybe it can help you to understand the problem.
You can also run OpenCppCoverage with --verbose and send me the log for analysis.
I hope this will help,
OpenCppCoverage





