Method: MetricFu::MethodContainer#to_h

Defined in:
lib/metric_fu/metrics/flog/generator.rb

#to_hObject



86
87
88
89
90
91
92
93
# File 'lib/metric_fu/metrics/flog/generator.rb', line 86

def to_h
  { name: @name,
    path: @path || "",
    total_score: total_score,
    highest_score: highest_score,
    average_score: average_score,
    methods: @methods }
end