Source Control Churn Results

back to menu

Files that change a lot in your project may be bad a sign. This task uses your source control log to identify those files.

<% count = 0 %> <% @churn[:changes].each do |change| %> <% count += 1 %> <% end %>
File Path Times Changed
<%= change[:file_path] %> <%= change[:times_changed] %>

Generated on <%= Time.now.localtime %>