Class Summary | |
---|---|
AntUtil | |
Archive | This class represents an archive within an archive. |
ArchiveUtil | Utility methods for working with archives. |
ASCII_UCodeESC_CharStream | An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (with java-like unicode escape processing). |
BranchCoverageData | |
CheckTask | An ant task that can be used to optionally fail an ant build if the coverage percentage for lines or branches is below a certain, user specifiable threshold. |
ClassData |
ProjectData information is typically serialized to a file. |
ClassInstrumenter | |
ClassPattern | This class represents a collection of regular expressions that will be used to see if a classname matches them. |
CoberturaFile | This represents a regular File, but unlike java.io.File, the baseDir and relative pathname used to create it are saved for later use. |
CommandLineBuilder | Helper class for storing long command lines inside temporary file. |
CommonMatchingTask | |
ComplexityCalculator | Allows complexity computing for source files, packages and a whole project. |
ComplexityCalculator.Complexity | Represents complexity of source file, package or project. |
ConfigurationUtil | A Utility Class to load the configuration. |
CopyFiles | |
CoverageData | |
CoverageDataContainer |
Coverage data information is typically serialized to a file. |
CoverageDataFileHandler | This contains methods used for reading and writing the "cobertura.ser" file. |
CoverageRate | |
ExcludeClasses | |
FileFinder | Maps source file names to existing files. |
FileLocker | This class controls access to any file so that multiple JVMs will not be able to write to the file at the same time. |
FileUtil |
Utility class for file operations.
Simple but most commonly used methods of this class are: |
FirstPassMethodInstrumenter | |
HasBeenInstrumented | Tag interface indicating that a particular class has already been instrumented. |
Header | |
HTMLReport | |
Ignore | |
IgnoreBranches | |
IncludeClasses | |
InstrumentTask | |
IOUtil | Helper class with useful I/O operations. |
Javancss | |
JavaParser | |
JavaParserConstants | |
JavaParserTokenManager | |
JavaParser.JJCalls | |
JavaToHtml | |
JavaToHtml.State | |
JumpData |
This class implements HasBeenInstrumented so that when cobertura instruments itself, it will omit this class. |
JumpHolder | |
LineData |
This class implements HasBeenInstrumented so that when cobertura instruments itself, it will omit this class. |
Main | |
Main |
Add coverage instrumentation to existing classes. |
Main | |
Main | |
MergeTask | |
NewLocalVariableMethodAdapter | Expects that the visitMaxs is calculated for me .... |
PackageCoverage | |
PackageData | |
ParseException | This exception is thrown when parse errors are encountered. |
ProjectData | |
Regex | |
RegexUtil | Abstract, not to be instantiated utility class for Regex functions. |
ReportTask | Generate a coverage report based on coverage data generated by instrumented classes. |
SaveTimer | |
SecondPassMethodInstrumenter | |
SourceFileData | |
SourceFileDataBaseNameComparator | |
StringUtil | Abstract, not to be instantiated utility class for String functions. |
SwitchData |
This class implements HasBeenInstrumented so that when cobertura instruments itself, it will omit this class. |
SwitchHolder | |
Token | Describes the input token stream. |
TokenMgrError | |
Util | A general purpose class with a variety of support and convenience methods. |
XMLReport |