Class: SimpleCov::CoverageLimits Private
- Inherits:
-
Struct
- Object
- Struct
- SimpleCov::CoverageLimits
- 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
-
#maximum_coverage ⇒ Object
Returns the value of attribute maximum_coverage.
-
#maximum_coverage_drop ⇒ Object
Returns the value of attribute maximum_coverage_drop.
-
#minimum_coverage ⇒ Object
Returns the value of attribute minimum_coverage.
-
#minimum_coverage_by_file ⇒ Object
Returns the value of attribute minimum_coverage_by_file.
-
#minimum_coverage_by_file_overrides ⇒ Object
Returns the value of attribute minimum_coverage_by_file_overrides.
-
#minimum_coverage_by_group ⇒ Object
Returns the value of attribute minimum_coverage_by_group.
Instance Attribute Details
#maximum_coverage ⇒ Object
Returns the value of attribute maximum_coverage
11 12 13 |
# File 'lib/simplecov/exit_handling.rb', line 11 def maximum_coverage @maximum_coverage end |
#maximum_coverage_drop ⇒ Object
Returns the value of attribute maximum_coverage_drop
11 12 13 |
# File 'lib/simplecov/exit_handling.rb', line 11 def maximum_coverage_drop @maximum_coverage_drop end |
#minimum_coverage ⇒ Object
Returns the value of attribute minimum_coverage
11 12 13 |
# File 'lib/simplecov/exit_handling.rb', line 11 def minimum_coverage @minimum_coverage end |
#minimum_coverage_by_file ⇒ Object
Returns the value of attribute 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_overrides ⇒ Object
Returns the value of attribute 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_group ⇒ Object
Returns the value of attribute 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 |