Sha256: a880976049973dd30f61c99f4625bfb62a613f56bb68bbf9a6789e0ce97653da

Contents?: true

Size: 830 Bytes

Versions: 15

Compression:

Stored size: 830 Bytes

Contents

<html>
  <head>
    <style>
      <%=  inline_css('css/syntax.css') %>
    </style>
    <title>Analyzed File Report</title>
  </head>
  <body>
    <table cellpadding='0' cellspacing='0' class='ruby'>
      <% @data.each_with_index do |line, idx| %>
        <% line_number = (idx + 1).to_s %>
        <tr>
          <td valign='top'>
           <% if @lines.has_key?(line_number) %>
             <ul>
               <% @lines[line_number].each do |problem| %>
                 <li><%= "#{problem[:description]} &raquo; #{problem[:type]}" %></li>
               <% end %>
            </ul>
          <% else %>
              &nbsp;
          <% end %>
          </td>
          <td valign='top'>
            <%= line_for_display(line, line_number) %>
          </td>
         </tr>
         <% end %>
    </table>
  </body>
</html>

Version data entries

15 entries across 15 versions & 3 rubygems

Version Path
metric_fu-4.13.0 lib/metric_fu/templates/report.html.erb
fastruby-metric_fu-5.0.0 lib/metric_fu/templates/report.html.erb
code_metric_fu-4.14.4 lib/metric_fu/templates/report.html.erb
code_metric_fu-4.14.3 lib/metric_fu/templates/report.html.erb
code_metric_fu-4.14.2 lib/metric_fu/templates/report.html.erb
code_metric_fu-4.14.1 lib/metric_fu/templates/report.html.erb
code_metric_fu-4.14.0 lib/metric_fu/templates/report.html.erb
metric_fu-4.12.0 lib/metric_fu/templates/report.html.erb
metric_fu-4.11.4 lib/metric_fu/templates/report.html.erb
metric_fu-4.11.3 lib/metric_fu/templates/report.html.erb
metric_fu-4.11.2 lib/metric_fu/templates/report.html.erb
metric_fu-4.11.1 lib/metric_fu/templates/report.html.erb
metric_fu-4.11.0 lib/metric_fu/templates/report.html.erb
metric_fu-4.10.0 lib/metric_fu/templates/report.html.erb
metric_fu-4.9.0 lib/metric_fu/templates/report.html.erb