Class: SimpleCov::StaticCoverageExtractor::LocationConventions::PointLocation
| Relationships & Source Files | |
| Super Chains via Extension / Inclusion / Inheritance | |
|
Class Chain:
self,
Data
|
|
|
Instance Chain:
self,
Data
|
|
| Inherits: |
Data
|
| Defined in: | lib/simplecov/static_coverage_extractor/location_conventions.rb |
Overview
A zero-width stand-in for Prism locations, for the arms Coverage anchors to a point rather than a range.
Instance Attribute Summary
-
#end_column
readonly
A zero-width stand-in for Prism locations, for the arms Coverage anchors to a point rather than a range.
-
#end_line
readonly
A zero-width stand-in for Prism locations, for the arms Coverage anchors to a point rather than a range.
-
#start_column
readonly
A zero-width stand-in for Prism locations, for the arms Coverage anchors to a point rather than a range.
-
#start_line
readonly
A zero-width stand-in for Prism locations, for the arms Coverage anchors to a point rather than a range.
Instance Attribute Details
#end_column (readonly)
A zero-width stand-in for Prism locations, for the arms Coverage anchors to a point rather than a range.
# File 'lib/simplecov/static_coverage_extractor/location_conventions.rb', line 19
PointLocation = Data.define(:start_line, :start_column, :end_line, :end_column)
#end_line (readonly)
A zero-width stand-in for Prism locations, for the arms Coverage anchors to a point rather than a range.
# File 'lib/simplecov/static_coverage_extractor/location_conventions.rb', line 19
PointLocation = Data.define(:start_line, :start_column, :end_line, :end_column)
#start_column (readonly)
A zero-width stand-in for Prism locations, for the arms Coverage anchors to a point rather than a range.
# File 'lib/simplecov/static_coverage_extractor/location_conventions.rb', line 19
PointLocation = Data.define(:start_line, :start_column, :end_line, :end_column)
#start_line (readonly)
A zero-width stand-in for Prism locations, for the arms Coverage anchors to a point rather than a range.
# File 'lib/simplecov/static_coverage_extractor/location_conventions.rb', line 19
PointLocation = Data.define(:start_line, :start_column, :end_line, :end_column)