Reek Results

Reek detects common code smells in ruby code.

<% @matches.each_with_index do |match, count| %> <% end %>
File Path Code Smell
<%= @filenames[count] ? link_to_filename(@filenames[count]) : match.first %> <% match[1..-1].each do |line| %> <%= line %>
<% end %>

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