# File lib/rcov/formatters/html_erb_template.rb, line 21
      def coverage_threshold_classes(percentage)
        return 110 if percentage == 100
        return (1..10).find_all{|i| i * 10 > percentage}.map{|i| i.to_i * 10} * " " 
      end