Sha256: 407df39f8804c9d11726245a852cc119ad86675607867536db52aab36e75d421
Contents?: true
Size: 717 Bytes
Versions: 3
Compression:
Stored size: 717 Bytes
Contents
<h3>Flay Results</h3> <p><a href='http://ruby.sadi.st/Flay.html'>Flay</a> analyzes ruby code for structural similarities.</p> <img src="flay.png?<%= Time.now %>"> <h4>Total Score (lower is better): <%= @flay[:total_score] %></h4> <table class="sortable"> <tr> <th>Files</th> <th>Matches</th> </tr> <% count = 0 %> <% @flay[:matches].each do |match| %> <tr class='<%= cycle("light", "dark", count) %>'> <td> <% match[:matches].each do |file| %> <%= link_to_filename(file[:name], file[:line]) %><br/> <% end %> </td> <td><%= match[:reason] %></td> </tr> <% count += 1 %> <% end %> </table> <p>Generated on <%= Time.now.localtime %></p>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
iain-metric_fu-0.1.0 | lib/templates/awesome/flay.html.erb |
iain-metric_fu-0.1.1 | lib/templates/awesome/flay.html.erb |
iain-metric_fu-0.1.2 | lib/templates/awesome/flay.html.erb |