Sha256: 6e1b8e1e66f9adc04925814035bdf8a4f7234c54e6a7d3e0ba4fcf77a461dd5d

Contents?: true

Size: 689 Bytes

Versions: 2

Compression:

Stored size: 689 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| %>
          <%= 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.2 lib/templates/awesome/flay.html.erb
edouard-metric_fu-1.0.4.5 lib/templates/awesome/flay.html.erb