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