Class: SimpleCov::CoverageLimits Private

Inherits:
Struct
  • Object
show all
Defined in:
lib/simplecov/exit_handling.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_coverageObject

Returns the value of attribute maximum_coverage

Returns:

  • (Object)

    the current value of maximum_coverage



11
12
13
# File 'lib/simplecov/exit_handling.rb', line 11

def maximum_coverage
  @maximum_coverage
end

#maximum_coverage_dropObject

Returns the value of attribute maximum_coverage_drop

Returns:

  • (Object)

    the current value of maximum_coverage_drop



11
12
13
# File 'lib/simplecov/exit_handling.rb', line 11

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



11
12
13
# File 'lib/simplecov/exit_handling.rb', line 11

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



11
12
13
# File 'lib/simplecov/exit_handling.rb', line 11

def minimum_coverage_by_file
  @minimum_coverage_by_file
end

#minimum_coverage_by_file_overridesObject

Returns the value of attribute minimum_coverage_by_file_overrides

Returns:

  • (Object)

    the current value of minimum_coverage_by_file_overrides



11
12
13
# File 'lib/simplecov/exit_handling.rb', line 11

def minimum_coverage_by_file_overrides
  @minimum_coverage_by_file_overrides
end

#minimum_coverage_by_groupObject

Returns the value of attribute minimum_coverage_by_group

Returns:

  • (Object)

    the current value of minimum_coverage_by_group



11
12
13
# File 'lib/simplecov/exit_handling.rb', line 11

def minimum_coverage_by_group
  @minimum_coverage_by_group
end