Reek Results

Reek detects common code smells in ruby code.

<% graph_name = 'reek' %> <% if MetricFu.configuration.graph_engine == :gchart %> <% else %> <% end %> <% count = 0 %> <% @reek[:matches].each do |match| %> <% match[:code_smells].each do |smell| %> <% count += 1 %> <% end %> <% end %>
File Path Method Description Type
<%= link_to_filename(match[:file_path]) %> <%= smell[:method] %> <%= smell[:message] %> <%= smell[:type] %>

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