Sha256: e2dbc110396813d61e5984194fdb0094bda2f196b0d3d3d1f1d2b157d5030548
Contents?: true
Size: 232 Bytes
Versions: 4
Compression:
Stored size: 232 Bytes
Contents
<html> <head> <style> <%= open(File.join(MetricFu::TEMPLATE_DIR, "flog.css")) { |f| f.read } %> </style> </head> <body> <p>Score: <%= score %></p> <% scanned_methods.each do |sm| %> <%= sm.to_html %> <% end %> </body> </html>
Version data entries
4 entries across 4 versions & 2 rubygems