# 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*10}"} * " " end