Sha256: 21ffa7777fa88b5b7fe4db65c25be859565bcf7cf035a7b119c4e80ab1212440
Contents?: true
Size: 605 Bytes
Versions: 2
Compression:
Stored size: 605 Bytes
Contents
<h3><%= heading %></h3> <table class="table table-striped"> <thead> <tr> <th>File Name</th> <th>Method Name</th> <th>Line Number</th> <th>Count</th> </tr> </thead> <tbody> <% method_stats.each do |method_name, color_and_count| %> <tr> <td> <%= color_and_count[:file_name] %> </td> <td> <%= method_name %> </td> <td> <%= color_and_count[:line_no] %> </td> <td> <%= color_and_count[:total_call_count] %> </td> </tr> <% end %> </tbody> </table>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
deforest-1.1.1 | app/views/deforest/files/_percentile_table.html.erb |
deforest-1.1.0 | app/views/deforest/files/_percentile_table.html.erb |