Class: AdLint::FN_CSUB_Metric

Inherits:
FunctionMetric show all
Defined in:
lib/adlint/metric.rb

Instance Method Summary collapse

Methods inherited from CodeMetric

#print_as_csv, #to_s

Constructor Details

#initialize(fun_id, loc, funcall_cnt) ⇒ FN_CSUB_Metric

Returns a new instance of FN_CSUB_Metric.



124
125
126
# File 'lib/adlint/metric.rb', line 124

def initialize(fun_id, loc, funcall_cnt)
  super("FN_CSUB", fun_id, loc, funcall_cnt)
end