Sha256: e8734e0cec2a6d38baeccaf5c853e66bb98d76dd997e4faf7e3bbd45228a569c
Contents?: true
Size: 764 Bytes
Versions: 3
Compression:
Stored size: 764 Bytes
Contents
<h3>Flay Results</h3> <p><a href='http://ruby.sadi.st/Flay.html'>Flay</a> analyzes ruby code for structural similarities.</p> <a href="flay.png?<%= Time.now.localtime %>"> <img src="flay.png?<%= Time.now.localtime %>" width="400"> </a> <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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
edouard-metric_fu-1.0.4.1 | lib/templates/awesome/flay.html.erb |
edouard-metric_fu-1.0.4.2 | lib/templates/awesome/flay.html.erb |
edouard-metric_fu-1.0.4 | lib/templates/awesome/flay.html.erb |