com.vladium.emma.report
Interface IItemAttribute
- All Known Implementing Classes:
- IItemAttribute.Factory.Attribute, IItemAttribute.Factory.FractionAttribute, IItemAttribute.Factory.NameAttribute
public interface IItemAttribute
- Author:
- Vlad Roubtsov, (C) 2003
ATTRIBUTE_NAME_ID
static final int ATTRIBUTE_NAME_ID
- See Also:
- Constant Field Values
ATTRIBUTE_CLASS_COVERAGE_ID
static final int ATTRIBUTE_CLASS_COVERAGE_ID
- See Also:
- Constant Field Values
ATTRIBUTE_METHOD_COVERAGE_ID
static final int ATTRIBUTE_METHOD_COVERAGE_ID
- See Also:
- Constant Field Values
ATTRIBUTE_BLOCK_COVERAGE_ID
static final int ATTRIBUTE_BLOCK_COVERAGE_ID
- See Also:
- Constant Field Values
ATTRIBUTE_LINE_COVERAGE_ID
static final int ATTRIBUTE_LINE_COVERAGE_ID
- See Also:
- Constant Field Values
UNITS_COUNT
static final int UNITS_COUNT
- See Also:
- Constant Field Values
UNITS_INSTR
static final int UNITS_INSTR
- See Also:
- Constant Field Values
comparator
java.util.Comparator comparator()
getName
java.lang.String getName()
format
void format(IItem item,
java.lang.StringBuffer appendTo)
passes
boolean passes(IItem item,
int criterion)