| Class | Description |
|---|---|
| BranchCoverage |
Coverage of the code branch, if branching occurred on one line.
|
| ClassCoverage |
Coverage for JVM class.
|
| KoverRuntime |
Utility Kover to collect coverage inside JVM process in which the tests were run.
|
| LineCoverage |
Coverage for a line of source code.
|
| MethodCoverage |
Coverage of method in the JVM class.
|