# File lib/plugins/tf/stats_output.rb, line 12 def initialize @counts={} @counts[:commands] = 0 @counts[:tests] = 0 @counts[:commands_finished] = 0 @counts[:tests_success] = 0 @counts[:tests_failure] = 0 end