Additional statements

Code Coverage for Java

Non-coverable Statements in Java

A Java statement is non-coverable if the statement can never possibly be executed. Code Coverage detects non-coverable statements during instrumentation and produces an error message that specifies the source file and line location of each non-coverable statement.

Related Topics

Selecting coverage typesCode Coverage settings