class AdLint::FN_UNRC_Metric

Public Class Methods

new(fun_id, loc, unreached_stmt_cnt) click to toggle source
Calls superclass method AdLint::FunctionMetric::new
# 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