Class: SimpleCov::RSpec::UncoveredLine Private

Inherits:
Struct
  • Object
show all
Defined in:
lib/simplecov-rspec.rb

Overview

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

An uncovered line

Instance Attribute Summary collapse

Instance Attribute Details

#line_numberInteger

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

The line number of the uncovered line

Returns:

  • (Integer)


247
# File 'lib/simplecov-rspec.rb', line 247

UncoveredLine = Struct.new(:project_filename, :line_number)

#project_filenameString

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

The path to the file with uncovered lines relative to the project root

Returns:

  • (String)


247
# File 'lib/simplecov-rspec.rb', line 247

UncoveredLine = Struct.new(:project_filename, :line_number)