# File lib/ruby-progressbar/progress.rb, line 95
  def none?
    running_average.zero? || progress.zero?
  end