# File lib/mcollective/rpc/stats.rb, line 64
      def fail
        @failcount += 1
      rescue
        @failcount = 1
      end