public class OverallSummaryLine 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_TOTAL_JAVAFILES |
static Column |
COLUMN_TOTAL_LINES |
(package private) static org.apache.log4j.Logger |
logger |
Constructor and Description |
---|
OverallSummaryLine() |
Modifier and Type | Method and Description |
---|---|
(package private) double |
getAverageBranchCoverageRate() |
(package private) double |
getAverageLineCoverageRate() |
java.lang.Object |
getField(Column column)
Get the field value for a given column.
|
(package private) int |
getTotalJavaFiles() |
(package private) int |
getTotalLines() |
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_TOTAL_JAVAFILES
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 OverallSummaryLine()
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.double getAverageLineCoverageRate()
double getAverageBranchCoverageRate()
int getTotalLines()
int getTotalJavaFiles()