Class: Moult::Health::Score::Inputs
- Inherits:
-
Struct
- Object
- Struct
- Moult::Health::Score::Inputs
- Defined in:
- lib/moult/health/score.rb
Overview
IO-free numeric inputs. The orchestrator extracts one of each from the matching analysis report; the model never sees a report object. A nil slot means the analysis was absent or errored — it is dropped from the composite.
Instance Attribute Summary collapse
-
#boundaries ⇒ Object
Returns the value of attribute boundaries.
-
#complexity ⇒ Object
Returns the value of attribute complexity.
-
#coverage ⇒ Object
Returns the value of attribute coverage.
-
#dead_code ⇒ Object
Returns the value of attribute dead_code.
-
#duplication ⇒ Object
Returns the value of attribute duplication.
Instance Attribute Details
#boundaries ⇒ Object
Returns the value of attribute boundaries
100 101 102 |
# File 'lib/moult/health/score.rb', line 100 def boundaries @boundaries end |
#complexity ⇒ Object
Returns the value of attribute complexity
100 101 102 |
# File 'lib/moult/health/score.rb', line 100 def complexity @complexity end |
#coverage ⇒ Object
Returns the value of attribute coverage
100 101 102 |
# File 'lib/moult/health/score.rb', line 100 def coverage @coverage end |
#dead_code ⇒ Object
Returns the value of attribute dead_code
100 101 102 |
# File 'lib/moult/health/score.rb', line 100 def dead_code @dead_code end |
#duplication ⇒ Object
Returns the value of attribute duplication
100 101 102 |
# File 'lib/moult/health/score.rb', line 100 def duplication @duplication end |