Flay Results

Flay analyzes ruby code for structural similarities.

<%= render_partial 'graph', {:graph_name => 'flay'} %>

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

Scores less than <%= MetricFu::Metric.get_metric('flay').run_options[:minimum_score] %> are not shown or part of the total
<% 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] %>
<%= render_partial 'report_footer' %>