Sha256: 99c47c5b2ef2b0013a80ddee9f27ace87917a582a43a8bd4eb65b88489a38957
Contents?: true
Size: 650 Bytes
Versions: 6
Compression:
Stored size: 650 Bytes
Contents
<h3>Flay Results</h3> <h4>Total Score (lower is better): <%= @flay[:total_score] %></h4> <p><a href='http://ruby.sadi.st/Flay.html'>Flay</a> analyzes ruby code for structural similarities.</p> <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| %> <%= 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
6 entries across 6 versions & 1 rubygems