Sha256: b32af812316ce8a022e7f05a1922151ad3fafb7c7f0eb247cedf7b6f2bcab306
Contents?: true
Size: 699 Bytes
Versions: 2
Compression:
Stored size: 699 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.localtime %>"> <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| %> <%= 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
edouard-metric_fu-1.0.4.3 | lib/templates/awesome/flay.html.erb |
edouard-metric_fu-1.0.4.4 | lib/templates/awesome/flay.html.erb |