Coverage Report
<% _.each(headers, function(header) { %>
<%= header %>
<% }); %>
<% _.each(data, function(fileData) { %>
<% _.each(fileData, function(cell, index) { %> <% if (index === 0) { %>
<%= cell %>
<% } else { %>
<%= cell %>
<% } %> <% }); %>
<% }); %>