Sha256: 7cb5c2eccffa80680d49dfaf34579d849dae515d2e1775a8ab655cfdfa067934
Contents?: true
Size: 631 Bytes
Versions: 1
Compression:
Stored size: 631 Bytes
Contents
<html> <head> <title>Heckle Results</title> <style> <%= inline_css("default.css") %> </style> </head> <body> <h1>Heckle Results</h1> <p><a href="http://ruby.sadi.st/Heckle.html">Heckle</a> is a mutation tester.</p> <table> <tr> <th>File Path</th> <th>Code Smell</th> </tr> <% @matches.each_with_index do |match, count| %> <tr class='<%= cycle("light", "dark", count) %>'> <td><%= match.first %></td> <td> <% match[1..-1].each do |line| %> <%= line %><br> <% end %> </td> </tr> <% end %> </table> <p>Generated on <%= Time.now.localtime %></p> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
p8-metric_fu-0.9.0.6 | lib/templates/heckle.html.erb |