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

#initializeObject



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

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

Instance Attribute Details

#baselineObject (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

#prunedObject (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

#regressedObject (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

#tightenedObject (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

#unchangedObject (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