<%= link_to_source_file(source_file) %>
|
<%= source_file.covered_percent.round(2).to_s %> % |
<% runtime_percentage = result.file_with_type(source_file, Coverband::RUNTIME_TYPE).try(:covered_percent).try(:round, 2) %>
strong">
<%= "#{runtime_percentage || '0'} %" %>
|
<%= source_file.lines.count %> |
<%= source_file.covered_lines.count + source_file.missed_lines.count %> |
<%= source_file.covered_lines.count %> |
<%= result.file_with_type(source_file, Coverband::RUNTIME_TYPE).try(:covered_lines).try(:count) || 0 %>
|
<%= source_file.missed_lines.count %> |
<%= source_file.covered_strength %> |
<% end %>