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, 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_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()
AbstractLineinstantiateDetailPage in class AbstractLinepublic java.lang.Object getField(Column column)
AbstractLinegetField in interface LinegetField in class AbstractLinecolumn - the given column.public int getSourceLinesCount()
public double getAverageLineCoverageRate()
public double getAverageBranchCoverageRate()