Code Coverage for C++
A C++ statement is non-coverable if the statement can never possibly be executed. Code Coverage detects non-coverable statements during instrumentation and produces a warning message that specifies the source file and line location of each non-coverable statement.
Related Topics