Fix reporter stats

This commit is contained in:
Markus Schirp 2013-02-22 20:59:37 +01:00
parent 4d89c02041
commit a5ae73f247

View file

@ -132,7 +132,7 @@ module Mutant
# otherwise
#
def errors?
@killers.values.any? do |_, counter|
@killers.values.any? do |counter|
counter.nonzero?
end
end