CodeCoverageReport

Contains and presents the details of this raw function pertinent to code coverage reporting.

Author

Leslie Schultz

Parameters

hasRun

Whether this raw function has been run during this code coverage session.

isTranslated

Whether this raw function has been translated during this code coverage session.

startingLineNumber

The starting line number of this raw function.

moduleName

The module this raw function appears in.

methodName

The method this raw function appears in.

Functions

Link copied to clipboard
open operator override fun compareTo(other: CompiledCodeDescriptor.CodeCoverageReport): Int
Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
val methodName: String
Link copied to clipboard
val moduleName: String
Link copied to clipboard
val startingLineNumber: Int