Class: AdLint::FN_UNRC_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, unreached_stmt_cnt) ⇒ FN_UNRC_Metric

Returns a new instance of FN_UNRC_Metric.



100
101
102
# File 'lib/adlint/metric.rb', line 100

def initialize(fun_id, loc, unreached_stmt_cnt)
  super("FN_UNRC", fun_id, loc, unreached_stmt_cnt)
end