Sha256: 45f28fd77668d22f9d39a5ac393291b78732618156a5b6deb5dff09a8975b4af
Contents?: true
Size: 505 Bytes
Versions: 39
Compression:
Stored size: 505 Bytes
Contents
<%= Rainbow(@analysed_module.name.to_s).foreground(color) %>: Rating: <%= Rainbow(@analysed_module.rating.to_s).foreground(color) %> Churn: <%= @analysed_module.churn %> Complexity: <%= @analysed_module.complexity %> Duplication: <%= @analysed_module.duplication %> Smells: <%= @analysed_module.smells.count %> <%- @analysed_module.smells.each do |smell| -%> * <%= smell %> <%- smell.locations.each do |location| -%> - <%= location %> <%- end -%> <%- end -%>
Version data entries
39 entries across 39 versions & 2 rubygems