Sha256: ccd0d1e2530008ebd10dfb82fdff864ad8cdbe91e7de1253176b53cfe314a27d

Contents?: true

Size: 800 Bytes

Versions: 1

Compression:

Stored size: 800 Bytes

Contents

<table id="js-index-table" class="index-table sortable-table">
<thead>
  <tr>
    <th class="first-cell">Name</th>
    <th class="numeric-cell" title="Number of times a file has changed">Churn</th>
    <th class="numeric-cell" title="Overall amount of code in a file">Complexity</th>
    <th class="numeric-cell last-cell">Smells</th>
  </tr>
</thead>
<tbody>
  <% @analysed_files.each do |analysed_file| %>
    <tr>
      <td class="first-cell">
        <a href="<%= file_path(analysed_file.pathname) %>"><%= analysed_file.name %></a>
      </td>
      <td class="numeric-cell"><%= analysed_file.churn %></td>
      <td class="numeric-cell"><%= analysed_file.complexity %></td>
      <td class="numeric-cell last-cell"><%= analysed_file.smells.length %></td>
    </tr>
  <% end %>
</tbody>
</table>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rubycritic-0.0.14 lib/rubycritic/report_generators/templates/code_index.html.erb