class Rcov::Formatters::HtmlErbTemplate
def coverage_threshold_classes(percentage)
def coverage_threshold_classes(percentage) return '_110' if percentage == 100 return (1..10).find_all{|i| i * 10 > percentage}.map{|i| "_#{i*10}"} * " " end
def coverage_threshold_classes(percentage) return '_110' if percentage == 100 return (1..10).find_all{|i| i * 10 > percentage}.map{|i| "_#{i*10}"} * " " end