Redmine code coverage

Generated on <%= now %> (<%= revision_link %>). More information about this environment at redmine.org.

<%= shortened_filename source_file %> (<%= "%.1f" % source_file.covered_percent %> %)

<% source_file.lines.each_with_index do |line, i| %>
<%= i.to_s.rjust 4 %> <%= CGI.escapeHTML(line.src.chomp) %>
<% end %>