org.quilt.cover
Interface CoverageTypes
- public interface CoverageTypes
String constants defining coverage types. XXX Of questionable
value.
PATH_COVERAGE
public static final java.lang.String PATH_COVERAGE
- See Also:
- Constant Field Values
STATEMENT_COVERAGE
public static final java.lang.String STATEMENT_COVERAGE
- See Also:
- Constant Field Values
BRANCH_COVERAGE
public static final java.lang.String BRANCH_COVERAGE
- See Also:
- Constant Field Values
RELATIONAL_COVERAGE
public static final java.lang.String RELATIONAL_COVERAGE
- See Also:
- Constant Field Values
LOOP_COVERAGE
public static final java.lang.String LOOP_COVERAGE
- See Also:
- Constant Field Values
Copyright © 2001-2003 Apache Software Foundation. All Rights Reserved.