Class: SimpleCov::Baseline::Outcome
- Inherits:
-
Data
- Object
- Data
- SimpleCov::Baseline::Outcome
- Defined in:
- lib/simplecov/baseline.rb,
sig/simplecov.rbs
Overview
The tightened baseline plus the path lists the CLI summarizes (each path appears in exactly one).
Instance Attribute Summary collapse
-
#baseline ⇒ Object
readonly
Returns the value of attribute baseline.
-
#pruned ⇒ Object
readonly
Returns the value of attribute pruned.
-
#regressed ⇒ Object
readonly
Returns the value of attribute regressed.
-
#tightened ⇒ Object
readonly
Returns the value of attribute tightened.
-
#unchanged ⇒ Object
readonly
Returns the value of attribute unchanged.
Instance Method Summary collapse
- #initialize ⇒ Object constructor
Constructor Details
#initialize ⇒ Object
1512 |
# File 'sig/simplecov.rbs', line 1512 def initialize: (baseline: Baseline, tightened: Array[String], pruned: Array[String], |
Instance Attribute Details
#baseline ⇒ Object (readonly)
Returns the value of attribute baseline
37 38 39 |
# File 'lib/simplecov/baseline.rb', line 37 def baseline @baseline end |
#pruned ⇒ Object (readonly)
Returns the value of attribute pruned
37 38 39 |
# File 'lib/simplecov/baseline.rb', line 37 def pruned @pruned end |
#regressed ⇒ Object (readonly)
Returns the value of attribute regressed
37 38 39 |
# File 'lib/simplecov/baseline.rb', line 37 def regressed @regressed end |
#tightened ⇒ Object (readonly)
Returns the value of attribute tightened
37 38 39 |
# File 'lib/simplecov/baseline.rb', line 37 def tightened @tightened end |
#unchanged ⇒ Object (readonly)
Returns the value of attribute unchanged
37 38 39 |
# File 'lib/simplecov/baseline.rb', line 37 def unchanged @unchanged end |