Method: MetricFu::StatsGrapher#get_metrics

Defined in:
lib/graphs/stats_grapher.rb

#get_metrics(metrics, date) ⇒ Object



14
15
16
17
18
# File 'lib/graphs/stats_grapher.rb', line 14

def get_metrics(metrics, date)
  super
  self.loc_counts.push(metrics[:stats][:codeLOC].to_i)
  self.lot_counts.push(metrics[:stats][:testLOC].to_i)
end