# File lib/coveralls/output.rb, line 110
    def silent?
      ENV["COVERALLS_SILENT"] || (defined?(@silent) && @silent)
    end