Sha256: 82f7317108b23484a1466c9b08215bdf75b4787fb7e25bc648950e711af74f38
Contents?: true
Size: 700 Bytes
Versions: 25
Compression:
Stored size: 700 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> <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
25 entries across 25 versions & 12 rubygems