The CoverageReportTask formats a coverage database into a framed HTML report using
XSLT. The report can optionally make use of the Generic
Syntax Highlighting library, GeSHi
(See GeSHi Homepage) library to mark up
source code. The path to the library (if not in the default path) can be specified as an
attribute.
Table 65. Attributes
Name | Type | Description | Default | Required |
---|---|---|---|---|
outfile |
String |
The location for the intermediate XML file. | coverage.db | Yes |
classpath |
String |
Additional classpath to locate source referenced in the report | n/a | No |
geshipath |
String |
Path to GeSHi highlighting library | n/a | No/Yes* If syntax highlighting si to be enabled |
geshilanguagespath |
String |
Language to use with GeSHi | n/a | No |