Class: Ast::Merge::ProfilePromotionMetrics

Inherits:
Struct
  • Object
show all
Defined in:
lib/ast/merge.rb

Instance Attribute Summary collapse

Instance Attribute Details

#backend_parity_passedObject

Returns the value of attribute backend_parity_passed

Returns:

  • (Object)

    the current value of backend_parity_passed



866
867
868
# File 'lib/ast/merge.rb', line 866

def backend_parity_passed
  @backend_parity_passed
end

#fallback_countObject

Returns the value of attribute fallback_count

Returns:

  • (Object)

    the current value of fallback_count



866
867
868
# File 'lib/ast/merge.rb', line 866

def fallback_count
  @fallback_count
end

#fallback_thresholdObject

Returns the value of attribute fallback_threshold

Returns:

  • (Object)

    the current value of fallback_threshold



866
867
868
# File 'lib/ast/merge.rb', line 866

def fallback_threshold
  @fallback_threshold
end

#formatting_preservation_scoreObject

Returns the value of attribute formatting_preservation_score

Returns:

  • (Object)

    the current value of formatting_preservation_score



866
867
868
# File 'lib/ast/merge.rb', line 866

def formatting_preservation_score
  @formatting_preservation_score
end

#formatting_thresholdObject

Returns the value of attribute formatting_threshold

Returns:

  • (Object)

    the current value of formatting_threshold



866
867
868
# File 'lib/ast/merge.rb', line 866

def formatting_threshold
  @formatting_threshold
end

#passed_fixture_countObject

Returns the value of attribute passed_fixture_count

Returns:

  • (Object)

    the current value of passed_fixture_count



866
867
868
# File 'lib/ast/merge.rb', line 866

def passed_fixture_count
  @passed_fixture_count
end

#required_fixture_countObject

Returns the value of attribute required_fixture_count

Returns:

  • (Object)

    the current value of required_fixture_count



866
867
868
# File 'lib/ast/merge.rb', line 866

def required_fixture_count
  @required_fixture_count
end

#unresolved_conflict_countObject

Returns the value of attribute unresolved_conflict_count

Returns:

  • (Object)

    the current value of unresolved_conflict_count



866
867
868
# File 'lib/ast/merge.rb', line 866

def unresolved_conflict_count
  @unresolved_conflict_count
end