bin/cobench in cobench-0.0.42 vs bin/cobench in cobench-0.0.43

- old
+ new

@@ -165,10 +165,11 @@ 'HoC' => 1, 'Pulls' => 250, 'Issues' => 50, 'Commits' => 5, 'Reviews' => 150, - 'Msgs' => 5 + 'Msgs' => 5, + 'LcP' => 0, } data.each do |u, ms| score = ms.map do |t, h| raise "Unknown title '#{t}'" unless weights.key?(t) h[:total] * weights[t]