Class: Moult::Health::Score::DeadCodeInput
- Inherits:
-
Struct
- Object
- Struct
- Moult::Health::Score::DeadCodeInput
- Defined in:
- lib/moult/health/score.rb
Instance Attribute Summary collapse
-
#confidence_sum ⇒ Object
Returns the value of attribute confidence_sum.
-
#finding_count ⇒ Object
Returns the value of attribute finding_count.
-
#resolved ⇒ Object
Returns the value of attribute resolved.
-
#symbol_count ⇒ Object
Returns the value of attribute symbol_count.
Instance Attribute Details
#confidence_sum ⇒ Object
Returns the value of attribute confidence_sum
103 104 105 |
# File 'lib/moult/health/score.rb', line 103 def confidence_sum @confidence_sum end |
#finding_count ⇒ Object
Returns the value of attribute finding_count
103 104 105 |
# File 'lib/moult/health/score.rb', line 103 def finding_count @finding_count end |
#resolved ⇒ Object
Returns the value of attribute resolved
103 104 105 |
# File 'lib/moult/health/score.rb', line 103 def resolved @resolved end |
#symbol_count ⇒ Object
Returns the value of attribute symbol_count
103 104 105 |
# File 'lib/moult/health/score.rb', line 103 def symbol_count @symbol_count end |