Class: Inch::Language::Nodejs::Evaluation::Role::Missing

Inherits:
Base show all
Defined in:
lib/inch/language/nodejs/roles/base.rb

Overview

Missing is the base class for things that can be improved in the doc

Instance Attribute Summary

Attributes inherited from Evaluation::Role

#object

Instance Method Summary collapse

Methods inherited from Base

#object_type

Methods inherited from Evaluation::Role

applicable?, applicable_if, applicable_unless, #initialize, #max_score, #min_score, #object_type, #priority, priority, #suggestion

Constructor Details

This class inherits a constructor from Inch::Evaluation::Role

Instance Method Details

#potential_scoreFixnum

Returns a score that can be achieved by adding the missing thing mentioned by the role.

Returns:

  • (Fixnum)

    a score that can be achieved by adding the missing thing mentioned by the role



24
25
26
# File 'lib/inch/language/nodejs/roles/base.rb', line 24

def potential_score
  @value.to_i
end

#scoreObject



17
18
19
# File 'lib/inch/language/nodejs/roles/base.rb', line 17

def score
  nil
end