Class: SimpleCov::Baseline::Outcome

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

Instance Method Summary collapse

Constructor Details

#initialize ⇒ Object



1507
# File 'sig/simplecov.rbs', line 1507

def initialize: (baseline: Baseline, tightened: Array[String], pruned: Array[String],

Instance Attribute Details

#baseline ⇒ Object (readonly)

Returns the value of attribute baseline

Returns:

  • (Object) —

    the current value of baseline



37
38
39
# File 'lib/simplecov/baseline.rb', line 37

def baseline
  @baseline
end

#pruned ⇒ Object (readonly)

Returns the value of attribute pruned

Returns:

  • (Object) —

    the current value of pruned



37
38
39
# File 'lib/simplecov/baseline.rb', line 37

def pruned
  @pruned
end

#regressed ⇒ Object (readonly)

Returns the value of attribute regressed

Returns:

  • (Object) —

    the current value of regressed



37
38
39
# File 'lib/simplecov/baseline.rb', line 37

def regressed
  @regressed
end

#tightened ⇒ Object (readonly)

Returns the value of attribute tightened

Returns:

  • (Object) —

    the current value of tightened



37
38
39
# File 'lib/simplecov/baseline.rb', line 37

def tightened
  @tightened
end

#unchanged ⇒ Object (readonly)

Returns the value of attribute unchanged

Returns:

  • (Object) —

    the current value of unchanged



37
38
39
# File 'lib/simplecov/baseline.rb', line 37

def unchanged
  @unchanged
end