Class: SimpleCov::StaticCoverageExtractor::LocationConventions::PointLocation
- Inherits:
-
Data
- Object
- Data
- SimpleCov::StaticCoverageExtractor::LocationConventions::PointLocation
- 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 collapse
-
#end_column ⇒ Object
readonly
Returns the value of attribute end_column.
-
#end_line ⇒ Object
readonly
Returns the value of attribute end_line.
-
#start_column ⇒ Object
readonly
Returns the value of attribute start_column.
-
#start_line ⇒ Object
readonly
Returns the value of attribute start_line.
Instance Attribute Details
#end_column ⇒ Object (readonly)
Returns the value of attribute end_column
15 16 17 |
# File 'lib/simplecov/static_coverage_extractor/location_conventions.rb', line 15 def end_column @end_column end |
#end_line ⇒ Object (readonly)
Returns the value of attribute end_line
15 16 17 |
# File 'lib/simplecov/static_coverage_extractor/location_conventions.rb', line 15 def end_line @end_line end |
#start_column ⇒ Object (readonly)
Returns the value of attribute start_column
15 16 17 |
# File 'lib/simplecov/static_coverage_extractor/location_conventions.rb', line 15 def start_column @start_column end |
#start_line ⇒ Object (readonly)
Returns the value of attribute start_line
15 16 17 |
# File 'lib/simplecov/static_coverage_extractor/location_conventions.rb', line 15 def start_line @start_line end |