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, setReportclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDetailPage, getOwner, openDetailPage, setCategory, setField, setField, setField, setField, setOwner, setReportstatic 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()
AbstractLineinstantiateDetailPage in class AbstractLinepublic java.lang.Object getField(Column column)
AbstractLinegetField in interface LinegetField in class AbstractLinecolumn - the given column.double getAverageLineCoverageRate()
double getAverageBranchCoverageRate()
int getTotalLines()
int getTotalJavaFiles()