Class: SimpleCov::CoverageLimits Private

Inherits:
Data
  • 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

#baselineObject (readonly)

Returns the value of attribute baseline

Returns:

  • (Object)

    the current value of baseline



13
14
15
# File 'lib/simplecov/exit_handling.rb', line 13

def baseline
  @baseline
end

#maximum_coverageObject (readonly)

Returns the value of attribute maximum_coverage

Returns:

  • (Object)

    the current value of maximum_coverage



13
14
15
# File 'lib/simplecov/exit_handling.rb', line 13

def maximum_coverage
  @maximum_coverage
end

#maximum_coverage_dropObject (readonly)

Returns the value of attribute maximum_coverage_drop

Returns:

  • (Object)

    the current value of maximum_coverage_drop



13
14
15
# File 'lib/simplecov/exit_handling.rb', line 13

def maximum_coverage_drop
  @maximum_coverage_drop
end

#maximum_missedObject (readonly)

Returns the value of attribute maximum_missed

Returns:

  • (Object)

    the current value of maximum_missed



13
14
15
# File 'lib/simplecov/exit_handling.rb', line 13

def maximum_missed
  @maximum_missed
end

#maximum_missed_per_fileObject (readonly)

Returns the value of attribute maximum_missed_per_file

Returns:

  • (Object)

    the current value of maximum_missed_per_file



13
14
15
# File 'lib/simplecov/exit_handling.rb', line 13

def maximum_missed_per_file
  @maximum_missed_per_file
end

#maximum_missed_per_file_overridesObject (readonly)

Returns the value of attribute maximum_missed_per_file_overrides

Returns:

  • (Object)

    the current value of maximum_missed_per_file_overrides



13
14
15
# File 'lib/simplecov/exit_handling.rb', line 13

def maximum_missed_per_file_overrides
  @maximum_missed_per_file_overrides
end

#minimum_coverageObject (readonly)

Returns the value of attribute minimum_coverage

Returns:

  • (Object)

    the current value of minimum_coverage



13
14
15
# File 'lib/simplecov/exit_handling.rb', line 13

def minimum_coverage
  @minimum_coverage
end

#minimum_coverage_by_fileObject (readonly)

Returns the value of attribute minimum_coverage_by_file

Returns:

  • (Object)

    the current value of minimum_coverage_by_file



13
14
15
# File 'lib/simplecov/exit_handling.rb', line 13

def minimum_coverage_by_file
  @minimum_coverage_by_file
end

#minimum_coverage_by_file_overridesObject (readonly)

Returns the value of attribute minimum_coverage_by_file_overrides

Returns:

  • (Object)

    the current value of minimum_coverage_by_file_overrides



13
14
15
# File 'lib/simplecov/exit_handling.rb', line 13

def minimum_coverage_by_file_overrides
  @minimum_coverage_by_file_overrides
end

#minimum_coverage_by_groupObject (readonly)

Returns the value of attribute minimum_coverage_by_group

Returns:

  • (Object)

    the current value of minimum_coverage_by_group



13
14
15
# File 'lib/simplecov/exit_handling.rb', line 13

def minimum_coverage_by_group
  @minimum_coverage_by_group
end