Skip navigation links
B C F G H K L M R S 

B

BranchCoverage - Class in kotlinx.kover.offline.runtime.api
Coverage of the code branch, if branching occurred on one line.
BranchCoverage() - Constructor for class kotlinx.kover.offline.runtime.api.BranchCoverage
 
branches - Variable in class kotlinx.kover.offline.runtime.api.LineCoverage
If there is a conditional expression and several code branches on one line, the coverage is measured for each of them individually.
branchNumber - Variable in class kotlinx.kover.offline.runtime.api.BranchCoverage
The unique branch number for the line.

C

ClassCoverage - Class in kotlinx.kover.offline.runtime.api
Coverage for JVM class.
ClassCoverage() - Constructor for class kotlinx.kover.offline.runtime.api.ClassCoverage
 
className - Variable in class kotlinx.kover.offline.runtime.api.ClassCoverage
Fully-qualified JVM class name from byte code
collect(List<byte[]>) - Static method in class kotlinx.kover.offline.runtime.api.KoverRuntime
Get classes coverage.
collectByDirs(List<File>) - Static method in class kotlinx.kover.offline.runtime.api.KoverRuntime
Get classes coverage.

F

fileName - Variable in class kotlinx.kover.offline.runtime.api.ClassCoverage
File name from byte code (without directories).

G

getReport() - Static method in class kotlinx.kover.offline.runtime.api.KoverRuntime
Get content of the coverage binary report with ic format.

H

hit - Variable in class kotlinx.kover.offline.runtime.api.BranchCoverage
The number of code executions of this branch.
hit - Variable in class kotlinx.kover.offline.runtime.api.LineCoverage
The number of code executions at least one byte-code instruction of this line.
hit - Variable in class kotlinx.kover.offline.runtime.api.MethodCoverage
The number of code executions of the first instruction of this method.

K

kotlinx.kover.offline.runtime.api - package kotlinx.kover.offline.runtime.api
 
KoverRuntime - Class in kotlinx.kover.offline.runtime.api
Utility Kover to collect coverage inside JVM process in which the tests were run.
KoverRuntime() - Constructor for class kotlinx.kover.offline.runtime.api.KoverRuntime
 

L

LineCoverage - Class in kotlinx.kover.offline.runtime.api
Coverage for a line of source code.
LineCoverage() - Constructor for class kotlinx.kover.offline.runtime.api.LineCoverage
 
lineNumber - Variable in class kotlinx.kover.offline.runtime.api.LineCoverage
Line number in the source code file.
lines - Variable in class kotlinx.kover.offline.runtime.api.MethodCoverage
Coverage for each line of source code for this method.
LOG_FILE_PROPERTY_NAME - Static variable in class kotlinx.kover.offline.runtime.api.KoverRuntime
JVM property name used to define the path to the file with Kover offline logs.

M

MethodCoverage - Class in kotlinx.kover.offline.runtime.api
Coverage of method in the JVM class.
MethodCoverage() - Constructor for class kotlinx.kover.offline.runtime.api.MethodCoverage
 
methods - Variable in class kotlinx.kover.offline.runtime.api.ClassCoverage
Coverage for methods.

R

REPORT_PROPERTY_NAME - Static variable in class kotlinx.kover.offline.runtime.api.KoverRuntime
JVM property name used to define the path where the offline report will be stored.

S

saveReport(File) - Static method in class kotlinx.kover.offline.runtime.api.KoverRuntime
Save coverage binary report in file with ic format.
signature - Variable in class kotlinx.kover.offline.runtime.api.MethodCoverage
JVM signature of the method.
B C F G H K L M R S 
Skip navigation links