struct Protocol::Profiler::CoverageRange
- Protocol::Profiler::CoverageRange
- Struct
- Value
- Object
Overview
Coverage data for a source range.
Included Modules
- JSON::Serializable
Defined in:
protocol/profiler.crConstructors
Instance Method Summary
-
#count : Int::Primitive
Collected execution count of the source range.
-
#end_offset : Int::Primitive
JavaScript script source offset for the range end.
-
#start_offset : Int::Primitive
JavaScript script source offset for the range start.