Sha256: 216706764886d77264d2c687d7f3cdfece2ae983ccd6c720162a8c6320e65100

Contents?: true

Size: 743 Bytes

Versions: 3

Compression:

Stored size: 743 Bytes

Contents

<h3>Flay Results</h3>

<p><a href='http://ruby.sadi.st/Flay.html'>Flay</a> analyzes ruby code for structural similarities.</p>

<%= graph_image('flay.png', :alt => "Structural similarities graph") %>

<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><%= encode(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
kjeldahl-metric_fu-1.1.5.2 lib/templates/awesome/flay.html.erb
kjeldahl-metric_fu-1.1.5.3 lib/templates/awesome/flay.html.erb
kjeldahl-metric_fu-1.1.5.4 lib/templates/awesome/flay.html.erb