Sha256: 30b50a0d5b1843ace75aafbad37af2003eee6fc8bec69994002d632cb3aa50e4

Contents?: true

Size: 915 Bytes

Versions: 2

Compression:

Stored size: 915 Bytes

Contents

<html> 
<head>
	<title>Metric Fu Results</title>
	<style>
	<%= inline_css("default.css") %>	
	</style>
</head>

<body>
	<h1>Metric Fu Results</h1>
  <% if @churn %>
    <p><a href="churn.html">Churn report</a></p>
  <% end %>
  <% if @dcov %>
    <p><a href="dcov.html">Dcov report</a></p>
  <% end %>
  <% if @flay %>
    <p><a href="flay.html">Flay report</a></p>
  <% end %>
  <% if @flog %>
    <p><a href="flog.html">Flog report</a></p>
  <% end %>
  <% if @rcov %>
    <p><a href="rcov.html">Rcov report</a></p>
  <% end %>
  <% if @reek %>
    <p><a href="reek.html">Reek report</a></p>
  <% end %>
  <% if @roodi %>
    <p><a href="roodi.html">Roodi report</a></p>
  <% end %>
  <% if @saikuro %>
    <p><a href="saikuro.html">Saikuro report</a></p>
  <% end %>
  <% if @stats %>
    <p><a href="stats.html">Stats report</a></p>
  <% end %>
  <p>Generated on <%= Time.now.localtime %></p>	
</body>
</html>

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
mtdewboy-metric_fu-1.1.5.1 lib/templates/standard/index.html.erb
pjstadig-metric_fu-1.1.5.1 lib/templates/standard/index.html.erb