Class: Moult::Health::Score::ComplexityInput

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

Instance Attribute Summary collapse

Instance Attribute Details

#churn_presentObject

Returns the value of attribute churn_present

Returns:

  • (Object)

    the current value of churn_present



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

def churn_present
  @churn_present
end

#file_countObject

Returns the value of attribute file_count

Returns:

  • (Object)

    the current value of file_count



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

def file_count
  @file_count
end

#total_complexityObject

Returns the value of attribute total_complexity

Returns:

  • (Object)

    the current value of total_complexity



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

def total_complexity
  @total_complexity
end

#total_scoreObject

Returns the value of attribute total_score

Returns:

  • (Object)

    the current value of total_score



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

def total_score
  @total_score
end