Class: SimpleCov::CoverageLimits Private
- Inherits:
-
Data
- Object
- Data
- 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
-
#baseline ⇒ Object
readonly
Returns the value of attribute baseline.
-
#maximum_coverage ⇒ Object
readonly
Returns the value of attribute maximum_coverage.
-
#maximum_coverage_drop ⇒ Object
readonly
Returns the value of attribute maximum_coverage_drop.
-
#maximum_missed ⇒ Object
readonly
Returns the value of attribute maximum_missed.
-
#maximum_missed_per_file ⇒ Object
readonly
Returns the value of attribute maximum_missed_per_file.
-
#maximum_missed_per_file_overrides ⇒ Object
readonly
Returns the value of attribute maximum_missed_per_file_overrides.
-
#minimum_coverage ⇒ Object
readonly
Returns the value of attribute minimum_coverage.
-
#minimum_coverage_by_file ⇒ Object
readonly
Returns the value of attribute minimum_coverage_by_file.
-
#minimum_coverage_by_file_overrides ⇒ Object
readonly
Returns the value of attribute minimum_coverage_by_file_overrides.
-
#minimum_coverage_by_group ⇒ Object
readonly
Returns the value of attribute minimum_coverage_by_group.
Instance Attribute Details
#baseline ⇒ Object (readonly)
Returns the value of attribute baseline
13 14 15 |
# File 'lib/simplecov/exit_handling.rb', line 13 def baseline @baseline end |
#maximum_coverage ⇒ Object (readonly)
Returns the value of attribute maximum_coverage
13 14 15 |
# File 'lib/simplecov/exit_handling.rb', line 13 def maximum_coverage @maximum_coverage end |
#maximum_coverage_drop ⇒ Object (readonly)
Returns the value of attribute maximum_coverage_drop
13 14 15 |
# File 'lib/simplecov/exit_handling.rb', line 13 def maximum_coverage_drop @maximum_coverage_drop end |
#maximum_missed ⇒ Object (readonly)
Returns the value of attribute maximum_missed
13 14 15 |
# File 'lib/simplecov/exit_handling.rb', line 13 def maximum_missed @maximum_missed end |
#maximum_missed_per_file ⇒ Object (readonly)
Returns the value of attribute 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_overrides ⇒ Object (readonly)
Returns the value of attribute 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_coverage ⇒ Object (readonly)
Returns the value of attribute minimum_coverage
13 14 15 |
# File 'lib/simplecov/exit_handling.rb', line 13 def minimum_coverage @minimum_coverage end |
#minimum_coverage_by_file ⇒ Object (readonly)
Returns the value of attribute 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_overrides ⇒ Object (readonly)
Returns the value of attribute 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_group ⇒ Object (readonly)
Returns the value of attribute 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 |