| Class | Description |
|---|---|
| CondyCoverageDataAccess |
Store coverage data in a constant dynamic (ConDy).
|
| CoverageDataAccess |
This class encapsulates access to coverage data in runtime,
so that different strategies could be implemented.
|
| CoverageDataAccess.Init |
The init information about a method which should be invoked to get coverage data
with its signature and parameter values.
|
| CoverageDataAccessVisitor | |
| DataAccessUtil | |
| EmptyCoverageDataAccess |
This data access may be used for class analysis without actual transform and further usage.
|
| FieldCoverageDataAccess |
Store coverage data in a synthetic field.
|
| NameCoverageDataAccess |
Access coverage data from the coverage engine in the beginning of each method
by name of the class.
|