Class: SimpleCov::CoverageLimits Private

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

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.

Instance Attribute Summary collapse

Instance Attribute Details

#maximum_coverage_dropObject

Returns the value of attribute maximum_coverage_drop

Returns:

  • (Object)

    the current value of maximum_coverage_drop



255
256
257
# File 'lib/simplecov.rb', line 255

def maximum_coverage_drop
  @maximum_coverage_drop
end

#minimum_coverageObject

Returns the value of attribute minimum_coverage

Returns:

  • (Object)

    the current value of minimum_coverage



255
256
257
# File 'lib/simplecov.rb', line 255

def minimum_coverage
  @minimum_coverage
end

#minimum_coverage_by_fileObject

Returns the value of attribute minimum_coverage_by_file

Returns:

  • (Object)

    the current value of minimum_coverage_by_file



255
256
257
# File 'lib/simplecov.rb', line 255

def minimum_coverage_by_file
  @minimum_coverage_by_file
end