Additional Statements

Code Coverage for C++

Non-coverable Statements

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

Selecting coverage types | Code Coverage settings