| Interface | Description |
|---|---|
| Conditional |
A conditional records the position of a conditional branch
instruction, and the position of the branch target.
|
| HasBeenInstrumented |
Tag interface indicating that a particular class has already been
instrumented.
|
| Instrumentation |
Instrumentation information is typically serialized to a file.
|
| InstrumentationInternal |
This is an internal interface used only by instrumentation.
|
| Version |
| Class | Description |
|---|---|
| ConditionalFactory | |
| ConditionalImpl |
A conditional records the position of a conditional branch
instruction, and the position of the branch target.
|
| Instrument |
Add coverage instrumentation to existing classes.
|
| InstrumentationFactory | |
| InstrumentationImpl | |
| InstrumentationPersistence | |
| InstrumentClassGen |
Add coverage instrumentation to an existing class.
|
| InstrumentMethodGen |
Add bytecode instrumentation to the method.
|
| SaveInstrumentationTask |
Timer task to save the instrumentation to disk.
|
| Exception | Description |
|---|---|
| CoverageRuntimeException |