Class: SimpleCov::CoverageLimits Private
- Inherits:
-
Struct
- Object
- Struct
- SimpleCov::CoverageLimits
- 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
-
#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.
Instance Attribute Details
#maximum_coverage_drop ⇒ Object
Returns the value of attribute maximum_coverage_drop
255 256 257 |
# File 'lib/simplecov.rb', line 255 def maximum_coverage_drop @maximum_coverage_drop end |
#minimum_coverage ⇒ Object
Returns the value of attribute minimum_coverage
255 256 257 |
# File 'lib/simplecov.rb', line 255 def minimum_coverage @minimum_coverage end |
#minimum_coverage_by_file ⇒ Object
Returns the value of attribute minimum_coverage_by_file
255 256 257 |
# File 'lib/simplecov.rb', line 255 def minimum_coverage_by_file @minimum_coverage_by_file end |