Hi,
With more and more use of your open source software, I feel very excited that I can configure it to do many interesting things, like: Show which line is covered by which test cases run by our application. Thank you very much for open source the great software!
There is one more thing that I would like to ask for your idea:
Is it possible to get C++ class coverage for my application? For example, I need to gather data about which C++ class has enough coverage and which cpp class has no coverage.
The current coverage rate is measured by source file and source lines. It's great but, I feel a little hard to dig into more detailed C++ class information.
Thanks,
Frank
With more and more use of your open source software, I feel very excited that I can configure it to do many interesting things, like: Show which line is covered by which test cases run by our application. Thank you very much for open source the great software!
There is one more thing that I would like to ask for your idea:
Is it possible to get C++ class coverage for my application? For example, I need to gather data about which C++ class has enough coverage and which cpp class has no coverage.
The current coverage rate is measured by source file and source lines. It's great but, I feel a little hard to dig into more detailed C++ class information.
Thanks,
Frank






