Sha256: 3e519186380757cae5eaaab758a4c5ea94e3498602226c4576db38b36531bdda

Contents?: true

Size: 568 Bytes

Versions: 15

Compression:

Stored size: 568 Bytes

Contents

<html>
<head>
	<style>
	<%= inline_css("flog.css") %>
	</style>
</head>
<body>
	<p>Score: <%= score %></p>
	<% scanned_methods.each do |sm| %>
  <p><strong><%= sm.name %> (<%= sm.score %>)</strong></p>
  <table>
    <tr><th>Score</th><th>Operator</th></tr>
    <% sm.operators.each_with_index do |operator, count| %>
      <tr class='<%= cycle("light", "dark", count) %>'>
        <td class='score'><%= sprintf(SCORE_FORMAT, operator.score) %></td>
        <td class='score'><%= operator.operator %></td>
      </tr>
    <% end %>
  </table>
 <% end %>
</body>
</html>

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
p8-metric_fu-0.8.4.1 lib/templates/flog_page.html.erb
p8-metric_fu-0.8.4.10 lib/templates/flog_page.html.erb
p8-metric_fu-0.8.4.11 lib/templates/flog_page.html.erb
p8-metric_fu-0.8.4.12 lib/templates/flog_page.html.erb
p8-metric_fu-0.8.4.13 lib/templates/flog_page.html.erb
p8-metric_fu-0.8.4.14 lib/templates/flog_page.html.erb
p8-metric_fu-0.8.4.15 lib/templates/flog_page.html.erb
p8-metric_fu-0.8.4.2 lib/templates/flog_page.html.erb
p8-metric_fu-0.8.4.3 lib/templates/flog_page.html.erb
p8-metric_fu-0.8.4.4 lib/templates/flog_page.html.erb
p8-metric_fu-0.8.4.5 lib/templates/flog_page.html.erb
p8-metric_fu-0.8.4.6 lib/templates/flog_page.html.erb
p8-metric_fu-0.8.4.7 lib/templates/flog_page.html.erb
p8-metric_fu-0.8.4.8 lib/templates/flog_page.html.erb
p8-metric_fu-0.8.4.9 lib/templates/flog_page.html.erb