Sha256: ae0b018c9c8da720ed450a4cd95b236248cc3df52cdb1493de1f24a776a6e1e9

Contents?: true

Size: 623 Bytes

Versions: 3

Compression:

Stored size: 623 Bytes

Contents

<h3>Roodi Results</h3>

<p><a href="http://roodi.rubyforge.org/">Roodi</a> parses your Ruby code and warns you about design issues you have based on the checks that is has configured.</p>

<%= graph_image('roodi.png') %>

<table>
  <tr>
    <th>File Path</th>
    <th>Warning</th>
  </tr>
  <% count = 0 %>
  <% @roodi[:problems].each do |problem| %>
    <tr class='<%= cycle("light", "dark", count) %>'>
      <td><%= link_to_filename(problem[:file], problem[:line]) %></td>
      <td><%= encode(problem[:problem]) %></td>
    </tr>
    <% count += 1 %>
  <% end %>
</table>
<p>Generated on <%= Time.now.localtime %></p>	

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
kjeldahl-metric_fu-1.1.5.2 lib/templates/awesome/roodi.html.erb
kjeldahl-metric_fu-1.1.5.3 lib/templates/awesome/roodi.html.erb
kjeldahl-metric_fu-1.1.5.4 lib/templates/awesome/roodi.html.erb