<% if @analysed_module.committed_at %> Updated <%= timeago_tag(@analysed_module.committed_at) %> <% else %> Never committed <% end %>

<%= @analysed_module.file_location %> / <%= @analysed_module.file_name %>

<%= @analysed_module.rating %>
<%= @analysed_module.line_count %> lines of codes
<%= @analysed_module.methods_count %> methods
<%= @analysed_module.complexity_per_method %> complexity/method
<%= @analysed_module.churn %> loc/method
<%= @analysed_module.complexity %> complexity
<%= @analysed_module.duplication %> duplications
<%= yield %>