Code Coverage for 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