# File lib/cucumber/formatter/html.rb, line 595 def dump_count(count, what, state=nil) [count, state, "#{what}#{count == 1 ? '' : 's'}"].compact.join(" ") end