Measure code coverage on ARM Cortex-M microcontrollersHi, The ARM Cortex-M family is becoming a more popular architecture for microcontrollers. In this...
How to Improve C++ Test Coverage with Code Coverage Analysis?Uncertain where to focus your testing efforts? Are your tests reaching all critical areas of your ap...
Code Coverage with QTestHi C++ community, Learn in today’s tip how to measure code coverage for unit tests written usin...
Find unused functions in C/C++ code with coverage analysisHi C++ community, Unused functions in a software project can cause code bloat, but they also crea...
Finding and editing dead code with CocoHi, As part of the coverage report, Coco generates a list of lines with dead code. One would ofte...
This user does not accept Private Messages