org.apache.tools.ant.taskdefs.optional.sitraka
public class CovReport extends CovBase
UNKNOWN: name="jpcovreport" category="metrics"
Nested Class Summary | |
---|---|
class | CovReport.Reference |
static class | CovReport.ReportFormat |
static class | CovReport.ReportType |
Constructor Summary | |
---|---|
CovReport() |
Method Summary | |
---|---|
protected void | checkOptions() check for mandatory options |
Path | createCoveragepath() |
CovReport.Reference | createReference()
Adds a set of classes whose coverage information will be
checked against. |
Path | createSourcepath()
Adds a path to source files. |
void | execute() |
protected String[] | getParameters() |
void | setFilters(String values)
set the filters |
void | setFormat(CovReport.ReportFormat value)
set the format of the report: "html", "text", or "xml" |
void | setIncludesource(boolean value)
If true, include text of the source code lines.
|
void | setPercent(Integer value)
A numeric value for the threshold for printing methods.
|
void | setSnapshot(File value)
The name of the snapshot file that is the source to the report. |
void | setTofile(File value)
The name of the generated output file. |
void | setType(CovReport.ReportType value)
The type of report to be generated: "executive", "summary",
"detailed" or "verydetailed". |
UNKNOWN: needs to be removed ignore="true"
UNKNOWN: ignore="true"