Name

jpcovreport

Synopsis

Generates a printable report of a JProbe Coverage snapshot.

Attributes

filters (1.4, String, N)

A comma-delimited list of filters, each formatted like <package>.class:?, in which ? can be I for Include, or E for Exclude.

format (1.4, Enum, N)

The format of the report. Legal values are xml, html, or text. Defaults to html.

home (1.4, File, Y)

The directory in which JProbe is installed.

includesource (1.4, boolean, N)

If true, include source code in the report. Only applies when format="xml" and type="verydetailed". Defaults to true.

percent (1.4, int, N)

The threshold for printing methods, ranging from 0..100. Defaults to 100.

snapshot (1.4, File, Y)

The name of the snapshot to report on.

tofile (1.4, File, Y)

The name of the report to generate.

type (1.4, Enum, N)

The type of report to generate. Legal values are executive, summary, detailed, and verydetailed. Defaults to detailed.

Content

0..n nested <sourcepath> elements (1.4)

The Path elements specifying where source files are found.

0,1 nested <reference> elements (1.4)

Applicable only when format="xml". Specifies additional classes to check for coverage information. <reference> elements can contain the following content:

0,1 nested <classpath> elements (1.4)

The Path element defining where to find classes.

0,1 nested <filters> elements (1.4)

The syntax of <filters> is defined under the jpcoverage task.

Get Ant: The Definitive Guide now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.