Flay Results

Flay analyzes ruby code for structural similarities.

<% graph_name = 'flay' %> <% if MetricFu.configuration.graph_engine == :gchart %> <% else %> <% end %>

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 %>