| Interface | Description |
|---|---|
| DictionaryLookup |
| Class | Description |
|---|---|
| ArrayUtil | |
| ClassListSection |
Basic section that can store additional information per each class.
|
| ClassNameUtil | |
| CommonArrayUtil | |
| CondyUtils | |
| CoverageIOUtil | |
| CoverageIOUtil.Consumer | |
| CoverageIOUtil.FileLock | |
| CoverageReport |
Save coverage report in specific binary format.
|
| ErrorReporter |
Use this reporter for the cases when exception occurs within coverage engine
|
| IncludePatternsSection | |
| InstructionsSection |
Save instruction counters.
|
| LineMapper<T extends CoverageData> |
This class performs line mapping for JSR45 support
|
| MethodCaller |
This is a wrapper for method calls via reflection.
|
| OptionsUtil | |
| PartlyAnalysedClassesSection |
During lines mapping new classes can be created, but they include only mapped lines.
|
| ProjectDataLoader |
Load binary coverage report
|
| ReportSection |
A report section is an extra data that is written to the report file after the main part.
|
| ReportSectionsUtil | |
| StringHash | |
| StringsPool | |
| TestTrackingCallback | |
| TestTrackingIOUtil | |
| UncoveredBranchesSection |
This section saves info about jumps and switches that are not saved in the main report part as line's hits counter is 0.
|