struct Protocol::Profiler::FunctionCoverage
- Protocol::Profiler::FunctionCoverage
- Struct
- Value
- Object
Overview
Coverage data for a JavaScript function.
Included Modules
- JSON::Serializable
Defined in:
protocol/profiler.crConstructors
Instance Method Summary
-
#function_name : String
JavaScript function name.
-
#is_block_coverage : Bool
Whether coverage data for this function has block granularity.
-
#ranges : Array(CoverageRange)
Source ranges inside the function with coverage data.