Flay Results

Flay analyzes ruby code for structural similarities.

Total Score (lower is better): <%= @flay[:total_score] %>

<% count = 0 %> <% @flay[:matches].each do |match| %> <% count += 1 %> <% end %>
Files Matches
<% match[:matches].each do |file| %> <%= link_to_filename(file[:name], file[:line]) %>
<% end %>
<%= match[:reason] %>

Generated on <%= Time.now.localtime %>