Package net.sourceforge.groboutils.codecoverage.v2.report

Generates reports on the coverage metrics.

See:
          Description

Interface Summary
IReportGenerator Interface for all classes that generate reports of coverage data.
IXmlCombinedReportConst Contains constants for the combined report.
IXmlReportConst Contains constants for generating an XML Coverage report.
IXmlSourceReportConst Contains constants for generating a Java-source XML report.
 

Class Summary
AnalysisModuleData Combine all post-compilation data along with the coverage logs for a specific analysis module.
ClassMarkSet Contains all the marks (sorted by covered and not covered) per method.
OutputXml Writes the XML document to an output stream.
PackageSorter Sorts classes into packages.
XmlCombinedReportGenerator Combines all the XML Reports into a single XML report.
XmlReportGenerator Creates an XML formatted report, suitable for framing.
XmlSourceReportGenerator Generates an XML report about a Java source file, containing the source file's line-by-line source, and the coverage information on that class.
XmlSourceReportGenerator2 Generates an XML report about a Java source file, containing the source file's line-by-line source, and the coverage information on that class.
 

Package net.sourceforge.groboutils.codecoverage.v2.report Description

Generates reports on the coverage metrics.



Copyright © 2001-2003 by The GroboUtils Project