Sha256: d6a7c274bce33e9ce2c0458297e7067dedcab2cdd02f76cc16e36ebf14c08a2b
Contents?: true
Size: 838 Bytes
Versions: 54
Compression:
Stored size: 838 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 @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
54 entries across 54 versions & 16 rubygems