struct Protocol::Profiler::CoverageRange

Overview

Coverage data for a source range.

Included Modules

Defined in:

protocol/profiler.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def count : Int::Primitive #

Collected execution count of the source range.


[View source]
def end_offset : Int::Primitive #

JavaScript script source offset for the range end.


[View source]
def start_offset : Int::Primitive #

JavaScript script source offset for the range start.


[View source]