pl.wendigo.chrome.api.profiler / CoverageRange

CoverageRange

data class CoverageRange (source)

Coverage data for a source range.

Link
Profiler#CoverageRange type documentation.

Constructors

<init>

CoverageRange(startOffset: Int, endOffset: Int, count: Int)

Coverage data for a source range.

Properties

count

val count: Int

Collected execution count of the source range.

endOffset

val endOffset: Int

JavaScript script source offset for the range end.

startOffset

val startOffset: Int

JavaScript script source offset for the range start.