Class: Moult::Health::Score::ComplexityInput
- Inherits:
-
Struct
- Object
- Struct
- Moult::Health::Score::ComplexityInput
- Defined in:
- lib/moult/health/score.rb
Instance Attribute Summary collapse
-
#churn_present ⇒ Object
Returns the value of attribute churn_present.
-
#file_count ⇒ Object
Returns the value of attribute file_count.
-
#total_complexity ⇒ Object
Returns the value of attribute total_complexity.
-
#total_score ⇒ Object
Returns the value of attribute total_score.
Instance Attribute Details
#churn_present ⇒ Object
Returns the value of attribute churn_present
102 103 104 |
# File 'lib/moult/health/score.rb', line 102 def churn_present @churn_present end |
#file_count ⇒ Object
Returns the value of attribute file_count
102 103 104 |
# File 'lib/moult/health/score.rb', line 102 def file_count @file_count end |
#total_complexity ⇒ Object
Returns the value of attribute total_complexity
102 103 104 |
# File 'lib/moult/health/score.rb', line 102 def total_complexity @total_complexity end |
#total_score ⇒ Object
Returns the value of attribute total_score
102 103 104 |
# File 'lib/moult/health/score.rb', line 102 def total_score @total_score end |