public class ReportSummaryPackageLine extends AbstractLine implements Line
Modifier and Type | Field and Description |
---|---|
static Column |
COLUMN_AVERAGE_COVERAGE |
static Column |
COLUMN_AVERAGE_COVERAGE_PERCENT |
static Column |
COLUMN_BRANCH_AVERAGE_COVERAGE |
static Column |
COLUMN_BRANCH_AVERAGE_COVERAGE_PERCENT |
static Column |
COLUMN_PACKAGE_NAME |
static Column |
COLUMN_TOTAL_JAVAFILES |
static Column |
COLUMN_TOTAL_LINES |
(package private) static org.apache.log4j.Logger |
logger |
Constructor and Description |
---|
ReportSummaryPackageLine() |
Modifier and Type | Method and Description |
---|---|
double |
getAverageBranchCoverageRate() |
double |
getAverageLineCoverageRate() |
java.lang.Object |
getField(Column column)
Get the field value for a given column.
|
int |
getSourceLinesCount() |
Page |
instantiateDetailPage()
Subclasses should override this method if the line has
information in a detail page.
|
assertValidColumnForCategory, close, getDetailPage, getOwner, isClosed, openDetailPage, setCategory, setField, setField, setField, setField, setOwner, setReport
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDetailPage, getOwner, openDetailPage, setCategory, setField, setField, setField, setField, setOwner, setReport
static org.apache.log4j.Logger logger
public static Column COLUMN_PACKAGE_NAME
public static Column COLUMN_TOTAL_LINES
public static Column COLUMN_AVERAGE_COVERAGE
public static Column COLUMN_AVERAGE_COVERAGE_PERCENT
public static Column COLUMN_BRANCH_AVERAGE_COVERAGE
public static Column COLUMN_BRANCH_AVERAGE_COVERAGE_PERCENT
public static Column COLUMN_TOTAL_JAVAFILES
public ReportSummaryPackageLine()
public Page instantiateDetailPage()
AbstractLine
instantiateDetailPage
in class AbstractLine
public java.lang.Object getField(Column column)
AbstractLine
getField
in interface Line
getField
in class AbstractLine
column
- the given column.public int getSourceLinesCount()
public double getAverageLineCoverageRate()
public double getAverageBranchCoverageRate()