% if @serve_static %> <% end %>
<% if @serve_static %>
Attractor
<% @types.each do |short_type, type| %>
">
<%= type %>
<% end %>
Churn vs Complexity
Refactoring Candidates
Top 95 Percentile of Churn * Complexity
File Path
Churn
Complexity
Churn * Complexity
<% @suggestions.each do |val| %>
<%= val.file_path %>
<%= val.churn %>
<%= val.complexity %>
<%= val.churn * val.complexity %>
<% end %>
<% else %>
<% end %>