Class: Moult::Health::Score::DeadCodeInput

Inherits:
Struct
  • Object
show all
Defined in:
lib/moult/health/score.rb

Instance Attribute Summary collapse

Instance Attribute Details

#confidence_sumObject

Returns the value of attribute confidence_sum

Returns:

  • (Object)

    the current value of confidence_sum



103
104
105
# File 'lib/moult/health/score.rb', line 103

def confidence_sum
  @confidence_sum
end

#finding_countObject

Returns the value of attribute finding_count

Returns:

  • (Object)

    the current value of finding_count



103
104
105
# File 'lib/moult/health/score.rb', line 103

def finding_count
  @finding_count
end

#resolvedObject

Returns the value of attribute resolved

Returns:

  • (Object)

    the current value of resolved



103
104
105
# File 'lib/moult/health/score.rb', line 103

def resolved
  @resolved
end

#symbol_countObject

Returns the value of attribute symbol_count

Returns:

  • (Object)

    the current value of symbol_count



103
104
105
# File 'lib/moult/health/score.rb', line 103

def symbol_count
  @symbol_count
end