Roodi Results

Roodi parses your Ruby code and warns you about design issues you have based on the checks that is has configured.

<% graph_name = 'roodi' %> <% if MetricFu.configuration.graph_engine == :gchart %> <% else %> <% end %> <% count = 0 %> <% @roodi[:problems].each do |problem| %> <% count += 1 %> <% end %>
File Path Warning
<%= link_to_filename(problem[:file], problem[:line]) %> <%= problem[:problem] %>

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