Hi,
I run the OpenCPPCoverage with following scenario:
The program I run is a Test suite which has say 3 Tests:
Source.cxx
How can I generate this mapping of which test covers which API?
i.e.
FunctA : TestA
FunctB : TestB
FunctC : TestA,TestB,TestC
I understand that the OpenCPPCoverage does line coverage. However, is it possible to enhance the OpenCPPCoverage to generate such mapping file? If it is possible, I can think of doing such enhancement.
I run the OpenCPPCoverage with following scenario:
The program I run is a Test suite which has say 3 Tests:
- TestA
- TestB
-
TestC
Source.cxx
- FunctA()
- FuncB()
-
FunctC()
How can I generate this mapping of which test covers which API?
i.e.
FunctA : TestA
FunctB : TestB
FunctC : TestA,TestB,TestC
I understand that the OpenCPPCoverage does line coverage. However, is it possible to enhance the OpenCPPCoverage to generate such mapping file? If it is possible, I can think of doing such enhancement.









