# File lib/kwala/actions/code_coverage.rb, line 180
  def amrita_result(percent, file_cov_path)
    if percent.to_i > 0
      Amrita.e(:a, :href => url_alias(file_cov_path)) {"#{percent} %"}
    else
      Amrita.e(:span, :title => "bad file #{file_cov_path}") {"0 %"}
    end
  end