<%= title %>

Generated on <%= generated_on %> with rcov <%= rcov::VERSION %>

<% if output_threshold != 101 %>

Threshold: <%= output_threshold %>%

<% end %>
        Code reported as executed by Ruby looks like this...and this: this line is also marked as covered.Lines considered as run by rcov, but not reported by Ruby, look like this,and this: these lines were inferred by rcov (using simple heuristics).Finally, here's a line marked as not executed.
      
<% fileinfo.num_lines.times do |i| %> <% line = fileinfo.lines[i].chomp %> <% count = fileinfo.counts[i] %> <% end %>
Name Total lines Lines of code Total coverage Code coverage
<%= fileinfo.name %> <%= fileinfo.num_lines %> <%= fileinfo.num_code_lines %>
<%= "%3.2f" % fileinfo.total_coverage_for_report %>% 
<%= "%3.2f" % fileinfo.code_coverage_for_report %>% 
<%= i.next %> <%= line %>

Generated on <%= generated_on %> with rcov <%= rcov::VERSION %>