Attractor
Churn vs Complexity
Refactoring Candidates
Top 95 Percentile of Churn * Complexity
File Path
Churn
Complexity
Churn * Complexity
<% if @serve_static %> <% @suggestions.sort_by { |val| val.churn * val.complexity }.reverse.each do |val| %>
<%= val.file_path %>
<%= val.churn %>
<%= val.complexity %>
<%= val.churn * val.complexity %>
<% end %> <% end %>