data class CoverageRange
Coverage data for a source range.
<init> |
Coverage data for a source range. CoverageRange(startOffset: Int, endOffset: Int, count: Int) |
count |
Collected execution count of the source range. val count: Int |
endOffset |
JavaScript script source offset for the range end. val endOffset: Int |
startOffset |
JavaScript script source offset for the range start. val startOffset: Int |