coverage/index.html in xspf-0.4.1 vs coverage/index.html in xspf-0.4.1.1

- old
+ new

@@ -108,11 +108,13 @@ background: #c0ffc0; } table.report td.text { border: #d0d0d0 1px solid; } -table.report td.value { +table.report td.value, +table.report td.lines_total, +table.report td.lines_code { text-align: right; border: #d0d0d0 1px solid; } table.report tr.light { background-color: rgb(240, 240, 245); @@ -147,11 +149,11 @@ // ]]> </script> </head> <body> <h3>C0 code coverage information</h3> - <p>Generated on Sun Dec 03 14:34:00 CET 2006 with <a href='http://eigenclass.org/hiki.rb?rcov'>rcov 0.7.0</a> + <p>Generated on Tue Apr 10 20:52:45 +0200 2007 with <a href='http://eigenclass.org/hiki.rb?rcov'>rcov 0.8.0</a> </p> <hr /> <table class='report'> <thead> <tr> <td class='heading'>Name</td> @@ -162,42 +164,42 @@ </tr> </thead> <tbody> <tr class='light'> <td>TOTAL</td> - <td class='value'> - <tt>481</tt> + <td class='lines_total'> + <tt>491</tt> </td> - <td class='value'> - <tt>322</tt> + <td class='lines_code'> + <tt>331</tt> </td> <td> <table cellspacing='0' cellpadding='0' align='right'> <tr> <td> - <tt>100.0%</tt>&nbsp;</td> + <tt class='coverage_total'>98.4%</tt>&nbsp;</td> <td> <table cellspacing='0' class='percent_graph' cellpadding='0' width='100'> <tr> - <td class='covered' width='100' /> - <td class='uncovered' width='0' /> + <td class='covered' width='98' /> + <td class='uncovered' width='2' /> </tr> </table> </td> </tr> </table> </td> <td> <table cellspacing='0' cellpadding='0' align='right'> <tr> <td> - <tt>100.0%</tt>&nbsp;</td> + <tt class='coverage_code'>97.6%</tt>&nbsp;</td> <td> <table cellspacing='0' class='percent_graph' cellpadding='0' width='100'> <tr> - <td class='covered' width='100' /> - <td class='uncovered' width='0' /> + <td class='covered' width='98' /> + <td class='uncovered' width='2' /> </tr> </table> </td> </tr> </table> @@ -205,50 +207,50 @@ </tr> <tr class='dark'> <td> <a href='lib-xspf_rb.html'>lib/xspf.rb</a> </td> - <td class='value'> - <tt>481</tt> + <td class='lines_total'> + <tt>491</tt> </td> - <td class='value'> - <tt>322</tt> + <td class='lines_code'> + <tt>331</tt> </td> <td> <table cellspacing='0' cellpadding='0' align='right'> <tr> <td> - <tt>100.0%</tt>&nbsp;</td> + <tt class='coverage_total'>98.4%</tt>&nbsp;</td> <td> <table cellspacing='0' class='percent_graph' cellpadding='0' width='100'> <tr> - <td class='covered' width='100' /> - <td class='uncovered' width='0' /> + <td class='covered' width='98' /> + <td class='uncovered' width='2' /> </tr> </table> </td> </tr> </table> </td> <td> <table cellspacing='0' cellpadding='0' align='right'> <tr> <td> - <tt>100.0%</tt>&nbsp;</td> + <tt class='coverage_code'>97.6%</tt>&nbsp;</td> <td> <table cellspacing='0' class='percent_graph' cellpadding='0' width='100'> <tr> - <td class='covered' width='100' /> - <td class='uncovered' width='0' /> + <td class='covered' width='98' /> + <td class='uncovered' width='2' /> </tr> </table> </td> </tr> </table> </td> </tr> </tbody> - </table><hr /> <p>Generated using the <a href='http://eigenclass.org/hiki.rb?rcov'>rcov code coverage analysis tool for Ruby</a> version 0.7.0.</p><p> + </table><hr /> <p>Generated using the <a href='http://eigenclass.org/hiki.rb?rcov'>rcov code coverage analysis tool for Ruby</a> version 0.8.0.</p><p> <a href='http://validator.w3.org/check/referer'> <img src='http://www.w3.org/Icons/valid-xhtml11' height='31' alt='Valid XHTML 1.1!' width='88' /> </a> <a href='http://jigsaw.w3.org/css-validator/check/referer'> <img src='http://jigsaw.w3.org/css-validator/images/vcss' alt='Valid CSS!' style='border:0;width:88px;height:31px' />