Sha256: 1d75c876994ea9e9c19b58c99ae765e47ba841f957c9fd0d206e14381cf036c4

Contents?: true

Size: 795 Bytes

Versions: 12

Compression:

Stored size: 795 Bytes

Contents

<h3>Reek Results</h3>

<p><a href="http://github.com/troessner/reek">Reek</a> detects common code smells in ruby code.</p>

<%= render_partial 'graph', {:graph_name => 'reek'} %>

<table>
  <tr>
    <th>File Path</th>
    <th>Method</th>
    <th>Description</th>
    <th>Type</th>
  </tr>
  <% count = 0 %>
  <% @reek[:matches].each do |match| %>
    <% match[:code_smells].each do |smell| %>
      <tr class='<%= cycle("light", "dark", count) %>'>
        <td><%= link_to_filename(match[:file_path]) %></td>
        <td>
          <%= smell[:method] %>
        </td>
        <td>
          <%= smell[:message] %>
        </td>
        <td>
          <%= smell[:type] %>
        </td>
      </tr>
      <% count += 1 %>
    <% end %>
  <% end %>

</table>

<%= render_partial 'report_footer' %>

Version data entries

12 entries across 12 versions & 3 rubygems

Version Path
metric_fu-4.13.0 lib/metric_fu/metrics/reek/report.html.erb
fastruby-metric_fu-5.0.0 lib/metric_fu/metrics/reek/report.html.erb
code_metric_fu-4.14.2 lib/metric_fu/metrics/reek/report.html.erb
code_metric_fu-4.14.1 lib/metric_fu/metrics/reek/report.html.erb
code_metric_fu-4.14.0 lib/metric_fu/metrics/reek/report.html.erb
metric_fu-4.12.0 lib/metric_fu/metrics/reek/report.html.erb
metric_fu-4.11.4 lib/metric_fu/metrics/reek/report.html.erb
metric_fu-4.11.3 lib/metric_fu/metrics/reek/report.html.erb
metric_fu-4.11.2 lib/metric_fu/metrics/reek/report.html.erb
metric_fu-4.11.1 lib/metric_fu/metrics/reek/report.html.erb
metric_fu-4.11.0 lib/metric_fu/metrics/reek/report.html.erb
metric_fu-4.10.0 lib/metric_fu/metrics/reek/template_awesome/reek.html.erb