Sha256: e363bf043835910e200ec83c849892d53004c3286d5ed6583f0c5bb6d3717d46
Contents?: true
Size: 824 Bytes
Versions: 3
Compression:
Stored size: 824 Bytes
Contents
<h3>Rcov Code Coverage Results</h3> <p>C0 code coverage information.</p> <p>Total Coverage: <%= @rcov.delete(:global_percent_run) %>% </p> <table> <tr> <th>File Path</th> <th>Percent run</th> </tr> <% count = 0 %> <% @rcov.each_pair do |fname, file| %> <tr> <td><%= fname %></td> <td><%= file[:percent_run] %></td> </tr> <% count += 1 %> <% end %> </table> <% @rcov.each_pair do |fname, file| %> <h2> <%= fname %></h2> <div class="rcov_overflow"> <table class="rcov_code"> <% file[:lines].each do |line| %> <tr> <% css_class = line[:was_run] ? "rcov_run" : "rcov_not_run" %> <td class="<%= css_class %>"><pre><%= line[:content] %></pre></td> </tr> <% end %> </table> </div> <% end %> <p>Generated on <%= Time.now.localtime %></p>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
edouard-metric_fu-1.0.3.3 | lib/templates/awesome/rcov.html.erb |
edouard-metric_fu-1.0.3.4 | lib/templates/awesome/rcov.html.erb |
edouard-metric_fu-1.0.3.5 | lib/templates/awesome/rcov.html.erb |