Package net.sourceforge.cobertura.coverage

Interface Summary
HasBeenInstrumented Tag interface indicating that a particular class has already been instrumented.
 

Class Summary
ClassInstrumenter  
CoverageData CoverageData information is typically serialized to a file.
CoverageDataFactory This class implements HasBeenInstrumented so that when cobertura instruments itself, it will omit this class.
InstrumentationPersistence This class implements HasBeenInstrumented so that when cobertura instruments itself, it will omit this class.
LineInformation This class implements HasBeenInstrumented so that when cobertura instruments itself, it will omit this class.
Main Add coverage instrumentation to existing classes.
MethodInstrumenter  
SaveInstrumentationTimer Timer task to save the instrumentation to disk.