Class: AdLint::FN_UELS_Metric
- Inherits:
-
FunctionMetric
- Object
- CodeMetric
- FunctionMetric
- AdLint::FN_UELS_Metric
- Defined in:
- lib/adlint/metric.rb
Instance Method Summary collapse
-
#initialize(fun_id, loc, if_stmt_cnt) ⇒ FN_UELS_Metric
constructor
A new instance of FN_UELS_Metric.
Methods inherited from CodeMetric
Constructor Details
#initialize(fun_id, loc, if_stmt_cnt) ⇒ FN_UELS_Metric
Returns a new instance of FN_UELS_Metric.
142 143 144 |
# File 'lib/adlint/metric.rb', line 142 def initialize(fun_id, loc, if_stmt_cnt) super("FN_UELS", fun_id, loc, if_stmt_cnt) end |