| ignore spec and rcov reports - reportable - Fork of reportable required by WarV… | |
| Log | |
| Files | |
| Refs | |
| README | |
| --- | |
| commit 4ba21d54db8e79dddf02e6b0858afe7265391f94 | |
| parent 1166ac66c5e5c75af0ca808ffc5b43e3deaeef6b | |
| Author: Marco Otte-Witte <[email protected]> | |
| Date: Wed, 29 Apr 2009 19:36:49 +0200 | |
| ignore spec and rcov reports | |
| Diffstat: | |
| M .gitignore | 2 ++ | |
| D doc/coverage/index.html | 387 -----------------------------… | |
| D doc/coverage/lib-simplabs-reports_… | 655 ---------------------------… | |
| D doc/coverage/lib-simplabs-reports_… | 725 ---------------------------… | |
| D doc/coverage/lib-simplabs-reports_… | 710 ---------------------------… | |
| D doc/coverage/lib-simplabs-reports_… | 729 ---------------------------… | |
| D doc/coverage/lib-simplabs-reports_… | 703 ---------------------------… | |
| D doc/coverage/lib-simplabs-reports_… | 649 ---------------------------… | |
| D doc/coverage/lib-simplabs-reports_… | 669 ---------------------------… | |
| D doc/spec.html | 1093 -----------------------------… | |
| 10 files changed, 2 insertions(+), 6320 deletions(-) | |
| --- | |
| diff --git a/.gitignore b/.gitignore | |
| @@ -1,3 +1,5 @@ | |
| .DS_Store | |
| spec/log/spec.log | |
| spec/db/reports_as_sparkline.sqlite3.db | |
| +doc/coverage | |
| +doc/spec.html | |
| diff --git a/doc/coverage/index.html b/doc/coverage/index.html | |
| @@ -1,387 +0,0 @@ | |
| -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.… | |
| -<html lang='en' xml:lang='en' xmlns='http://www.w3.org/1999/xhtml'><head><titl… | |
| - <style type='text/css'>body { background-color: rgb(240, 240, 245); }</sty… | |
| - <style type='text/css'>span.cross-ref-title { | |
| - font-size: 140%; | |
| -} | |
| -span.cross-ref a { | |
| - text-decoration: none; | |
| -} | |
| -span.cross-ref { | |
| - background-color:#f3f7fa; | |
| - border: 1px dashed #333; | |
| - margin: 1em; | |
| - padding: 0.5em; | |
| - overflow: hidden; | |
| -} | |
| -a.crossref-toggle { | |
| - text-decoration: none; | |
| -} | |
| -span.marked0 { | |
| - background-color: rgb(185, 210, 200); | |
| - display: block; | |
| -} | |
| -span.marked1 { | |
| - background-color: rgb(190, 215, 205); | |
| - display: block; | |
| -} | |
| -span.inferred0 { | |
| - background-color: rgb(175, 200, 200); | |
| - display: block; | |
| -} | |
| -span.inferred1 { | |
| - background-color: rgb(180, 205, 205); | |
| - display: block; | |
| -} | |
| -span.uncovered0 { | |
| - background-color: rgb(225, 110, 110); | |
| - display: block; | |
| -} | |
| -span.uncovered1 { | |
| - background-color: rgb(235, 120, 120); | |
| - display: block; | |
| -} | |
| -span.overview { | |
| - border-bottom: 8px solid black; | |
| -} | |
| -div.overview { | |
| - border-bottom: 8px solid black; | |
| -} | |
| -body { | |
| - font-family: verdana, arial, helvetica; | |
| -} | |
| -div.footer { | |
| - font-size: 68%; | |
| - margin-top: 1.5em; | |
| -} | |
| -h1, h2, h3, h4, h5, h6 { | |
| - margin-bottom: 0.5em; | |
| -} | |
| -h5 { | |
| - margin-top: 0.5em; | |
| -} | |
| -.hidden { | |
| - display: none; | |
| -} | |
| -div.separator { | |
| - height: 10px; | |
| -} | |
| -/* Commented out for better readability, esp. on IE */ | |
| -/* | |
| -table tr td, table tr th { | |
| - font-size: 68%; | |
| -} | |
| -td.value table tr td { | |
| - font-size: 11px; | |
| -} | |
| -*/ | |
| -table.percent_graph { | |
| - height: 12px; | |
| - border: #808080 1px solid; | |
| - empty-cells: show; | |
| -} | |
| -table.percent_graph td.covered { | |
| - height: 10px; | |
| - background: #00f000; | |
| -} | |
| -table.percent_graph td.uncovered { | |
| - height: 10px; | |
| - background: #e00000; | |
| -} | |
| -table.percent_graph td.NA { | |
| - height: 10px; | |
| - background: #eaeaea; | |
| -} | |
| -table.report { | |
| - border-collapse: collapse; | |
| - width: 100%; | |
| -} | |
| -table.report td.heading { | |
| - background: #dcecff; | |
| - border: #d0d0d0 1px solid; | |
| - font-weight: bold; | |
| - text-align: center; | |
| -} | |
| -table.report td.heading:hover { | |
| - background: #c0ffc0; | |
| -} | |
| -table.report td.text { | |
| - border: #d0d0d0 1px solid; | |
| -} | |
| -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); | |
| -} | |
| -table.report tr.dark { | |
| - background-color: rgb(230, 230, 235); | |
| -} | |
| -</style> | |
| - <script type='text/javascript'> | |
| -// <![CDATA[ | |
| - function toggleCode( id ) { | |
| - if ( document.getElementById ) | |
| - elem = document.getElementById( id ); | |
| - else if ( document.all ) | |
| - elem = eval( "document.all." + id ); | |
| - else | |
| - return false; | |
| - | |
| - elemStyle = elem.style; | |
| - | |
| - if ( elemStyle.display != "block" ) { | |
| - elemStyle.display = "block" | |
| - } else { | |
| - elemStyle.display = "none" | |
| - } | |
| - | |
| - return true; | |
| - } | |
| - | |
| - // Make cross-references hidden by default | |
| - document.writeln( "<style type=\"text/css\">span.cross-ref { display: none }… | |
| - // ]]> | |
| -</script> | |
| - </head> | |
| - <body><h3>C0 code coverage information</h3> | |
| - <p>Generated on Wed Apr 29 19:33:53 +0200 2009 with <a href='http://eigenc… | |
| - </p> | |
| - <hr/> | |
| - <table class='report'><thead><tr><td class='heading'>Name</td> | |
| - <td class='heading'>Total lines</td> | |
| - <td class='heading'>Lines of code</td> | |
| - <td class='heading'>Total coverage</td> | |
| - <td class='heading'>Code coverage</td> | |
| - </tr> | |
| - </thead> | |
| - <tbody><tr class='light'><td>TOTAL</td> | |
| - <td class='lines_total'><tt>570</tt> | |
| - </td> | |
| - <td class='lines_code'><tt>404</tt> | |
| - </td> | |
| - <td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt cla… | |
| - </td> | |
| - <td><table cellspacing='0' class='percent_graph' cellpadding='0' w… | |
| - <td class='uncovered' width='1'/> | |
| - </tr> | |
| - </table> | |
| - </td> | |
| - </tr> | |
| - </table> | |
| - </td> | |
| - <td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt cla… | |
| - </td> | |
| - <td><table cellspacing='0' class='percent_graph' cellpadding='0' w… | |
| - <td class='uncovered' width='2'/> | |
| - </tr> | |
| - </table> | |
| - </td> | |
| - </tr> | |
| - </table> | |
| - </td> | |
| - </tr> | |
| - <tr class='dark'><td><a href='lib-simplabs-reports_as_sparkline_rb.html'>l… | |
| - </td> | |
| - <td class='lines_total'><tt>59</tt> | |
| - </td> | |
| - <td class='lines_code'><tt>22</tt> | |
| - </td> | |
| - <td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt cla… | |
| - </td> | |
| - <td><table cellspacing='0' class='percent_graph' cellpadding='0' w… | |
| - <td class='uncovered' width='2'/> | |
| - </tr> | |
| - </table> | |
| - </td> | |
| - </tr> | |
| - </table> | |
| - </td> | |
| - <td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt cla… | |
| - </td> | |
| - <td><table cellspacing='0' class='percent_graph' cellpadding='0' w… | |
| - <td class='uncovered' width='5'/> | |
| - </tr> | |
| - </table> | |
| - </td> | |
| - </tr> | |
| - </table> | |
| - </td> | |
| - </tr> | |
| - <tr class='light'><td><a href='lib-simplabs-reports_as_sparkline-cumulated… | |
| - </td> | |
| - <td class='lines_total'><tt>45</tt> | |
| - </td> | |
| - <td class='lines_code'><tt>24</tt> | |
| - </td> | |
| - <td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt cla… | |
| - </td> | |
| - <td><table cellspacing='0' class='percent_graph' cellpadding='0' w… | |
| - <td class='uncovered' width='0'/> | |
| - </tr> | |
| - </table> | |
| - </td> | |
| - </tr> | |
| - </table> | |
| - </td> | |
| - <td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt cla… | |
| - </td> | |
| - <td><table cellspacing='0' class='percent_graph' cellpadding='0' w… | |
| - <td class='uncovered' width='0'/> | |
| - </tr> | |
| - </table> | |
| - </td> | |
| - </tr> | |
| - </table> | |
| - </td> | |
| - </tr> | |
| - <tr class='dark'><td><a href='lib-simplabs-reports_as_sparkline-grouping_r… | |
| - </td> | |
| - <td class='lines_total'><tt>115</tt> | |
| - </td> | |
| - <td class='lines_code'><tt>99</tt> | |
| - </td> | |
| - <td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt cla… | |
| - </td> | |
| - <td><table cellspacing='0' class='percent_graph' cellpadding='0' w… | |
| - <td class='uncovered' width='2'/> | |
| - </tr> | |
| - </table> | |
| - </td> | |
| - </tr> | |
| - </table> | |
| - </td> | |
| - <td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt cla… | |
| - </td> | |
| - <td><table cellspacing='0' class='percent_graph' cellpadding='0' w… | |
| - <td class='uncovered' width='2'/> | |
| - </tr> | |
| - </table> | |
| - </td> | |
| - </tr> | |
| - </table> | |
| - </td> | |
| - </tr> | |
| - <tr class='light'><td><a href='lib-simplabs-reports_as_sparkline-report_rb… | |
| - </td> | |
| - <td class='lines_total'><tt>119</tt> | |
| - </td> | |
| - <td class='lines_code'><tt>83</tt> | |
| - </td> | |
| - <td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt cla… | |
| - </td> | |
| - <td><table cellspacing='0' class='percent_graph' cellpadding='0' w… | |
| - <td class='uncovered' width='0'/> | |
| - </tr> | |
| - </table> | |
| - </td> | |
| - </tr> | |
| - </table> | |
| - </td> | |
| - <td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt cla… | |
| - </td> | |
| - <td><table cellspacing='0' class='percent_graph' cellpadding='0' w… | |
| - <td class='uncovered' width='0'/> | |
| - </tr> | |
| - </table> | |
| - </td> | |
| - </tr> | |
| - </table> | |
| - </td> | |
| - </tr> | |
| - <tr class='dark'><td><a href='lib-simplabs-reports_as_sparkline-report_cac… | |
| - </td> | |
| - <td class='lines_total'><tt>100</tt> | |
| - </td> | |
| - <td class='lines_code'><tt>83</tt> | |
| - </td> | |
| - <td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt cla… | |
| - </td> | |
| - <td><table cellspacing='0' class='percent_graph' cellpadding='0' w… | |
| - <td class='uncovered' width='1'/> | |
| - </tr> | |
| - </table> | |
| - </td> | |
| - </tr> | |
| - </table> | |
| - </td> | |
| - <td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt cla… | |
| - </td> | |
| - <td><table cellspacing='0' class='percent_graph' cellpadding='0' w… | |
| - <td class='uncovered' width='1'/> | |
| - </tr> | |
| - </table> | |
| - </td> | |
| - </tr> | |
| - </table> | |
| - </td> | |
| - </tr> | |
| - <tr class='light'><td><a href='lib-simplabs-reports_as_sparkline-reporting… | |
| - </td> | |
| - <td class='lines_total'><tt>93</tt> | |
| - </td> | |
| - <td class='lines_code'><tt>76</tt> | |
| - </td> | |
| - <td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt cla… | |
| - </td> | |
| - <td><table cellspacing='0' class='percent_graph' cellpadding='0' w… | |
| - <td class='uncovered' width='4'/> | |
| - </tr> | |
| - </table> | |
| - </td> | |
| - </tr> | |
| - </table> | |
| - </td> | |
| - <td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt cla… | |
| - </td> | |
| - <td><table cellspacing='0' class='percent_graph' cellpadding='0' w… | |
| - <td class='uncovered' width='5'/> | |
| - </tr> | |
| - </table> | |
| - </td> | |
| - </tr> | |
| - </table> | |
| - </td> | |
| - </tr> | |
| - <tr class='dark'><td><a href='lib-simplabs-reports_as_sparkline-sparkline_… | |
| - </td> | |
| - <td class='lines_total'><tt>39</tt> | |
| - </td> | |
| - <td class='lines_code'><tt>17</tt> | |
| - </td> | |
| - <td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt cla… | |
| - </td> | |
| - <td><table cellspacing='0' class='percent_graph' cellpadding='0' w… | |
| - <td class='uncovered' width='0'/> | |
| - </tr> | |
| - </table> | |
| - </td> | |
| - </tr> | |
| - </table> | |
| - </td> | |
| - <td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt cla… | |
| - </td> | |
| - <td><table cellspacing='0' class='percent_graph' cellpadding='0' w… | |
| - <td class='uncovered' width='0'/> | |
| - </tr> | |
| - </table> | |
| - </td> | |
| - </tr> | |
| - </table> | |
| - </td> | |
| - </tr> | |
| - </tbody> | |
| - </table> | |
| -<hr/> | |
| - <p>Generated using the <a href='http://eigenclass.org/hiki.rb?rcov'>rcov c… | |
| - version 0.8.1.2.</p> | |
| -<p><a href='http://validator.w3.org/check/referer'><img src='http://www.w3.org… | |
| - </a> | |
| - <a href='http://jigsaw.w3.org/css-validator/check/referer'><img src='htt… | |
| - </a> | |
| - </p> | |
| - </body> | |
| - </html> | |
| diff --git a/doc/coverage/lib-simplabs-reports_as_sparkline-cumulated_report_rb… | |
| @@ -1,655 +0,0 @@ | |
| -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.… | |
| -<html lang='en' xml:lang='en' xmlns='http://www.w3.org/1999/xhtml'><head><titl… | |
| - <style type='text/css'>body { background-color: rgb(240, 240, 245); }</sty… | |
| - <style type='text/css'>span.cross-ref-title { | |
| - font-size: 140%; | |
| -} | |
| -span.cross-ref a { | |
| - text-decoration: none; | |
| -} | |
| -span.cross-ref { | |
| - background-color:#f3f7fa; | |
| - border: 1px dashed #333; | |
| - margin: 1em; | |
| - padding: 0.5em; | |
| - overflow: hidden; | |
| -} | |
| -a.crossref-toggle { | |
| - text-decoration: none; | |
| -} | |
| -span.marked0 { | |
| - background-color: rgb(185, 210, 200); | |
| - display: block; | |
| -} | |
| -span.marked1 { | |
| - background-color: rgb(190, 215, 205); | |
| - display: block; | |
| -} | |
| -span.inferred0 { | |
| - background-color: rgb(175, 200, 200); | |
| - display: block; | |
| -} | |
| -span.inferred1 { | |
| - background-color: rgb(180, 205, 205); | |
| - display: block; | |
| -} | |
| -span.uncovered0 { | |
| - background-color: rgb(225, 110, 110); | |
| - display: block; | |
| -} | |
| -span.uncovered1 { | |
| - background-color: rgb(235, 120, 120); | |
| - display: block; | |
| -} | |
| -span.overview { | |
| - border-bottom: 8px solid black; | |
| -} | |
| -div.overview { | |
| - border-bottom: 8px solid black; | |
| -} | |
| -body { | |
| - font-family: verdana, arial, helvetica; | |
| -} | |
| -div.footer { | |
| - font-size: 68%; | |
| - margin-top: 1.5em; | |
| -} | |
| -h1, h2, h3, h4, h5, h6 { | |
| - margin-bottom: 0.5em; | |
| -} | |
| -h5 { | |
| - margin-top: 0.5em; | |
| -} | |
| -.hidden { | |
| - display: none; | |
| -} | |
| -div.separator { | |
| - height: 10px; | |
| -} | |
| -/* Commented out for better readability, esp. on IE */ | |
| -/* | |
| -table tr td, table tr th { | |
| - font-size: 68%; | |
| -} | |
| -td.value table tr td { | |
| - font-size: 11px; | |
| -} | |
| -*/ | |
| -table.percent_graph { | |
| - height: 12px; | |
| - border: #808080 1px solid; | |
| - empty-cells: show; | |
| -} | |
| -table.percent_graph td.covered { | |
| - height: 10px; | |
| - background: #00f000; | |
| -} | |
| -table.percent_graph td.uncovered { | |
| - height: 10px; | |
| - background: #e00000; | |
| -} | |
| -table.percent_graph td.NA { | |
| - height: 10px; | |
| - background: #eaeaea; | |
| -} | |
| -table.report { | |
| - border-collapse: collapse; | |
| - width: 100%; | |
| -} | |
| -table.report td.heading { | |
| - background: #dcecff; | |
| - border: #d0d0d0 1px solid; | |
| - font-weight: bold; | |
| - text-align: center; | |
| -} | |
| -table.report td.heading:hover { | |
| - background: #c0ffc0; | |
| -} | |
| -table.report td.text { | |
| - border: #d0d0d0 1px solid; | |
| -} | |
| -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); | |
| -} | |
| -table.report tr.dark { | |
| - background-color: rgb(230, 230, 235); | |
| -} | |
| -</style> | |
| - <script type='text/javascript'> | |
| -// <![CDATA[ | |
| - function toggleCode( id ) { | |
| - if ( document.getElementById ) | |
| - elem = document.getElementById( id ); | |
| - else if ( document.all ) | |
| - elem = eval( "document.all." + id ); | |
| - else | |
| - return false; | |
| - | |
| - elemStyle = elem.style; | |
| - | |
| - if ( elemStyle.display != "block" ) { | |
| - elemStyle.display = "block" | |
| - } else { | |
| - elemStyle.display = "none" | |
| - } | |
| - | |
| - return true; | |
| - } | |
| - | |
| - // Make cross-references hidden by default | |
| - document.writeln( "<style type=\"text/css\">span.cross-ref { display: none }… | |
| - // ]]> | |
| -</script> | |
| - <style type='text/css'>span.run0 { | |
| - background-color: rgb(178, 204, 255); | |
| - display: block; | |
| -} | |
| -span.run1 { | |
| - background-color: rgb(178, 206, 255); | |
| - display: block; | |
| -} | |
| -span.run2 { | |
| - background-color: rgb(178, 209, 255); | |
| - display: block; | |
| -} | |
| -span.run3 { | |
| - background-color: rgb(178, 211, 255); | |
| - display: block; | |
| -} | |
| -span.run4 { | |
| - background-color: rgb(178, 214, 255); | |
| - display: block; | |
| -} | |
| -span.run5 { | |
| - background-color: rgb(178, 218, 255); | |
| - display: block; | |
| -} | |
| -span.run6 { | |
| - background-color: rgb(178, 220, 255); | |
| - display: block; | |
| -} | |
| -span.run7 { | |
| - background-color: rgb(178, 223, 255); | |
| - display: block; | |
| -} | |
| -span.run8 { | |
| - background-color: rgb(178, 225, 255); | |
| - display: block; | |
| -} | |
| -span.run9 { | |
| - background-color: rgb(178, 228, 255); | |
| - display: block; | |
| -} | |
| -span.run10 { | |
| - background-color: rgb(178, 232, 255); | |
| - display: block; | |
| -} | |
| -span.run11 { | |
| - background-color: rgb(178, 234, 255); | |
| - display: block; | |
| -} | |
| -span.run12 { | |
| - background-color: rgb(178, 237, 255); | |
| - display: block; | |
| -} | |
| -span.run13 { | |
| - background-color: rgb(178, 239, 255); | |
| - display: block; | |
| -} | |
| -span.run14 { | |
| - background-color: rgb(178, 242, 255); | |
| - display: block; | |
| -} | |
| -span.run15 { | |
| - background-color: rgb(178, 246, 255); | |
| - display: block; | |
| -} | |
| -span.run16 { | |
| - background-color: rgb(178, 248, 255); | |
| - display: block; | |
| -} | |
| -span.run17 { | |
| - background-color: rgb(178, 251, 255); | |
| - display: block; | |
| -} | |
| -span.run18 { | |
| - background-color: rgb(178, 253, 255); | |
| - display: block; | |
| -} | |
| -span.run19 { | |
| - background-color: rgb(178, 255, 253); | |
| - display: block; | |
| -} | |
| -span.run20 { | |
| - background-color: rgb(178, 255, 249); | |
| - display: block; | |
| -} | |
| -span.run21 { | |
| - background-color: rgb(178, 255, 247); | |
| - display: block; | |
| -} | |
| -span.run22 { | |
| - background-color: rgb(178, 255, 244); | |
| - display: block; | |
| -} | |
| -span.run23 { | |
| - background-color: rgb(178, 255, 242); | |
| - display: block; | |
| -} | |
| -span.run24 { | |
| - background-color: rgb(178, 255, 239); | |
| - display: block; | |
| -} | |
| -span.run25 { | |
| - background-color: rgb(178, 255, 235); | |
| - display: block; | |
| -} | |
| -span.run26 { | |
| - background-color: rgb(178, 255, 233); | |
| - display: block; | |
| -} | |
| -span.run27 { | |
| - background-color: rgb(178, 255, 230); | |
| - display: block; | |
| -} | |
| -span.run28 { | |
| - background-color: rgb(178, 255, 228); | |
| - display: block; | |
| -} | |
| -span.run29 { | |
| - background-color: rgb(178, 255, 225); | |
| - display: block; | |
| -} | |
| -span.run30 { | |
| - background-color: rgb(178, 255, 221); | |
| - display: block; | |
| -} | |
| -span.run31 { | |
| - background-color: rgb(178, 255, 219); | |
| - display: block; | |
| -} | |
| -span.run32 { | |
| - background-color: rgb(178, 255, 216); | |
| - display: block; | |
| -} | |
| -span.run33 { | |
| - background-color: rgb(178, 255, 214); | |
| - display: block; | |
| -} | |
| -span.run34 { | |
| - background-color: rgb(178, 255, 211); | |
| - display: block; | |
| -} | |
| -span.run35 { | |
| - background-color: rgb(178, 255, 207); | |
| - display: block; | |
| -} | |
| -span.run36 { | |
| - background-color: rgb(178, 255, 205); | |
| - display: block; | |
| -} | |
| -span.run37 { | |
| - background-color: rgb(178, 255, 202); | |
| - display: block; | |
| -} | |
| -span.run38 { | |
| - background-color: rgb(178, 255, 200); | |
| - display: block; | |
| -} | |
| -span.run39 { | |
| - background-color: rgb(178, 255, 197); | |
| - display: block; | |
| -} | |
| -span.run40 { | |
| - background-color: rgb(178, 255, 193); | |
| - display: block; | |
| -} | |
| -span.run41 { | |
| - background-color: rgb(178, 255, 191); | |
| - display: block; | |
| -} | |
| -span.run42 { | |
| - background-color: rgb(178, 255, 188); | |
| - display: block; | |
| -} | |
| -span.run43 { | |
| - background-color: rgb(178, 255, 186); | |
| - display: block; | |
| -} | |
| -span.run44 { | |
| - background-color: rgb(178, 255, 183); | |
| - display: block; | |
| -} | |
| -span.run45 { | |
| - background-color: rgb(178, 255, 179); | |
| - display: block; | |
| -} | |
| -span.run46 { | |
| - background-color: rgb(179, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run47 { | |
| - background-color: rgb(182, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run48 { | |
| - background-color: rgb(184, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run49 { | |
| - background-color: rgb(187, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run50 { | |
| - background-color: rgb(191, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run51 { | |
| - background-color: rgb(193, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run52 { | |
| - background-color: rgb(196, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run53 { | |
| - background-color: rgb(198, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run54 { | |
| - background-color: rgb(201, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run55 { | |
| - background-color: rgb(205, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run56 { | |
| - background-color: rgb(207, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run57 { | |
| - background-color: rgb(210, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run58 { | |
| - background-color: rgb(212, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run59 { | |
| - background-color: rgb(215, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run60 { | |
| - background-color: rgb(219, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run61 { | |
| - background-color: rgb(221, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run62 { | |
| - background-color: rgb(224, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run63 { | |
| - background-color: rgb(226, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run64 { | |
| - background-color: rgb(229, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run65 { | |
| - background-color: rgb(233, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run66 { | |
| - background-color: rgb(235, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run67 { | |
| - background-color: rgb(238, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run68 { | |
| - background-color: rgb(240, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run69 { | |
| - background-color: rgb(243, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run70 { | |
| - background-color: rgb(247, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run71 { | |
| - background-color: rgb(249, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run72 { | |
| - background-color: rgb(252, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run73 { | |
| - background-color: rgb(255, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run74 { | |
| - background-color: rgb(255, 252, 178); | |
| - display: block; | |
| -} | |
| -span.run75 { | |
| - background-color: rgb(255, 248, 178); | |
| - display: block; | |
| -} | |
| -span.run76 { | |
| - background-color: rgb(255, 246, 178); | |
| - display: block; | |
| -} | |
| -span.run77 { | |
| - background-color: rgb(255, 243, 178); | |
| - display: block; | |
| -} | |
| -span.run78 { | |
| - background-color: rgb(255, 240, 178); | |
| - display: block; | |
| -} | |
| -span.run79 { | |
| - background-color: rgb(255, 238, 178); | |
| - display: block; | |
| -} | |
| -span.run80 { | |
| - background-color: rgb(255, 234, 178); | |
| - display: block; | |
| -} | |
| -span.run81 { | |
| - background-color: rgb(255, 232, 178); | |
| - display: block; | |
| -} | |
| -span.run82 { | |
| - background-color: rgb(255, 229, 178); | |
| - display: block; | |
| -} | |
| -span.run83 { | |
| - background-color: rgb(255, 226, 178); | |
| - display: block; | |
| -} | |
| -span.run84 { | |
| - background-color: rgb(255, 224, 178); | |
| - display: block; | |
| -} | |
| -span.run85 { | |
| - background-color: rgb(255, 220, 178); | |
| - display: block; | |
| -} | |
| -span.run86 { | |
| - background-color: rgb(255, 218, 178); | |
| - display: block; | |
| -} | |
| -span.run87 { | |
| - background-color: rgb(255, 215, 178); | |
| - display: block; | |
| -} | |
| -span.run88 { | |
| - background-color: rgb(255, 212, 178); | |
| - display: block; | |
| -} | |
| -span.run89 { | |
| - background-color: rgb(255, 210, 178); | |
| - display: block; | |
| -} | |
| -span.run90 { | |
| - background-color: rgb(255, 206, 178); | |
| - display: block; | |
| -} | |
| -span.run91 { | |
| - background-color: rgb(255, 204, 178); | |
| - display: block; | |
| -} | |
| -span.run92 { | |
| - background-color: rgb(255, 201, 178); | |
| - display: block; | |
| -} | |
| -span.run93 { | |
| - background-color: rgb(255, 198, 178); | |
| - display: block; | |
| -} | |
| -span.run94 { | |
| - background-color: rgb(255, 196, 178); | |
| - display: block; | |
| -} | |
| -span.run95 { | |
| - background-color: rgb(255, 192, 178); | |
| - display: block; | |
| -} | |
| -span.run96 { | |
| - background-color: rgb(255, 189, 178); | |
| - display: block; | |
| -} | |
| -span.run97 { | |
| - background-color: rgb(255, 187, 178); | |
| - display: block; | |
| -} | |
| -span.run98 { | |
| - background-color: rgb(255, 184, 178); | |
| - display: block; | |
| -} | |
| -span.run99 { | |
| - background-color: rgb(255, 182, 178); | |
| - display: block; | |
| -} | |
| -span.run100 { | |
| - background-color: rgb(255, 178, 178); | |
| - display: block; | |
| -} | |
| -</style> | |
| - </head> | |
| - <body><h3>C0 code coverage information</h3> | |
| - <p>Generated on Wed Apr 29 19:33:53 +0200 2009 with <a href='http://eigenc… | |
| - </p> | |
| - <hr/> | |
| - <pre><span class='marked0'>Code reported as executed by Ruby looks like th… | |
| -</span><span class='marked1'>and this: this line is also marked as covered. | |
| -</span><span class='inferred0'>Lines considered as run by rcov, but not report… | |
| -</span><span class='inferred1'>and this: these lines were inferred by rcov (us… | |
| -</span><span class='uncovered0'>Finally, here's a line marked as not exec… | |
| -</span></pre> | |
| -<table class='report'><thead><tr><td class='heading'>Name</td> | |
| - <td class='heading'>Total lines</td> | |
| - <td class='heading'>Lines of code</td> | |
| - <td class='heading'>Total coverage</td> | |
| - <td class='heading'>Code coverage</td> | |
| - </tr> | |
| - </thead> | |
| - <tbody><tr class='light'><td><a href='lib-simplabs-reports_as_sparkline-cumu… | |
| - </td> | |
| - <td class='lines_total'><tt>45</tt> | |
| - </td> | |
| - <td class='lines_code'><tt>24</tt> | |
| - </td> | |
| - <td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt cla… | |
| - </td> | |
| - <td><table cellspacing='0' class='percent_graph' cellpadding='0' w… | |
| - <td class='uncovered' width='0'/> | |
| - </tr> | |
| - </table> | |
| - </td> | |
| - </tr> | |
| - </table> | |
| - </td> | |
| - <td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt cla… | |
| - </td> | |
| - <td><table cellspacing='0' class='percent_graph' cellpadding='0' w… | |
| - <td class='uncovered' width='0'/> | |
| - </tr> | |
| - </table> | |
| - </td> | |
| - </tr> | |
| - </table> | |
| - </td> | |
| - </tr> | |
| - </tbody> | |
| - </table> | |
| -<pre><span class="marked0"><a name="line1"></a> 1 module Simplabs #:nodoc: | |
| -</span><span class="inferred1"><a name="line2"></a> 2 | |
| -</span><span class="marked0"><a name="line3"></a> 3 module ReportsAsSparklin… | |
| -</span><span class="inferred1"><a name="line4"></a> 4 | |
| -</span><span class="inferred0"><a name="line5"></a> 5 # A special report c… | |
| -</span><span class="inferred1"><a name="line6"></a> 6 # | |
| -</span><span class="inferred0"><a name="line7"></a> 7 # ==== Examples | |
| -</span><span class="inferred1"><a name="line8"></a> 8 # | |
| -</span><span class="inferred0"><a name="line9"></a> 9 # When Simplabs::Rep… | |
| -</span><span class="inferred1"><a name="line10"></a>10 # | |
| -</span><span class="inferred0"><a name="line11"></a>11 # [[<DateTime t… | |
| -</span><span class="inferred1"><a name="line12"></a>12 # | |
| -</span><span class="inferred0"><a name="line13"></a>13 # Simplabs::Reports… | |
| -</span><span class="inferred1"><a name="line14"></a>14 # | |
| -</span><span class="inferred0"><a name="line15"></a>15 # [[<DateTime t… | |
| -</span><span class="marked1"><a name="line16"></a>16 class CumulatedReport… | |
| -</span><span class="inferred0"><a name="line17"></a>17 | |
| -</span><span class="inferred1"><a name="line18"></a>18 # Runs the report… | |
| -</span><span class="marked0"><a name="line19"></a>19 def run(options = {… | |
| -</span><span class="marked1"><a name="line20"></a>20 cumulate(super, o… | |
| -</span><span class="marked0"><a name="line21"></a>21 end | |
| -</span><span class="inferred1"><a name="line22"></a>22 | |
| -</span><span class="marked0"><a name="line23"></a>23 protected | |
| -</span><span class="inferred1"><a name="line24"></a>24 | |
| -</span><span class="marked0"><a name="line25"></a>25 def cumulate(data… | |
| -</span><span class="marked1"><a name="line26"></a>26 first_reporting… | |
| -</span><span class="marked0"><a name="line27"></a>27 acc = initial_c… | |
| -</span><span class="marked1"><a name="line28"></a>28 result = [] | |
| -</span><span class="marked0"><a name="line29"></a>29 data.each do |e… | |
| -</span><span class="marked1"><a name="line30"></a>30 acc += elemen… | |
| -</span><span class="marked0"><a name="line31"></a>31 result <&l… | |
| -</span><span class="inferred1"><a name="line32"></a>32 end | |
| -</span><span class="marked0"><a name="line33"></a>33 result | |
| -</span><span class="inferred1"><a name="line34"></a>34 end | |
| -</span><span class="inferred0"><a name="line35"></a>35 | |
| -</span><span class="marked1"><a name="line36"></a>36 def initial_cumul… | |
| -</span><span class="marked0"><a name="line37"></a>37 conditions = se… | |
| -</span><span class="marked1"><a name="line38"></a>38 @klass.send(@ag… | |
| -</span><span class="inferred0"><a name="line39"></a>39 end | |
| -</span><span class="inferred1"><a name="line40"></a>40 | |
| -</span><span class="inferred0"><a name="line41"></a>41 end | |
| -</span><span class="inferred1"><a name="line42"></a>42 | |
| -</span><span class="inferred0"><a name="line43"></a>43 end | |
| -</span><span class="inferred1"><a name="line44"></a>44 | |
| -</span><span class="inferred0"><a name="line45"></a>45 end | |
| -</span></pre><hr/> | |
| - <p>Generated using the <a href='http://eigenclass.org/hiki.rb?rcov'>rcov c… | |
| - version 0.8.1.2.</p> | |
| -<p><a href='http://validator.w3.org/check/referer'><img src='http://www.w3.org… | |
| - </a> | |
| - <a href='http://jigsaw.w3.org/css-validator/check/referer'><img src='htt… | |
| - </a> | |
| - </p> | |
| - </body> | |
| - </html> | |
| diff --git a/doc/coverage/lib-simplabs-reports_as_sparkline-grouping_rb.html b/… | |
| @@ -1,725 +0,0 @@ | |
| -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.… | |
| -<html lang='en' xml:lang='en' xmlns='http://www.w3.org/1999/xhtml'><head><titl… | |
| - <style type='text/css'>body { background-color: rgb(240, 240, 245); }</sty… | |
| - <style type='text/css'>span.cross-ref-title { | |
| - font-size: 140%; | |
| -} | |
| -span.cross-ref a { | |
| - text-decoration: none; | |
| -} | |
| -span.cross-ref { | |
| - background-color:#f3f7fa; | |
| - border: 1px dashed #333; | |
| - margin: 1em; | |
| - padding: 0.5em; | |
| - overflow: hidden; | |
| -} | |
| -a.crossref-toggle { | |
| - text-decoration: none; | |
| -} | |
| -span.marked0 { | |
| - background-color: rgb(185, 210, 200); | |
| - display: block; | |
| -} | |
| -span.marked1 { | |
| - background-color: rgb(190, 215, 205); | |
| - display: block; | |
| -} | |
| -span.inferred0 { | |
| - background-color: rgb(175, 200, 200); | |
| - display: block; | |
| -} | |
| -span.inferred1 { | |
| - background-color: rgb(180, 205, 205); | |
| - display: block; | |
| -} | |
| -span.uncovered0 { | |
| - background-color: rgb(225, 110, 110); | |
| - display: block; | |
| -} | |
| -span.uncovered1 { | |
| - background-color: rgb(235, 120, 120); | |
| - display: block; | |
| -} | |
| -span.overview { | |
| - border-bottom: 8px solid black; | |
| -} | |
| -div.overview { | |
| - border-bottom: 8px solid black; | |
| -} | |
| -body { | |
| - font-family: verdana, arial, helvetica; | |
| -} | |
| -div.footer { | |
| - font-size: 68%; | |
| - margin-top: 1.5em; | |
| -} | |
| -h1, h2, h3, h4, h5, h6 { | |
| - margin-bottom: 0.5em; | |
| -} | |
| -h5 { | |
| - margin-top: 0.5em; | |
| -} | |
| -.hidden { | |
| - display: none; | |
| -} | |
| -div.separator { | |
| - height: 10px; | |
| -} | |
| -/* Commented out for better readability, esp. on IE */ | |
| -/* | |
| -table tr td, table tr th { | |
| - font-size: 68%; | |
| -} | |
| -td.value table tr td { | |
| - font-size: 11px; | |
| -} | |
| -*/ | |
| -table.percent_graph { | |
| - height: 12px; | |
| - border: #808080 1px solid; | |
| - empty-cells: show; | |
| -} | |
| -table.percent_graph td.covered { | |
| - height: 10px; | |
| - background: #00f000; | |
| -} | |
| -table.percent_graph td.uncovered { | |
| - height: 10px; | |
| - background: #e00000; | |
| -} | |
| -table.percent_graph td.NA { | |
| - height: 10px; | |
| - background: #eaeaea; | |
| -} | |
| -table.report { | |
| - border-collapse: collapse; | |
| - width: 100%; | |
| -} | |
| -table.report td.heading { | |
| - background: #dcecff; | |
| - border: #d0d0d0 1px solid; | |
| - font-weight: bold; | |
| - text-align: center; | |
| -} | |
| -table.report td.heading:hover { | |
| - background: #c0ffc0; | |
| -} | |
| -table.report td.text { | |
| - border: #d0d0d0 1px solid; | |
| -} | |
| -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); | |
| -} | |
| -table.report tr.dark { | |
| - background-color: rgb(230, 230, 235); | |
| -} | |
| -</style> | |
| - <script type='text/javascript'> | |
| -// <![CDATA[ | |
| - function toggleCode( id ) { | |
| - if ( document.getElementById ) | |
| - elem = document.getElementById( id ); | |
| - else if ( document.all ) | |
| - elem = eval( "document.all." + id ); | |
| - else | |
| - return false; | |
| - | |
| - elemStyle = elem.style; | |
| - | |
| - if ( elemStyle.display != "block" ) { | |
| - elemStyle.display = "block" | |
| - } else { | |
| - elemStyle.display = "none" | |
| - } | |
| - | |
| - return true; | |
| - } | |
| - | |
| - // Make cross-references hidden by default | |
| - document.writeln( "<style type=\"text/css\">span.cross-ref { display: none }… | |
| - // ]]> | |
| -</script> | |
| - <style type='text/css'>span.run0 { | |
| - background-color: rgb(178, 204, 255); | |
| - display: block; | |
| -} | |
| -span.run1 { | |
| - background-color: rgb(178, 206, 255); | |
| - display: block; | |
| -} | |
| -span.run2 { | |
| - background-color: rgb(178, 209, 255); | |
| - display: block; | |
| -} | |
| -span.run3 { | |
| - background-color: rgb(178, 211, 255); | |
| - display: block; | |
| -} | |
| -span.run4 { | |
| - background-color: rgb(178, 214, 255); | |
| - display: block; | |
| -} | |
| -span.run5 { | |
| - background-color: rgb(178, 218, 255); | |
| - display: block; | |
| -} | |
| -span.run6 { | |
| - background-color: rgb(178, 220, 255); | |
| - display: block; | |
| -} | |
| -span.run7 { | |
| - background-color: rgb(178, 223, 255); | |
| - display: block; | |
| -} | |
| -span.run8 { | |
| - background-color: rgb(178, 225, 255); | |
| - display: block; | |
| -} | |
| -span.run9 { | |
| - background-color: rgb(178, 228, 255); | |
| - display: block; | |
| -} | |
| -span.run10 { | |
| - background-color: rgb(178, 232, 255); | |
| - display: block; | |
| -} | |
| -span.run11 { | |
| - background-color: rgb(178, 234, 255); | |
| - display: block; | |
| -} | |
| -span.run12 { | |
| - background-color: rgb(178, 237, 255); | |
| - display: block; | |
| -} | |
| -span.run13 { | |
| - background-color: rgb(178, 239, 255); | |
| - display: block; | |
| -} | |
| -span.run14 { | |
| - background-color: rgb(178, 242, 255); | |
| - display: block; | |
| -} | |
| -span.run15 { | |
| - background-color: rgb(178, 246, 255); | |
| - display: block; | |
| -} | |
| -span.run16 { | |
| - background-color: rgb(178, 248, 255); | |
| - display: block; | |
| -} | |
| -span.run17 { | |
| - background-color: rgb(178, 251, 255); | |
| - display: block; | |
| -} | |
| -span.run18 { | |
| - background-color: rgb(178, 253, 255); | |
| - display: block; | |
| -} | |
| -span.run19 { | |
| - background-color: rgb(178, 255, 253); | |
| - display: block; | |
| -} | |
| -span.run20 { | |
| - background-color: rgb(178, 255, 249); | |
| - display: block; | |
| -} | |
| -span.run21 { | |
| - background-color: rgb(178, 255, 247); | |
| - display: block; | |
| -} | |
| -span.run22 { | |
| - background-color: rgb(178, 255, 244); | |
| - display: block; | |
| -} | |
| -span.run23 { | |
| - background-color: rgb(178, 255, 242); | |
| - display: block; | |
| -} | |
| -span.run24 { | |
| - background-color: rgb(178, 255, 239); | |
| - display: block; | |
| -} | |
| -span.run25 { | |
| - background-color: rgb(178, 255, 235); | |
| - display: block; | |
| -} | |
| -span.run26 { | |
| - background-color: rgb(178, 255, 233); | |
| - display: block; | |
| -} | |
| -span.run27 { | |
| - background-color: rgb(178, 255, 230); | |
| - display: block; | |
| -} | |
| -span.run28 { | |
| - background-color: rgb(178, 255, 228); | |
| - display: block; | |
| -} | |
| -span.run29 { | |
| - background-color: rgb(178, 255, 225); | |
| - display: block; | |
| -} | |
| -span.run30 { | |
| - background-color: rgb(178, 255, 221); | |
| - display: block; | |
| -} | |
| -span.run31 { | |
| - background-color: rgb(178, 255, 219); | |
| - display: block; | |
| -} | |
| -span.run32 { | |
| - background-color: rgb(178, 255, 216); | |
| - display: block; | |
| -} | |
| -span.run33 { | |
| - background-color: rgb(178, 255, 214); | |
| - display: block; | |
| -} | |
| -span.run34 { | |
| - background-color: rgb(178, 255, 211); | |
| - display: block; | |
| -} | |
| -span.run35 { | |
| - background-color: rgb(178, 255, 207); | |
| - display: block; | |
| -} | |
| -span.run36 { | |
| - background-color: rgb(178, 255, 205); | |
| - display: block; | |
| -} | |
| -span.run37 { | |
| - background-color: rgb(178, 255, 202); | |
| - display: block; | |
| -} | |
| -span.run38 { | |
| - background-color: rgb(178, 255, 200); | |
| - display: block; | |
| -} | |
| -span.run39 { | |
| - background-color: rgb(178, 255, 197); | |
| - display: block; | |
| -} | |
| -span.run40 { | |
| - background-color: rgb(178, 255, 193); | |
| - display: block; | |
| -} | |
| -span.run41 { | |
| - background-color: rgb(178, 255, 191); | |
| - display: block; | |
| -} | |
| -span.run42 { | |
| - background-color: rgb(178, 255, 188); | |
| - display: block; | |
| -} | |
| -span.run43 { | |
| - background-color: rgb(178, 255, 186); | |
| - display: block; | |
| -} | |
| -span.run44 { | |
| - background-color: rgb(178, 255, 183); | |
| - display: block; | |
| -} | |
| -span.run45 { | |
| - background-color: rgb(178, 255, 179); | |
| - display: block; | |
| -} | |
| -span.run46 { | |
| - background-color: rgb(179, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run47 { | |
| - background-color: rgb(182, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run48 { | |
| - background-color: rgb(184, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run49 { | |
| - background-color: rgb(187, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run50 { | |
| - background-color: rgb(191, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run51 { | |
| - background-color: rgb(193, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run52 { | |
| - background-color: rgb(196, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run53 { | |
| - background-color: rgb(198, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run54 { | |
| - background-color: rgb(201, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run55 { | |
| - background-color: rgb(205, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run56 { | |
| - background-color: rgb(207, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run57 { | |
| - background-color: rgb(210, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run58 { | |
| - background-color: rgb(212, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run59 { | |
| - background-color: rgb(215, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run60 { | |
| - background-color: rgb(219, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run61 { | |
| - background-color: rgb(221, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run62 { | |
| - background-color: rgb(224, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run63 { | |
| - background-color: rgb(226, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run64 { | |
| - background-color: rgb(229, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run65 { | |
| - background-color: rgb(233, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run66 { | |
| - background-color: rgb(235, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run67 { | |
| - background-color: rgb(238, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run68 { | |
| - background-color: rgb(240, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run69 { | |
| - background-color: rgb(243, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run70 { | |
| - background-color: rgb(247, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run71 { | |
| - background-color: rgb(249, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run72 { | |
| - background-color: rgb(252, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run73 { | |
| - background-color: rgb(255, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run74 { | |
| - background-color: rgb(255, 252, 178); | |
| - display: block; | |
| -} | |
| -span.run75 { | |
| - background-color: rgb(255, 248, 178); | |
| - display: block; | |
| -} | |
| -span.run76 { | |
| - background-color: rgb(255, 246, 178); | |
| - display: block; | |
| -} | |
| -span.run77 { | |
| - background-color: rgb(255, 243, 178); | |
| - display: block; | |
| -} | |
| -span.run78 { | |
| - background-color: rgb(255, 240, 178); | |
| - display: block; | |
| -} | |
| -span.run79 { | |
| - background-color: rgb(255, 238, 178); | |
| - display: block; | |
| -} | |
| -span.run80 { | |
| - background-color: rgb(255, 234, 178); | |
| - display: block; | |
| -} | |
| -span.run81 { | |
| - background-color: rgb(255, 232, 178); | |
| - display: block; | |
| -} | |
| -span.run82 { | |
| - background-color: rgb(255, 229, 178); | |
| - display: block; | |
| -} | |
| -span.run83 { | |
| - background-color: rgb(255, 226, 178); | |
| - display: block; | |
| -} | |
| -span.run84 { | |
| - background-color: rgb(255, 224, 178); | |
| - display: block; | |
| -} | |
| -span.run85 { | |
| - background-color: rgb(255, 220, 178); | |
| - display: block; | |
| -} | |
| -span.run86 { | |
| - background-color: rgb(255, 218, 178); | |
| - display: block; | |
| -} | |
| -span.run87 { | |
| - background-color: rgb(255, 215, 178); | |
| - display: block; | |
| -} | |
| -span.run88 { | |
| - background-color: rgb(255, 212, 178); | |
| - display: block; | |
| -} | |
| -span.run89 { | |
| - background-color: rgb(255, 210, 178); | |
| - display: block; | |
| -} | |
| -span.run90 { | |
| - background-color: rgb(255, 206, 178); | |
| - display: block; | |
| -} | |
| -span.run91 { | |
| - background-color: rgb(255, 204, 178); | |
| - display: block; | |
| -} | |
| -span.run92 { | |
| - background-color: rgb(255, 201, 178); | |
| - display: block; | |
| -} | |
| -span.run93 { | |
| - background-color: rgb(255, 198, 178); | |
| - display: block; | |
| -} | |
| -span.run94 { | |
| - background-color: rgb(255, 196, 178); | |
| - display: block; | |
| -} | |
| -span.run95 { | |
| - background-color: rgb(255, 192, 178); | |
| - display: block; | |
| -} | |
| -span.run96 { | |
| - background-color: rgb(255, 189, 178); | |
| - display: block; | |
| -} | |
| -span.run97 { | |
| - background-color: rgb(255, 187, 178); | |
| - display: block; | |
| -} | |
| -span.run98 { | |
| - background-color: rgb(255, 184, 178); | |
| - display: block; | |
| -} | |
| -span.run99 { | |
| - background-color: rgb(255, 182, 178); | |
| - display: block; | |
| -} | |
| -span.run100 { | |
| - background-color: rgb(255, 178, 178); | |
| - display: block; | |
| -} | |
| -</style> | |
| - </head> | |
| - <body><h3>C0 code coverage information</h3> | |
| - <p>Generated on Wed Apr 29 19:33:53 +0200 2009 with <a href='http://eigenc… | |
| - </p> | |
| - <hr/> | |
| - <pre><span class='marked0'>Code reported as executed by Ruby looks like th… | |
| -</span><span class='marked1'>and this: this line is also marked as covered. | |
| -</span><span class='inferred0'>Lines considered as run by rcov, but not report… | |
| -</span><span class='inferred1'>and this: these lines were inferred by rcov (us… | |
| -</span><span class='uncovered0'>Finally, here's a line marked as not exec… | |
| -</span></pre> | |
| -<table class='report'><thead><tr><td class='heading'>Name</td> | |
| - <td class='heading'>Total lines</td> | |
| - <td class='heading'>Lines of code</td> | |
| - <td class='heading'>Total coverage</td> | |
| - <td class='heading'>Code coverage</td> | |
| - </tr> | |
| - </thead> | |
| - <tbody><tr class='light'><td><a href='lib-simplabs-reports_as_sparkline-grou… | |
| - </td> | |
| - <td class='lines_total'><tt>115</tt> | |
| - </td> | |
| - <td class='lines_code'><tt>99</tt> | |
| - </td> | |
| - <td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt cla… | |
| - </td> | |
| - <td><table cellspacing='0' class='percent_graph' cellpadding='0' w… | |
| - <td class='uncovered' width='2'/> | |
| - </tr> | |
| - </table> | |
| - </td> | |
| - </tr> | |
| - </table> | |
| - </td> | |
| - <td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt cla… | |
| - </td> | |
| - <td><table cellspacing='0' class='percent_graph' cellpadding='0' w… | |
| - <td class='uncovered' width='2'/> | |
| - </tr> | |
| - </table> | |
| - </td> | |
| - </tr> | |
| - </table> | |
| - </td> | |
| - </tr> | |
| - </tbody> | |
| - </table> | |
| -<pre><span class="marked1"><a name="line1"></a> 1 module Simplabs #:nodoc: | |
| -</span><span class="inferred0"><a name="line2"></a> 2 | |
| -</span><span class="marked1"><a name="line3"></a> 3 module ReportsAsSparkli… | |
| -</span><span class="inferred0"><a name="line4"></a> 4 | |
| -</span><span class="marked1"><a name="line5"></a> 5 class Grouping #:nodo… | |
| -</span><span class="inferred0"><a name="line6"></a> 6 | |
| -</span><span class="marked1"><a name="line7"></a> 7 def initialize(iden… | |
| -</span><span class="marked0"><a name="line8"></a> 8 raise ArgumentErr… | |
| -</span><span class="marked1"><a name="line9"></a> 9 @identifier = ide… | |
| -</span><span class="inferred0"><a name="line10"></a> 10 end | |
| -</span><span class="inferred1"><a name="line11"></a> 11 | |
| -</span><span class="marked0"><a name="line12"></a> 12 def identifier | |
| -</span><span class="marked1"><a name="line13"></a> 13 @identifier | |
| -</span><span class="marked0"><a name="line14"></a> 14 end | |
| -</span><span class="inferred1"><a name="line15"></a> 15 | |
| -</span><span class="marked0"><a name="line16"></a> 16 def date_parts_fro… | |
| -</span><span class="marked1"><a name="line17"></a> 17 return case Acti… | |
| -</span><span class="marked0"><a name="line18"></a> 18 when /mysql/i | |
| -</span><span class="marked1"><a name="line19"></a> 19 from_mysql_d… | |
| -</span><span class="marked0"><a name="line20"></a> 20 when /sqlite/i | |
| -</span><span class="marked1"><a name="line21"></a> 21 from_sqlite_… | |
| -</span><span class="marked0"><a name="line22"></a> 22 when /postgres… | |
| -</span><span class="marked1"><a name="line23"></a> 23 from_postgre… | |
| -</span><span class="marked0"><a name="line24"></a> 24 end | |
| -</span><span class="marked1"><a name="line25"></a> 25 end | |
| -</span><span class="inferred0"><a name="line26"></a> 26 | |
| -</span><span class="marked1"><a name="line27"></a> 27 def to_sql(date_co… | |
| -</span><span class="marked0"><a name="line28"></a> 28 return case Acti… | |
| -</span><span class="marked1"><a name="line29"></a> 29 when /mysql/i | |
| -</span><span class="marked0"><a name="line30"></a> 30 mysql_format… | |
| -</span><span class="marked1"><a name="line31"></a> 31 when /sqlite/i | |
| -</span><span class="marked0"><a name="line32"></a> 32 sqlite_forma… | |
| -</span><span class="marked1"><a name="line33"></a> 33 when /postgres… | |
| -</span><span class="marked0"><a name="line34"></a> 34 postgresql_f… | |
| -</span><span class="marked1"><a name="line35"></a> 35 end | |
| -</span><span class="marked0"><a name="line36"></a> 36 end | |
| -</span><span class="inferred1"><a name="line37"></a> 37 | |
| -</span><span class="marked0"><a name="line38"></a> 38 private | |
| -</span><span class="inferred1"><a name="line39"></a> 39 | |
| -</span><span class="marked0"><a name="line40"></a> 40 def from_mysql_d… | |
| -</span><span class="marked1"><a name="line41"></a> 41 if @identifier… | |
| -</span><span class="marked0"><a name="line42"></a> 42 parts = [db_… | |
| -</span><span class="inferred1"><a name="line43"></a> 43 else | |
| -</span><span class="marked0"><a name="line44"></a> 44 db_string.sp… | |
| -</span><span class="inferred1"><a name="line45"></a> 45 end | |
| -</span><span class="marked0"><a name="line46"></a> 46 end | |
| -</span><span class="inferred1"><a name="line47"></a> 47 | |
| -</span><span class="marked0"><a name="line48"></a> 48 def from_sqlite_… | |
| -</span><span class="marked1"><a name="line49"></a> 49 if @identifier… | |
| -</span><span class="marked0"><a name="line50"></a> 50 parts = db_s… | |
| -</span><span class="marked1"><a name="line51"></a> 51 date = Date.… | |
| -</span><span class="marked0"><a name="line52"></a> 52 return [date… | |
| -</span><span class="inferred1"><a name="line53"></a> 53 end | |
| -</span><span class="marked0"><a name="line54"></a> 54 db_string.spli… | |
| -</span><span class="inferred1"><a name="line55"></a> 55 end | |
| -</span><span class="inferred0"><a name="line56"></a> 56 | |
| -</span><span class="marked1"><a name="line57"></a> 57 def from_postgre… | |
| -</span><span class="marked0"><a name="line58"></a> 58 case @identifi… | |
| -</span><span class="marked1"><a name="line59"></a> 59 when :hour | |
| -</span><span class="marked0"><a name="line60"></a> 60 return (db… | |
| -</span><span class="marked1"><a name="line61"></a> 61 when :day | |
| -</span><span class="marked0"><a name="line62"></a> 62 return db_… | |
| -</span><span class="marked1"><a name="line63"></a> 63 when :week | |
| -</span><span class="marked0"><a name="line64"></a> 64 parts = db… | |
| -</span><span class="marked1"><a name="line65"></a> 65 date = Dat… | |
| -</span><span class="marked0"><a name="line66"></a> 66 return [da… | |
| -</span><span class="marked1"><a name="line67"></a> 67 when :month | |
| -</span><span class="marked0"><a name="line68"></a> 68 return db_… | |
| -</span><span class="inferred1"><a name="line69"></a> 69 end | |
| -</span><span class="marked0"><a name="line70"></a> 70 end | |
| -</span><span class="inferred1"><a name="line71"></a> 71 | |
| -</span><span class="marked0"><a name="line72"></a> 72 def mysql_format… | |
| -</span><span class="uncovered1"><a name="line73"></a> 73 return case… | |
| -</span><span class="marked0"><a name="line74"></a> 74 when :hour | |
| -</span><span class="marked1"><a name="line75"></a> 75 "DATE… | |
| -</span><span class="marked0"><a name="line76"></a> 76 when :day | |
| -</span><span class="marked1"><a name="line77"></a> 77 "DATE… | |
| -</span><span class="marked0"><a name="line78"></a> 78 when :week | |
| -</span><span class="marked1"><a name="line79"></a> 79 "YEAR… | |
| -</span><span class="marked0"><a name="line80"></a> 80 when :month | |
| -</span><span class="marked1"><a name="line81"></a> 81 "DATE… | |
| -</span><span class="marked0"><a name="line82"></a> 82 end | |
| -</span><span class="marked1"><a name="line83"></a> 83 end | |
| -</span><span class="inferred0"><a name="line84"></a> 84 | |
| -</span><span class="marked1"><a name="line85"></a> 85 def sqlite_forma… | |
| -</span><span class="uncovered0"><a name="line86"></a> 86 return case… | |
| -</span><span class="marked1"><a name="line87"></a> 87 when :hour | |
| -</span><span class="marked0"><a name="line88"></a> 88 "strf… | |
| -</span><span class="marked1"><a name="line89"></a> 89 when :day | |
| -</span><span class="marked0"><a name="line90"></a> 90 "strf… | |
| -</span><span class="marked1"><a name="line91"></a> 91 when :week | |
| -</span><span class="marked0"><a name="line92"></a> 92 "date… | |
| -</span><span class="marked1"><a name="line93"></a> 93 when :month | |
| -</span><span class="marked0"><a name="line94"></a> 94 "strf… | |
| -</span><span class="marked1"><a name="line95"></a> 95 end | |
| -</span><span class="marked0"><a name="line96"></a> 96 end | |
| -</span><span class="inferred1"><a name="line97"></a> 97 | |
| -</span><span class="marked0"><a name="line98"></a> 98 def postgresql_f… | |
| -</span><span class="inferred1"><a name="line99"></a> 99 return case … | |
| -</span><span class="marked0"><a name="line100"></a>100 when :hour | |
| -</span><span class="inferred1"><a name="line101"></a>101 "d… | |
| -</span><span class="marked0"><a name="line102"></a>102 when :day | |
| -</span><span class="inferred1"><a name="line103"></a>103 "d… | |
| -</span><span class="marked0"><a name="line104"></a>104 when :week | |
| -</span><span class="inferred1"><a name="line105"></a>105 "d… | |
| -</span><span class="marked0"><a name="line106"></a>106 when :month | |
| -</span><span class="marked1"><a name="line107"></a>107 "dat… | |
| -</span><span class="marked0"><a name="line108"></a>108 end | |
| -</span><span class="marked1"><a name="line109"></a>109 end | |
| -</span><span class="inferred0"><a name="line110"></a>110 | |
| -</span><span class="inferred1"><a name="line111"></a>111 end | |
| -</span><span class="inferred0"><a name="line112"></a>112 | |
| -</span><span class="inferred1"><a name="line113"></a>113 end | |
| -</span><span class="inferred0"><a name="line114"></a>114 | |
| -</span><span class="inferred1"><a name="line115"></a>115 end | |
| -</span></pre><hr/> | |
| - <p>Generated using the <a href='http://eigenclass.org/hiki.rb?rcov'>rcov c… | |
| - version 0.8.1.2.</p> | |
| -<p><a href='http://validator.w3.org/check/referer'><img src='http://www.w3.org… | |
| - </a> | |
| - <a href='http://jigsaw.w3.org/css-validator/check/referer'><img src='htt… | |
| - </a> | |
| - </p> | |
| - </body> | |
| - </html> | |
| diff --git a/doc/coverage/lib-simplabs-reports_as_sparkline-report_cache_rb.htm… | |
| @@ -1,710 +0,0 @@ | |
| -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.… | |
| -<html lang='en' xml:lang='en' xmlns='http://www.w3.org/1999/xhtml'><head><titl… | |
| - <style type='text/css'>body { background-color: rgb(240, 240, 245); }</sty… | |
| - <style type='text/css'>span.cross-ref-title { | |
| - font-size: 140%; | |
| -} | |
| -span.cross-ref a { | |
| - text-decoration: none; | |
| -} | |
| -span.cross-ref { | |
| - background-color:#f3f7fa; | |
| - border: 1px dashed #333; | |
| - margin: 1em; | |
| - padding: 0.5em; | |
| - overflow: hidden; | |
| -} | |
| -a.crossref-toggle { | |
| - text-decoration: none; | |
| -} | |
| -span.marked0 { | |
| - background-color: rgb(185, 210, 200); | |
| - display: block; | |
| -} | |
| -span.marked1 { | |
| - background-color: rgb(190, 215, 205); | |
| - display: block; | |
| -} | |
| -span.inferred0 { | |
| - background-color: rgb(175, 200, 200); | |
| - display: block; | |
| -} | |
| -span.inferred1 { | |
| - background-color: rgb(180, 205, 205); | |
| - display: block; | |
| -} | |
| -span.uncovered0 { | |
| - background-color: rgb(225, 110, 110); | |
| - display: block; | |
| -} | |
| -span.uncovered1 { | |
| - background-color: rgb(235, 120, 120); | |
| - display: block; | |
| -} | |
| -span.overview { | |
| - border-bottom: 8px solid black; | |
| -} | |
| -div.overview { | |
| - border-bottom: 8px solid black; | |
| -} | |
| -body { | |
| - font-family: verdana, arial, helvetica; | |
| -} | |
| -div.footer { | |
| - font-size: 68%; | |
| - margin-top: 1.5em; | |
| -} | |
| -h1, h2, h3, h4, h5, h6 { | |
| - margin-bottom: 0.5em; | |
| -} | |
| -h5 { | |
| - margin-top: 0.5em; | |
| -} | |
| -.hidden { | |
| - display: none; | |
| -} | |
| -div.separator { | |
| - height: 10px; | |
| -} | |
| -/* Commented out for better readability, esp. on IE */ | |
| -/* | |
| -table tr td, table tr th { | |
| - font-size: 68%; | |
| -} | |
| -td.value table tr td { | |
| - font-size: 11px; | |
| -} | |
| -*/ | |
| -table.percent_graph { | |
| - height: 12px; | |
| - border: #808080 1px solid; | |
| - empty-cells: show; | |
| -} | |
| -table.percent_graph td.covered { | |
| - height: 10px; | |
| - background: #00f000; | |
| -} | |
| -table.percent_graph td.uncovered { | |
| - height: 10px; | |
| - background: #e00000; | |
| -} | |
| -table.percent_graph td.NA { | |
| - height: 10px; | |
| - background: #eaeaea; | |
| -} | |
| -table.report { | |
| - border-collapse: collapse; | |
| - width: 100%; | |
| -} | |
| -table.report td.heading { | |
| - background: #dcecff; | |
| - border: #d0d0d0 1px solid; | |
| - font-weight: bold; | |
| - text-align: center; | |
| -} | |
| -table.report td.heading:hover { | |
| - background: #c0ffc0; | |
| -} | |
| -table.report td.text { | |
| - border: #d0d0d0 1px solid; | |
| -} | |
| -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); | |
| -} | |
| -table.report tr.dark { | |
| - background-color: rgb(230, 230, 235); | |
| -} | |
| -</style> | |
| - <script type='text/javascript'> | |
| -// <![CDATA[ | |
| - function toggleCode( id ) { | |
| - if ( document.getElementById ) | |
| - elem = document.getElementById( id ); | |
| - else if ( document.all ) | |
| - elem = eval( "document.all." + id ); | |
| - else | |
| - return false; | |
| - | |
| - elemStyle = elem.style; | |
| - | |
| - if ( elemStyle.display != "block" ) { | |
| - elemStyle.display = "block" | |
| - } else { | |
| - elemStyle.display = "none" | |
| - } | |
| - | |
| - return true; | |
| - } | |
| - | |
| - // Make cross-references hidden by default | |
| - document.writeln( "<style type=\"text/css\">span.cross-ref { display: none }… | |
| - // ]]> | |
| -</script> | |
| - <style type='text/css'>span.run0 { | |
| - background-color: rgb(178, 204, 255); | |
| - display: block; | |
| -} | |
| -span.run1 { | |
| - background-color: rgb(178, 206, 255); | |
| - display: block; | |
| -} | |
| -span.run2 { | |
| - background-color: rgb(178, 209, 255); | |
| - display: block; | |
| -} | |
| -span.run3 { | |
| - background-color: rgb(178, 211, 255); | |
| - display: block; | |
| -} | |
| -span.run4 { | |
| - background-color: rgb(178, 214, 255); | |
| - display: block; | |
| -} | |
| -span.run5 { | |
| - background-color: rgb(178, 218, 255); | |
| - display: block; | |
| -} | |
| -span.run6 { | |
| - background-color: rgb(178, 220, 255); | |
| - display: block; | |
| -} | |
| -span.run7 { | |
| - background-color: rgb(178, 223, 255); | |
| - display: block; | |
| -} | |
| -span.run8 { | |
| - background-color: rgb(178, 225, 255); | |
| - display: block; | |
| -} | |
| -span.run9 { | |
| - background-color: rgb(178, 228, 255); | |
| - display: block; | |
| -} | |
| -span.run10 { | |
| - background-color: rgb(178, 232, 255); | |
| - display: block; | |
| -} | |
| -span.run11 { | |
| - background-color: rgb(178, 234, 255); | |
| - display: block; | |
| -} | |
| -span.run12 { | |
| - background-color: rgb(178, 237, 255); | |
| - display: block; | |
| -} | |
| -span.run13 { | |
| - background-color: rgb(178, 239, 255); | |
| - display: block; | |
| -} | |
| -span.run14 { | |
| - background-color: rgb(178, 242, 255); | |
| - display: block; | |
| -} | |
| -span.run15 { | |
| - background-color: rgb(178, 246, 255); | |
| - display: block; | |
| -} | |
| -span.run16 { | |
| - background-color: rgb(178, 248, 255); | |
| - display: block; | |
| -} | |
| -span.run17 { | |
| - background-color: rgb(178, 251, 255); | |
| - display: block; | |
| -} | |
| -span.run18 { | |
| - background-color: rgb(178, 253, 255); | |
| - display: block; | |
| -} | |
| -span.run19 { | |
| - background-color: rgb(178, 255, 253); | |
| - display: block; | |
| -} | |
| -span.run20 { | |
| - background-color: rgb(178, 255, 249); | |
| - display: block; | |
| -} | |
| -span.run21 { | |
| - background-color: rgb(178, 255, 247); | |
| - display: block; | |
| -} | |
| -span.run22 { | |
| - background-color: rgb(178, 255, 244); | |
| - display: block; | |
| -} | |
| -span.run23 { | |
| - background-color: rgb(178, 255, 242); | |
| - display: block; | |
| -} | |
| -span.run24 { | |
| - background-color: rgb(178, 255, 239); | |
| - display: block; | |
| -} | |
| -span.run25 { | |
| - background-color: rgb(178, 255, 235); | |
| - display: block; | |
| -} | |
| -span.run26 { | |
| - background-color: rgb(178, 255, 233); | |
| - display: block; | |
| -} | |
| -span.run27 { | |
| - background-color: rgb(178, 255, 230); | |
| - display: block; | |
| -} | |
| -span.run28 { | |
| - background-color: rgb(178, 255, 228); | |
| - display: block; | |
| -} | |
| -span.run29 { | |
| - background-color: rgb(178, 255, 225); | |
| - display: block; | |
| -} | |
| -span.run30 { | |
| - background-color: rgb(178, 255, 221); | |
| - display: block; | |
| -} | |
| -span.run31 { | |
| - background-color: rgb(178, 255, 219); | |
| - display: block; | |
| -} | |
| -span.run32 { | |
| - background-color: rgb(178, 255, 216); | |
| - display: block; | |
| -} | |
| -span.run33 { | |
| - background-color: rgb(178, 255, 214); | |
| - display: block; | |
| -} | |
| -span.run34 { | |
| - background-color: rgb(178, 255, 211); | |
| - display: block; | |
| -} | |
| -span.run35 { | |
| - background-color: rgb(178, 255, 207); | |
| - display: block; | |
| -} | |
| -span.run36 { | |
| - background-color: rgb(178, 255, 205); | |
| - display: block; | |
| -} | |
| -span.run37 { | |
| - background-color: rgb(178, 255, 202); | |
| - display: block; | |
| -} | |
| -span.run38 { | |
| - background-color: rgb(178, 255, 200); | |
| - display: block; | |
| -} | |
| -span.run39 { | |
| - background-color: rgb(178, 255, 197); | |
| - display: block; | |
| -} | |
| -span.run40 { | |
| - background-color: rgb(178, 255, 193); | |
| - display: block; | |
| -} | |
| -span.run41 { | |
| - background-color: rgb(178, 255, 191); | |
| - display: block; | |
| -} | |
| -span.run42 { | |
| - background-color: rgb(178, 255, 188); | |
| - display: block; | |
| -} | |
| -span.run43 { | |
| - background-color: rgb(178, 255, 186); | |
| - display: block; | |
| -} | |
| -span.run44 { | |
| - background-color: rgb(178, 255, 183); | |
| - display: block; | |
| -} | |
| -span.run45 { | |
| - background-color: rgb(178, 255, 179); | |
| - display: block; | |
| -} | |
| -span.run46 { | |
| - background-color: rgb(179, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run47 { | |
| - background-color: rgb(182, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run48 { | |
| - background-color: rgb(184, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run49 { | |
| - background-color: rgb(187, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run50 { | |
| - background-color: rgb(191, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run51 { | |
| - background-color: rgb(193, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run52 { | |
| - background-color: rgb(196, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run53 { | |
| - background-color: rgb(198, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run54 { | |
| - background-color: rgb(201, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run55 { | |
| - background-color: rgb(205, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run56 { | |
| - background-color: rgb(207, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run57 { | |
| - background-color: rgb(210, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run58 { | |
| - background-color: rgb(212, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run59 { | |
| - background-color: rgb(215, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run60 { | |
| - background-color: rgb(219, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run61 { | |
| - background-color: rgb(221, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run62 { | |
| - background-color: rgb(224, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run63 { | |
| - background-color: rgb(226, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run64 { | |
| - background-color: rgb(229, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run65 { | |
| - background-color: rgb(233, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run66 { | |
| - background-color: rgb(235, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run67 { | |
| - background-color: rgb(238, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run68 { | |
| - background-color: rgb(240, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run69 { | |
| - background-color: rgb(243, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run70 { | |
| - background-color: rgb(247, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run71 { | |
| - background-color: rgb(249, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run72 { | |
| - background-color: rgb(252, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run73 { | |
| - background-color: rgb(255, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run74 { | |
| - background-color: rgb(255, 252, 178); | |
| - display: block; | |
| -} | |
| -span.run75 { | |
| - background-color: rgb(255, 248, 178); | |
| - display: block; | |
| -} | |
| -span.run76 { | |
| - background-color: rgb(255, 246, 178); | |
| - display: block; | |
| -} | |
| -span.run77 { | |
| - background-color: rgb(255, 243, 178); | |
| - display: block; | |
| -} | |
| -span.run78 { | |
| - background-color: rgb(255, 240, 178); | |
| - display: block; | |
| -} | |
| -span.run79 { | |
| - background-color: rgb(255, 238, 178); | |
| - display: block; | |
| -} | |
| -span.run80 { | |
| - background-color: rgb(255, 234, 178); | |
| - display: block; | |
| -} | |
| -span.run81 { | |
| - background-color: rgb(255, 232, 178); | |
| - display: block; | |
| -} | |
| -span.run82 { | |
| - background-color: rgb(255, 229, 178); | |
| - display: block; | |
| -} | |
| -span.run83 { | |
| - background-color: rgb(255, 226, 178); | |
| - display: block; | |
| -} | |
| -span.run84 { | |
| - background-color: rgb(255, 224, 178); | |
| - display: block; | |
| -} | |
| -span.run85 { | |
| - background-color: rgb(255, 220, 178); | |
| - display: block; | |
| -} | |
| -span.run86 { | |
| - background-color: rgb(255, 218, 178); | |
| - display: block; | |
| -} | |
| -span.run87 { | |
| - background-color: rgb(255, 215, 178); | |
| - display: block; | |
| -} | |
| -span.run88 { | |
| - background-color: rgb(255, 212, 178); | |
| - display: block; | |
| -} | |
| -span.run89 { | |
| - background-color: rgb(255, 210, 178); | |
| - display: block; | |
| -} | |
| -span.run90 { | |
| - background-color: rgb(255, 206, 178); | |
| - display: block; | |
| -} | |
| -span.run91 { | |
| - background-color: rgb(255, 204, 178); | |
| - display: block; | |
| -} | |
| -span.run92 { | |
| - background-color: rgb(255, 201, 178); | |
| - display: block; | |
| -} | |
| -span.run93 { | |
| - background-color: rgb(255, 198, 178); | |
| - display: block; | |
| -} | |
| -span.run94 { | |
| - background-color: rgb(255, 196, 178); | |
| - display: block; | |
| -} | |
| -span.run95 { | |
| - background-color: rgb(255, 192, 178); | |
| - display: block; | |
| -} | |
| -span.run96 { | |
| - background-color: rgb(255, 189, 178); | |
| - display: block; | |
| -} | |
| -span.run97 { | |
| - background-color: rgb(255, 187, 178); | |
| - display: block; | |
| -} | |
| -span.run98 { | |
| - background-color: rgb(255, 184, 178); | |
| - display: block; | |
| -} | |
| -span.run99 { | |
| - background-color: rgb(255, 182, 178); | |
| - display: block; | |
| -} | |
| -span.run100 { | |
| - background-color: rgb(255, 178, 178); | |
| - display: block; | |
| -} | |
| -</style> | |
| - </head> | |
| - <body><h3>C0 code coverage information</h3> | |
| - <p>Generated on Wed Apr 29 19:33:53 +0200 2009 with <a href='http://eigenc… | |
| - </p> | |
| - <hr/> | |
| - <pre><span class='marked0'>Code reported as executed by Ruby looks like th… | |
| -</span><span class='marked1'>and this: this line is also marked as covered. | |
| -</span><span class='inferred0'>Lines considered as run by rcov, but not report… | |
| -</span><span class='inferred1'>and this: these lines were inferred by rcov (us… | |
| -</span><span class='uncovered0'>Finally, here's a line marked as not exec… | |
| -</span></pre> | |
| -<table class='report'><thead><tr><td class='heading'>Name</td> | |
| - <td class='heading'>Total lines</td> | |
| - <td class='heading'>Lines of code</td> | |
| - <td class='heading'>Total coverage</td> | |
| - <td class='heading'>Code coverage</td> | |
| - </tr> | |
| - </thead> | |
| - <tbody><tr class='light'><td><a href='lib-simplabs-reports_as_sparkline-repo… | |
| - </td> | |
| - <td class='lines_total'><tt>100</tt> | |
| - </td> | |
| - <td class='lines_code'><tt>83</tt> | |
| - </td> | |
| - <td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt cla… | |
| - </td> | |
| - <td><table cellspacing='0' class='percent_graph' cellpadding='0' w… | |
| - <td class='uncovered' width='1'/> | |
| - </tr> | |
| - </table> | |
| - </td> | |
| - </tr> | |
| - </table> | |
| - </td> | |
| - <td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt cla… | |
| - </td> | |
| - <td><table cellspacing='0' class='percent_graph' cellpadding='0' w… | |
| - <td class='uncovered' width='1'/> | |
| - </tr> | |
| - </table> | |
| - </td> | |
| - </tr> | |
| - </table> | |
| - </td> | |
| - </tr> | |
| - </tbody> | |
| - </table> | |
| -<pre><span class="marked1"><a name="line1"></a> 1 module Simplabs #:nodoc: | |
| -</span><span class="inferred0"><a name="line2"></a> 2 | |
| -</span><span class="marked1"><a name="line3"></a> 3 module ReportsAsSparkli… | |
| -</span><span class="inferred0"><a name="line4"></a> 4 | |
| -</span><span class="inferred1"><a name="line5"></a> 5 # The ReportCache c… | |
| -</span><span class="inferred0"><a name="line6"></a> 6 # ReportCache insta… | |
| -</span><span class="marked1"><a name="line7"></a> 7 class ReportCache <… | |
| -</span><span class="inferred0"><a name="line8"></a> 8 | |
| -</span><span class="marked1"><a name="line9"></a> 9 set_table_name :rep… | |
| -</span><span class="inferred0"><a name="line10"></a> 10 | |
| -</span><span class="marked1"><a name="line11"></a> 11 def self.process(r… | |
| -</span><span class="marked0"><a name="line12"></a> 12 raise ArgumentEr… | |
| -</span><span class="marked1"><a name="line13"></a> 13 self.transaction… | |
| -</span><span class="marked0"><a name="line14"></a> 14 cached_data = … | |
| -</span><span class="marked1"><a name="line15"></a> 15 first_reportin… | |
| -</span><span class="marked0"><a name="line16"></a> 16 last_reporting… | |
| -</span><span class="inferred1"><a name="line17"></a> 17 | |
| -</span><span class="marked0"><a name="line18"></a> 18 if cache | |
| -</span><span class="marked1"><a name="line19"></a> 19 cached_data … | |
| -</span><span class="marked0"><a name="line20"></a> 20 first_cached… | |
| -</span><span class="marked1"><a name="line21"></a> 21 last_cached_… | |
| -</span><span class="inferred0"><a name="line22"></a> 22 end | |
| -</span><span class="inferred1"><a name="line23"></a> 23 | |
| -</span><span class="marked0"><a name="line24"></a> 24 new_data = if … | |
| -</span><span class="uncovered1"><a name="line25"></a> 25 [] | |
| -</span><span class="inferred0"><a name="line26"></a> 26 else | |
| -</span><span class="marked1"><a name="line27"></a> 27 end_date = o… | |
| -</span><span class="marked0"><a name="line28"></a> 28 yield((last_… | |
| -</span><span class="inferred1"><a name="line29"></a> 29 end | |
| -</span><span class="inferred0"><a name="line30"></a> 30 | |
| -</span><span class="marked1"><a name="line31"></a> 31 prepare_result… | |
| -</span><span class="inferred0"><a name="line32"></a> 32 end | |
| -</span><span class="inferred1"><a name="line33"></a> 33 end | |
| -</span><span class="inferred0"><a name="line34"></a> 34 | |
| -</span><span class="marked1"><a name="line35"></a> 35 private | |
| -</span><span class="inferred0"><a name="line36"></a> 36 | |
| -</span><span class="marked1"><a name="line37"></a> 37 def self.prepare… | |
| -</span><span class="marked0"><a name="line38"></a> 38 new_data = new… | |
| -</span><span class="marked1"><a name="line39"></a> 39 result = cache… | |
| -</span><span class="marked0"><a name="line40"></a> 40 last_reporting… | |
| -</span><span class="marked1"><a name="line41"></a> 41 reporting_peri… | |
| -</span><span class="marked0"><a name="line42"></a> 42 while reportin… | |
| -</span><span class="marked1"><a name="line43"></a> 43 cached = bui… | |
| -</span><span class="marked0"><a name="line44"></a> 44 cached.save!… | |
| -</span><span class="marked1"><a name="line45"></a> 45 result <&… | |
| -</span><span class="marked0"><a name="line46"></a> 46 reporting_pe… | |
| -</span><span class="inferred1"><a name="line47"></a> 47 end | |
| -</span><span class="marked0"><a name="line48"></a> 48 if options[:li… | |
| -</span><span class="marked1"><a name="line49"></a> 49 result <&… | |
| -</span><span class="inferred0"><a name="line50"></a> 50 end | |
| -</span><span class="marked1"><a name="line51"></a> 51 result | |
| -</span><span class="inferred0"><a name="line52"></a> 52 end | |
| -</span><span class="inferred1"><a name="line53"></a> 53 | |
| -</span><span class="marked0"><a name="line54"></a> 54 def self.find_va… | |
| -</span><span class="marked1"><a name="line55"></a> 55 data = data.de… | |
| -</span><span class="marked0"><a name="line56"></a> 56 data ? data[1]… | |
| -</span><span class="inferred1"><a name="line57"></a> 57 end | |
| -</span><span class="inferred0"><a name="line58"></a> 58 | |
| -</span><span class="marked1"><a name="line59"></a> 59 def self.build_c… | |
| -</span><span class="marked0"><a name="line60"></a> 60 self.new( | |
| -</span><span class="inferred1"><a name="line61"></a> 61 :model_nam… | |
| -</span><span class="inferred0"><a name="line62"></a> 62 :report_na… | |
| -</span><span class="marked1"><a name="line63"></a> 63 :grouping … | |
| -</span><span class="inferred0"><a name="line64"></a> 64 :aggregati… | |
| -</span><span class="inferred1"><a name="line65"></a> 65 :reporting… | |
| -</span><span class="inferred0"><a name="line66"></a> 66 :value … | |
| -</span><span class="inferred1"><a name="line67"></a> 67 :run_limit… | |
| -</span><span class="inferred0"><a name="line68"></a> 68 ) | |
| -</span><span class="marked1"><a name="line69"></a> 69 end | |
| -</span><span class="inferred0"><a name="line70"></a> 70 | |
| -</span><span class="marked1"><a name="line71"></a> 71 def self.find_ca… | |
| -</span><span class="marked0"><a name="line72"></a> 72 conditions = [ | |
| -</span><span class="inferred1"><a name="line73"></a> 73 'model_nam… | |
| -</span><span class="inferred0"><a name="line74"></a> 74 report.kla… | |
| -</span><span class="inferred1"><a name="line75"></a> 75 report.nam… | |
| -</span><span class="marked0"><a name="line76"></a> 76 options[:gro… | |
| -</span><span class="inferred1"><a name="line77"></a> 77 report.agg… | |
| -</span><span class="inferred0"><a name="line78"></a> 78 options[:l… | |
| -</span><span class="inferred1"><a name="line79"></a> 79 ] | |
| -</span><span class="marked0"><a name="line80"></a> 80 if last_report… | |
| -</span><span class="marked1"><a name="line81"></a> 81 conditions.f… | |
| -</span><span class="marked0"><a name="line82"></a> 82 conditions &… | |
| -</span><span class="marked1"><a name="line83"></a> 83 conditions &… | |
| -</span><span class="inferred0"><a name="line84"></a> 84 else | |
| -</span><span class="marked1"><a name="line85"></a> 85 conditions.f… | |
| -</span><span class="marked0"><a name="line86"></a> 86 conditions &… | |
| -</span><span class="inferred1"><a name="line87"></a> 87 end | |
| -</span><span class="marked0"><a name="line88"></a> 88 self.find( | |
| -</span><span class="inferred1"><a name="line89"></a> 89 :all, | |
| -</span><span class="inferred0"><a name="line90"></a> 90 :condition… | |
| -</span><span class="inferred1"><a name="line91"></a> 91 :limit =&g… | |
| -</span><span class="inferred0"><a name="line92"></a> 92 :order =&g… | |
| -</span><span class="inferred1"><a name="line93"></a> 93 ) | |
| -</span><span class="inferred0"><a name="line94"></a> 94 end | |
| -</span><span class="inferred1"><a name="line95"></a> 95 | |
| -</span><span class="inferred0"><a name="line96"></a> 96 end | |
| -</span><span class="inferred1"><a name="line97"></a> 97 | |
| -</span><span class="inferred0"><a name="line98"></a> 98 end | |
| -</span><span class="inferred1"><a name="line99"></a> 99 | |
| -</span><span class="inferred0"><a name="line100"></a>100 end | |
| -</span></pre><hr/> | |
| - <p>Generated using the <a href='http://eigenclass.org/hiki.rb?rcov'>rcov c… | |
| - version 0.8.1.2.</p> | |
| -<p><a href='http://validator.w3.org/check/referer'><img src='http://www.w3.org… | |
| - </a> | |
| - <a href='http://jigsaw.w3.org/css-validator/check/referer'><img src='htt… | |
| - </a> | |
| - </p> | |
| - </body> | |
| - </html> | |
| diff --git a/doc/coverage/lib-simplabs-reports_as_sparkline-report_rb.html b/do… | |
| @@ -1,729 +0,0 @@ | |
| -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.… | |
| -<html lang='en' xml:lang='en' xmlns='http://www.w3.org/1999/xhtml'><head><titl… | |
| - <style type='text/css'>body { background-color: rgb(240, 240, 245); }</sty… | |
| - <style type='text/css'>span.cross-ref-title { | |
| - font-size: 140%; | |
| -} | |
| -span.cross-ref a { | |
| - text-decoration: none; | |
| -} | |
| -span.cross-ref { | |
| - background-color:#f3f7fa; | |
| - border: 1px dashed #333; | |
| - margin: 1em; | |
| - padding: 0.5em; | |
| - overflow: hidden; | |
| -} | |
| -a.crossref-toggle { | |
| - text-decoration: none; | |
| -} | |
| -span.marked0 { | |
| - background-color: rgb(185, 210, 200); | |
| - display: block; | |
| -} | |
| -span.marked1 { | |
| - background-color: rgb(190, 215, 205); | |
| - display: block; | |
| -} | |
| -span.inferred0 { | |
| - background-color: rgb(175, 200, 200); | |
| - display: block; | |
| -} | |
| -span.inferred1 { | |
| - background-color: rgb(180, 205, 205); | |
| - display: block; | |
| -} | |
| -span.uncovered0 { | |
| - background-color: rgb(225, 110, 110); | |
| - display: block; | |
| -} | |
| -span.uncovered1 { | |
| - background-color: rgb(235, 120, 120); | |
| - display: block; | |
| -} | |
| -span.overview { | |
| - border-bottom: 8px solid black; | |
| -} | |
| -div.overview { | |
| - border-bottom: 8px solid black; | |
| -} | |
| -body { | |
| - font-family: verdana, arial, helvetica; | |
| -} | |
| -div.footer { | |
| - font-size: 68%; | |
| - margin-top: 1.5em; | |
| -} | |
| -h1, h2, h3, h4, h5, h6 { | |
| - margin-bottom: 0.5em; | |
| -} | |
| -h5 { | |
| - margin-top: 0.5em; | |
| -} | |
| -.hidden { | |
| - display: none; | |
| -} | |
| -div.separator { | |
| - height: 10px; | |
| -} | |
| -/* Commented out for better readability, esp. on IE */ | |
| -/* | |
| -table tr td, table tr th { | |
| - font-size: 68%; | |
| -} | |
| -td.value table tr td { | |
| - font-size: 11px; | |
| -} | |
| -*/ | |
| -table.percent_graph { | |
| - height: 12px; | |
| - border: #808080 1px solid; | |
| - empty-cells: show; | |
| -} | |
| -table.percent_graph td.covered { | |
| - height: 10px; | |
| - background: #00f000; | |
| -} | |
| -table.percent_graph td.uncovered { | |
| - height: 10px; | |
| - background: #e00000; | |
| -} | |
| -table.percent_graph td.NA { | |
| - height: 10px; | |
| - background: #eaeaea; | |
| -} | |
| -table.report { | |
| - border-collapse: collapse; | |
| - width: 100%; | |
| -} | |
| -table.report td.heading { | |
| - background: #dcecff; | |
| - border: #d0d0d0 1px solid; | |
| - font-weight: bold; | |
| - text-align: center; | |
| -} | |
| -table.report td.heading:hover { | |
| - background: #c0ffc0; | |
| -} | |
| -table.report td.text { | |
| - border: #d0d0d0 1px solid; | |
| -} | |
| -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); | |
| -} | |
| -table.report tr.dark { | |
| - background-color: rgb(230, 230, 235); | |
| -} | |
| -</style> | |
| - <script type='text/javascript'> | |
| -// <![CDATA[ | |
| - function toggleCode( id ) { | |
| - if ( document.getElementById ) | |
| - elem = document.getElementById( id ); | |
| - else if ( document.all ) | |
| - elem = eval( "document.all." + id ); | |
| - else | |
| - return false; | |
| - | |
| - elemStyle = elem.style; | |
| - | |
| - if ( elemStyle.display != "block" ) { | |
| - elemStyle.display = "block" | |
| - } else { | |
| - elemStyle.display = "none" | |
| - } | |
| - | |
| - return true; | |
| - } | |
| - | |
| - // Make cross-references hidden by default | |
| - document.writeln( "<style type=\"text/css\">span.cross-ref { display: none }… | |
| - // ]]> | |
| -</script> | |
| - <style type='text/css'>span.run0 { | |
| - background-color: rgb(178, 204, 255); | |
| - display: block; | |
| -} | |
| -span.run1 { | |
| - background-color: rgb(178, 206, 255); | |
| - display: block; | |
| -} | |
| -span.run2 { | |
| - background-color: rgb(178, 209, 255); | |
| - display: block; | |
| -} | |
| -span.run3 { | |
| - background-color: rgb(178, 211, 255); | |
| - display: block; | |
| -} | |
| -span.run4 { | |
| - background-color: rgb(178, 214, 255); | |
| - display: block; | |
| -} | |
| -span.run5 { | |
| - background-color: rgb(178, 218, 255); | |
| - display: block; | |
| -} | |
| -span.run6 { | |
| - background-color: rgb(178, 220, 255); | |
| - display: block; | |
| -} | |
| -span.run7 { | |
| - background-color: rgb(178, 223, 255); | |
| - display: block; | |
| -} | |
| -span.run8 { | |
| - background-color: rgb(178, 225, 255); | |
| - display: block; | |
| -} | |
| -span.run9 { | |
| - background-color: rgb(178, 228, 255); | |
| - display: block; | |
| -} | |
| -span.run10 { | |
| - background-color: rgb(178, 232, 255); | |
| - display: block; | |
| -} | |
| -span.run11 { | |
| - background-color: rgb(178, 234, 255); | |
| - display: block; | |
| -} | |
| -span.run12 { | |
| - background-color: rgb(178, 237, 255); | |
| - display: block; | |
| -} | |
| -span.run13 { | |
| - background-color: rgb(178, 239, 255); | |
| - display: block; | |
| -} | |
| -span.run14 { | |
| - background-color: rgb(178, 242, 255); | |
| - display: block; | |
| -} | |
| -span.run15 { | |
| - background-color: rgb(178, 246, 255); | |
| - display: block; | |
| -} | |
| -span.run16 { | |
| - background-color: rgb(178, 248, 255); | |
| - display: block; | |
| -} | |
| -span.run17 { | |
| - background-color: rgb(178, 251, 255); | |
| - display: block; | |
| -} | |
| -span.run18 { | |
| - background-color: rgb(178, 253, 255); | |
| - display: block; | |
| -} | |
| -span.run19 { | |
| - background-color: rgb(178, 255, 253); | |
| - display: block; | |
| -} | |
| -span.run20 { | |
| - background-color: rgb(178, 255, 249); | |
| - display: block; | |
| -} | |
| -span.run21 { | |
| - background-color: rgb(178, 255, 247); | |
| - display: block; | |
| -} | |
| -span.run22 { | |
| - background-color: rgb(178, 255, 244); | |
| - display: block; | |
| -} | |
| -span.run23 { | |
| - background-color: rgb(178, 255, 242); | |
| - display: block; | |
| -} | |
| -span.run24 { | |
| - background-color: rgb(178, 255, 239); | |
| - display: block; | |
| -} | |
| -span.run25 { | |
| - background-color: rgb(178, 255, 235); | |
| - display: block; | |
| -} | |
| -span.run26 { | |
| - background-color: rgb(178, 255, 233); | |
| - display: block; | |
| -} | |
| -span.run27 { | |
| - background-color: rgb(178, 255, 230); | |
| - display: block; | |
| -} | |
| -span.run28 { | |
| - background-color: rgb(178, 255, 228); | |
| - display: block; | |
| -} | |
| -span.run29 { | |
| - background-color: rgb(178, 255, 225); | |
| - display: block; | |
| -} | |
| -span.run30 { | |
| - background-color: rgb(178, 255, 221); | |
| - display: block; | |
| -} | |
| -span.run31 { | |
| - background-color: rgb(178, 255, 219); | |
| - display: block; | |
| -} | |
| -span.run32 { | |
| - background-color: rgb(178, 255, 216); | |
| - display: block; | |
| -} | |
| -span.run33 { | |
| - background-color: rgb(178, 255, 214); | |
| - display: block; | |
| -} | |
| -span.run34 { | |
| - background-color: rgb(178, 255, 211); | |
| - display: block; | |
| -} | |
| -span.run35 { | |
| - background-color: rgb(178, 255, 207); | |
| - display: block; | |
| -} | |
| -span.run36 { | |
| - background-color: rgb(178, 255, 205); | |
| - display: block; | |
| -} | |
| -span.run37 { | |
| - background-color: rgb(178, 255, 202); | |
| - display: block; | |
| -} | |
| -span.run38 { | |
| - background-color: rgb(178, 255, 200); | |
| - display: block; | |
| -} | |
| -span.run39 { | |
| - background-color: rgb(178, 255, 197); | |
| - display: block; | |
| -} | |
| -span.run40 { | |
| - background-color: rgb(178, 255, 193); | |
| - display: block; | |
| -} | |
| -span.run41 { | |
| - background-color: rgb(178, 255, 191); | |
| - display: block; | |
| -} | |
| -span.run42 { | |
| - background-color: rgb(178, 255, 188); | |
| - display: block; | |
| -} | |
| -span.run43 { | |
| - background-color: rgb(178, 255, 186); | |
| - display: block; | |
| -} | |
| -span.run44 { | |
| - background-color: rgb(178, 255, 183); | |
| - display: block; | |
| -} | |
| -span.run45 { | |
| - background-color: rgb(178, 255, 179); | |
| - display: block; | |
| -} | |
| -span.run46 { | |
| - background-color: rgb(179, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run47 { | |
| - background-color: rgb(182, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run48 { | |
| - background-color: rgb(184, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run49 { | |
| - background-color: rgb(187, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run50 { | |
| - background-color: rgb(191, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run51 { | |
| - background-color: rgb(193, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run52 { | |
| - background-color: rgb(196, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run53 { | |
| - background-color: rgb(198, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run54 { | |
| - background-color: rgb(201, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run55 { | |
| - background-color: rgb(205, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run56 { | |
| - background-color: rgb(207, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run57 { | |
| - background-color: rgb(210, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run58 { | |
| - background-color: rgb(212, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run59 { | |
| - background-color: rgb(215, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run60 { | |
| - background-color: rgb(219, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run61 { | |
| - background-color: rgb(221, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run62 { | |
| - background-color: rgb(224, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run63 { | |
| - background-color: rgb(226, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run64 { | |
| - background-color: rgb(229, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run65 { | |
| - background-color: rgb(233, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run66 { | |
| - background-color: rgb(235, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run67 { | |
| - background-color: rgb(238, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run68 { | |
| - background-color: rgb(240, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run69 { | |
| - background-color: rgb(243, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run70 { | |
| - background-color: rgb(247, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run71 { | |
| - background-color: rgb(249, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run72 { | |
| - background-color: rgb(252, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run73 { | |
| - background-color: rgb(255, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run74 { | |
| - background-color: rgb(255, 252, 178); | |
| - display: block; | |
| -} | |
| -span.run75 { | |
| - background-color: rgb(255, 248, 178); | |
| - display: block; | |
| -} | |
| -span.run76 { | |
| - background-color: rgb(255, 246, 178); | |
| - display: block; | |
| -} | |
| -span.run77 { | |
| - background-color: rgb(255, 243, 178); | |
| - display: block; | |
| -} | |
| -span.run78 { | |
| - background-color: rgb(255, 240, 178); | |
| - display: block; | |
| -} | |
| -span.run79 { | |
| - background-color: rgb(255, 238, 178); | |
| - display: block; | |
| -} | |
| -span.run80 { | |
| - background-color: rgb(255, 234, 178); | |
| - display: block; | |
| -} | |
| -span.run81 { | |
| - background-color: rgb(255, 232, 178); | |
| - display: block; | |
| -} | |
| -span.run82 { | |
| - background-color: rgb(255, 229, 178); | |
| - display: block; | |
| -} | |
| -span.run83 { | |
| - background-color: rgb(255, 226, 178); | |
| - display: block; | |
| -} | |
| -span.run84 { | |
| - background-color: rgb(255, 224, 178); | |
| - display: block; | |
| -} | |
| -span.run85 { | |
| - background-color: rgb(255, 220, 178); | |
| - display: block; | |
| -} | |
| -span.run86 { | |
| - background-color: rgb(255, 218, 178); | |
| - display: block; | |
| -} | |
| -span.run87 { | |
| - background-color: rgb(255, 215, 178); | |
| - display: block; | |
| -} | |
| -span.run88 { | |
| - background-color: rgb(255, 212, 178); | |
| - display: block; | |
| -} | |
| -span.run89 { | |
| - background-color: rgb(255, 210, 178); | |
| - display: block; | |
| -} | |
| -span.run90 { | |
| - background-color: rgb(255, 206, 178); | |
| - display: block; | |
| -} | |
| -span.run91 { | |
| - background-color: rgb(255, 204, 178); | |
| - display: block; | |
| -} | |
| -span.run92 { | |
| - background-color: rgb(255, 201, 178); | |
| - display: block; | |
| -} | |
| -span.run93 { | |
| - background-color: rgb(255, 198, 178); | |
| - display: block; | |
| -} | |
| -span.run94 { | |
| - background-color: rgb(255, 196, 178); | |
| - display: block; | |
| -} | |
| -span.run95 { | |
| - background-color: rgb(255, 192, 178); | |
| - display: block; | |
| -} | |
| -span.run96 { | |
| - background-color: rgb(255, 189, 178); | |
| - display: block; | |
| -} | |
| -span.run97 { | |
| - background-color: rgb(255, 187, 178); | |
| - display: block; | |
| -} | |
| -span.run98 { | |
| - background-color: rgb(255, 184, 178); | |
| - display: block; | |
| -} | |
| -span.run99 { | |
| - background-color: rgb(255, 182, 178); | |
| - display: block; | |
| -} | |
| -span.run100 { | |
| - background-color: rgb(255, 178, 178); | |
| - display: block; | |
| -} | |
| -</style> | |
| - </head> | |
| - <body><h3>C0 code coverage information</h3> | |
| - <p>Generated on Wed Apr 29 19:33:53 +0200 2009 with <a href='http://eigenc… | |
| - </p> | |
| - <hr/> | |
| - <pre><span class='marked0'>Code reported as executed by Ruby looks like th… | |
| -</span><span class='marked1'>and this: this line is also marked as covered. | |
| -</span><span class='inferred0'>Lines considered as run by rcov, but not report… | |
| -</span><span class='inferred1'>and this: these lines were inferred by rcov (us… | |
| -</span><span class='uncovered0'>Finally, here's a line marked as not exec… | |
| -</span></pre> | |
| -<table class='report'><thead><tr><td class='heading'>Name</td> | |
| - <td class='heading'>Total lines</td> | |
| - <td class='heading'>Lines of code</td> | |
| - <td class='heading'>Total coverage</td> | |
| - <td class='heading'>Code coverage</td> | |
| - </tr> | |
| - </thead> | |
| - <tbody><tr class='light'><td><a href='lib-simplabs-reports_as_sparkline-repo… | |
| - </td> | |
| - <td class='lines_total'><tt>119</tt> | |
| - </td> | |
| - <td class='lines_code'><tt>83</tt> | |
| - </td> | |
| - <td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt cla… | |
| - </td> | |
| - <td><table cellspacing='0' class='percent_graph' cellpadding='0' w… | |
| - <td class='uncovered' width='0'/> | |
| - </tr> | |
| - </table> | |
| - </td> | |
| - </tr> | |
| - </table> | |
| - </td> | |
| - <td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt cla… | |
| - </td> | |
| - <td><table cellspacing='0' class='percent_graph' cellpadding='0' w… | |
| - <td class='uncovered' width='0'/> | |
| - </tr> | |
| - </table> | |
| - </td> | |
| - </tr> | |
| - </table> | |
| - </td> | |
| - </tr> | |
| - </tbody> | |
| - </table> | |
| -<pre><span class="marked0"><a name="line1"></a> 1 module Simplabs #:nodoc: | |
| -</span><span class="inferred1"><a name="line2"></a> 2 | |
| -</span><span class="marked0"><a name="line3"></a> 3 module ReportsAsSparkli… | |
| -</span><span class="inferred1"><a name="line4"></a> 4 | |
| -</span><span class="inferred0"><a name="line5"></a> 5 # The Report class … | |
| -</span><span class="marked1"><a name="line6"></a> 6 class Report | |
| -</span><span class="inferred0"><a name="line7"></a> 7 | |
| -</span><span class="marked1"><a name="line8"></a> 8 attr_reader :klass,… | |
| -</span><span class="inferred0"><a name="line9"></a> 9 | |
| -</span><span class="inferred1"><a name="line10"></a> 10 # ==== Parameters | |
| -</span><span class="inferred0"><a name="line11"></a> 11 # * <tt>kl… | |
| -</span><span class="inferred1"><a name="line12"></a> 12 # * <tt>na… | |
| -</span><span class="inferred0"><a name="line13"></a> 13 # | |
| -</span><span class="inferred1"><a name="line14"></a> 14 # ==== Options | |
| -</span><span class="inferred0"><a name="line15"></a> 15 # | |
| -</span><span class="inferred1"><a name="line16"></a> 16 # * <tt>:d… | |
| -</span><span class="inferred0"><a name="line17"></a> 17 # * <tt>:v… | |
| -</span><span class="inferred1"><a name="line18"></a> 18 # * <tt>:a… | |
| -</span><span class="inferred0"><a name="line19"></a> 19 # * <tt>:g… | |
| -</span><span class="inferred1"><a name="line20"></a> 20 # * <tt>:l… | |
| -</span><span class="inferred0"><a name="line21"></a> 21 # * <tt>:c… | |
| -</span><span class="inferred1"><a name="line22"></a> 22 # * <tt>:l… | |
| -</span><span class="inferred0"><a name="line23"></a> 23 # * <tt>:e… | |
| -</span><span class="marked1"><a name="line24"></a> 24 def initialize(kla… | |
| -</span><span class="marked0"><a name="line25"></a> 25 ensure_valid_opt… | |
| -</span><span class="marked1"><a name="line26"></a> 26 @klass = … | |
| -</span><span class="marked0"><a name="line27"></a> 27 @name = … | |
| -</span><span class="marked1"><a name="line28"></a> 28 @date_column = … | |
| -</span><span class="marked0"><a name="line29"></a> 29 @aggregation = … | |
| -</span><span class="marked1"><a name="line30"></a> 30 @value_column = … | |
| -</span><span class="marked0"><a name="line31"></a> 31 @options = { | |
| -</span><span class="inferred1"><a name="line32"></a> 32 :limit … | |
| -</span><span class="inferred0"><a name="line33"></a> 33 :conditions … | |
| -</span><span class="marked1"><a name="line34"></a> 34 :grouping =&… | |
| -</span><span class="inferred0"><a name="line35"></a> 35 :live_data … | |
| -</span><span class="inferred1"><a name="line36"></a> 36 :end_date … | |
| -</span><span class="inferred0"><a name="line37"></a> 37 } | |
| -</span><span class="marked1"><a name="line38"></a> 38 @options.merge!(… | |
| -</span><span class="marked0"><a name="line39"></a> 39 @options.freeze | |
| -</span><span class="inferred1"><a name="line40"></a> 40 end | |
| -</span><span class="inferred0"><a name="line41"></a> 41 | |
| -</span><span class="inferred1"><a name="line42"></a> 42 # Runs the repor… | |
| -</span><span class="inferred0"><a name="line43"></a> 43 # | |
| -</span><span class="inferred1"><a name="line44"></a> 44 # ==== Options | |
| -</span><span class="inferred0"><a name="line45"></a> 45 # * <tt>:g… | |
| -</span><span class="inferred1"><a name="line46"></a> 46 # * <tt>:l… | |
| -</span><span class="inferred0"><a name="line47"></a> 47 # * <tt>:c… | |
| -</span><span class="inferred1"><a name="line48"></a> 48 # * <tt>:l… | |
| -</span><span class="inferred0"><a name="line49"></a> 49 # * <tt>:e… | |
| -</span><span class="marked1"><a name="line50"></a> 50 def run(options = … | |
| -</span><span class="marked0"><a name="line51"></a> 51 custom_condition… | |
| -</span><span class="marked1"><a name="line52"></a> 52 options = option… | |
| -</span><span class="marked0"><a name="line53"></a> 53 ReportCache.proc… | |
| -</span><span class="marked1"><a name="line54"></a> 54 read_data(begi… | |
| -</span><span class="inferred0"><a name="line55"></a> 55 end | |
| -</span><span class="inferred1"><a name="line56"></a> 56 end | |
| -</span><span class="inferred0"><a name="line57"></a> 57 | |
| -</span><span class="marked1"><a name="line58"></a> 58 private | |
| -</span><span class="inferred0"><a name="line59"></a> 59 | |
| -</span><span class="marked1"><a name="line60"></a> 60 def options_for_… | |
| -</span><span class="marked0"><a name="line61"></a> 61 options = opti… | |
| -</span><span class="marked1"><a name="line62"></a> 62 ensure_valid_o… | |
| -</span><span class="marked0"><a name="line63"></a> 63 options.revers… | |
| -</span><span class="marked1"><a name="line64"></a> 64 options[:group… | |
| -</span><span class="marked0"><a name="line65"></a> 65 return options | |
| -</span><span class="inferred1"><a name="line66"></a> 66 end | |
| -</span><span class="inferred0"><a name="line67"></a> 67 | |
| -</span><span class="marked1"><a name="line68"></a> 68 def read_data(be… | |
| -</span><span class="marked0"><a name="line69"></a> 69 conditions = s… | |
| -</span><span class="marked1"><a name="line70"></a> 70 @klass.send(@a… | |
| -</span><span class="inferred0"><a name="line71"></a> 71 @value_col… | |
| -</span><span class="inferred1"><a name="line72"></a> 72 :condition… | |
| -</span><span class="marked0"><a name="line73"></a> 73 :group =>… | |
| -</span><span class="marked1"><a name="line74"></a> 74 :order =>… | |
| -</span><span class="inferred0"><a name="line75"></a> 75 ) | |
| -</span><span class="inferred1"><a name="line76"></a> 76 end | |
| -</span><span class="inferred0"><a name="line77"></a> 77 | |
| -</span><span class="marked1"><a name="line78"></a> 78 def setup_condit… | |
| -</span><span class="marked0"><a name="line79"></a> 79 conditions = [… | |
| -</span><span class="marked1"><a name="line80"></a> 80 conditions[0] … | |
| -</span><span class="marked0"><a name="line81"></a> 81 conditions[0] … | |
| -</span><span class="marked1"><a name="line82"></a> 82 'BETWEEN ? A… | |
| -</span><span class="marked0"><a name="line83"></a> 83 elsif begin_at | |
| -</span><span class="marked1"><a name="line84"></a> 84 '>= ?' | |
| -</span><span class="marked0"><a name="line85"></a> 85 elsif end_at | |
| -</span><span class="marked1"><a name="line86"></a> 86 '<= ?' | |
| -</span><span class="inferred0"><a name="line87"></a> 87 else | |
| -</span><span class="marked1"><a name="line88"></a> 88 raise Argume… | |
| -</span><span class="inferred0"><a name="line89"></a> 89 end | |
| -</span><span class="marked1"><a name="line90"></a> 90 conditions <… | |
| -</span><span class="marked0"><a name="line91"></a> 91 conditions <… | |
| -</span><span class="marked1"><a name="line92"></a> 92 conditions | |
| -</span><span class="inferred0"><a name="line93"></a> 93 end | |
| -</span><span class="inferred1"><a name="line94"></a> 94 | |
| -</span><span class="marked0"><a name="line95"></a> 95 def ensure_valid… | |
| -</span><span class="marked1"><a name="line96"></a> 96 case context | |
| -</span><span class="marked0"><a name="line97"></a> 97 when :initia… | |
| -</span><span class="marked1"><a name="line98"></a> 98 options.ea… | |
| -</span><span class="marked0"><a name="line99"></a> 99 raise Ar… | |
| -</span><span class="inferred1"><a name="line100"></a>100 end | |
| -</span><span class="marked0"><a name="line101"></a>101 raise Arg… | |
| -</span><span class="marked1"><a name="line102"></a>102 raise Arg… | |
| -</span><span class="marked0"><a name="line103"></a>103 when :run | |
| -</span><span class="marked1"><a name="line104"></a>104 options.e… | |
| -</span><span class="marked0"><a name="line105"></a>105 raise A… | |
| -</span><span class="inferred1"><a name="line106"></a>106 end | |
| -</span><span class="inferred0"><a name="line107"></a>107 end | |
| -</span><span class="marked1"><a name="line108"></a>108 raise Argumen… | |
| -</span><span class="marked0"><a name="line109"></a>109 raise Argumen… | |
| -</span><span class="marked1"><a name="line110"></a>110 raise Argumen… | |
| -</span><span class="marked0"><a name="line111"></a>111 raise Argumen… | |
| -</span><span class="marked1"><a name="line112"></a>112 raise Argumen… | |
| -</span><span class="inferred0"><a name="line113"></a>113 end | |
| -</span><span class="inferred1"><a name="line114"></a>114 | |
| -</span><span class="inferred0"><a name="line115"></a>115 end | |
| -</span><span class="inferred1"><a name="line116"></a>116 | |
| -</span><span class="inferred0"><a name="line117"></a>117 end | |
| -</span><span class="inferred1"><a name="line118"></a>118 | |
| -</span><span class="inferred0"><a name="line119"></a>119 end | |
| -</span></pre><hr/> | |
| - <p>Generated using the <a href='http://eigenclass.org/hiki.rb?rcov'>rcov c… | |
| - version 0.8.1.2.</p> | |
| -<p><a href='http://validator.w3.org/check/referer'><img src='http://www.w3.org… | |
| - </a> | |
| - <a href='http://jigsaw.w3.org/css-validator/check/referer'><img src='htt… | |
| - </a> | |
| - </p> | |
| - </body> | |
| - </html> | |
| diff --git a/doc/coverage/lib-simplabs-reports_as_sparkline-reporting_period_rb… | |
| @@ -1,703 +0,0 @@ | |
| -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.… | |
| -<html lang='en' xml:lang='en' xmlns='http://www.w3.org/1999/xhtml'><head><titl… | |
| - <style type='text/css'>body { background-color: rgb(240, 240, 245); }</sty… | |
| - <style type='text/css'>span.cross-ref-title { | |
| - font-size: 140%; | |
| -} | |
| -span.cross-ref a { | |
| - text-decoration: none; | |
| -} | |
| -span.cross-ref { | |
| - background-color:#f3f7fa; | |
| - border: 1px dashed #333; | |
| - margin: 1em; | |
| - padding: 0.5em; | |
| - overflow: hidden; | |
| -} | |
| -a.crossref-toggle { | |
| - text-decoration: none; | |
| -} | |
| -span.marked0 { | |
| - background-color: rgb(185, 210, 200); | |
| - display: block; | |
| -} | |
| -span.marked1 { | |
| - background-color: rgb(190, 215, 205); | |
| - display: block; | |
| -} | |
| -span.inferred0 { | |
| - background-color: rgb(175, 200, 200); | |
| - display: block; | |
| -} | |
| -span.inferred1 { | |
| - background-color: rgb(180, 205, 205); | |
| - display: block; | |
| -} | |
| -span.uncovered0 { | |
| - background-color: rgb(225, 110, 110); | |
| - display: block; | |
| -} | |
| -span.uncovered1 { | |
| - background-color: rgb(235, 120, 120); | |
| - display: block; | |
| -} | |
| -span.overview { | |
| - border-bottom: 8px solid black; | |
| -} | |
| -div.overview { | |
| - border-bottom: 8px solid black; | |
| -} | |
| -body { | |
| - font-family: verdana, arial, helvetica; | |
| -} | |
| -div.footer { | |
| - font-size: 68%; | |
| - margin-top: 1.5em; | |
| -} | |
| -h1, h2, h3, h4, h5, h6 { | |
| - margin-bottom: 0.5em; | |
| -} | |
| -h5 { | |
| - margin-top: 0.5em; | |
| -} | |
| -.hidden { | |
| - display: none; | |
| -} | |
| -div.separator { | |
| - height: 10px; | |
| -} | |
| -/* Commented out for better readability, esp. on IE */ | |
| -/* | |
| -table tr td, table tr th { | |
| - font-size: 68%; | |
| -} | |
| -td.value table tr td { | |
| - font-size: 11px; | |
| -} | |
| -*/ | |
| -table.percent_graph { | |
| - height: 12px; | |
| - border: #808080 1px solid; | |
| - empty-cells: show; | |
| -} | |
| -table.percent_graph td.covered { | |
| - height: 10px; | |
| - background: #00f000; | |
| -} | |
| -table.percent_graph td.uncovered { | |
| - height: 10px; | |
| - background: #e00000; | |
| -} | |
| -table.percent_graph td.NA { | |
| - height: 10px; | |
| - background: #eaeaea; | |
| -} | |
| -table.report { | |
| - border-collapse: collapse; | |
| - width: 100%; | |
| -} | |
| -table.report td.heading { | |
| - background: #dcecff; | |
| - border: #d0d0d0 1px solid; | |
| - font-weight: bold; | |
| - text-align: center; | |
| -} | |
| -table.report td.heading:hover { | |
| - background: #c0ffc0; | |
| -} | |
| -table.report td.text { | |
| - border: #d0d0d0 1px solid; | |
| -} | |
| -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); | |
| -} | |
| -table.report tr.dark { | |
| - background-color: rgb(230, 230, 235); | |
| -} | |
| -</style> | |
| - <script type='text/javascript'> | |
| -// <![CDATA[ | |
| - function toggleCode( id ) { | |
| - if ( document.getElementById ) | |
| - elem = document.getElementById( id ); | |
| - else if ( document.all ) | |
| - elem = eval( "document.all." + id ); | |
| - else | |
| - return false; | |
| - | |
| - elemStyle = elem.style; | |
| - | |
| - if ( elemStyle.display != "block" ) { | |
| - elemStyle.display = "block" | |
| - } else { | |
| - elemStyle.display = "none" | |
| - } | |
| - | |
| - return true; | |
| - } | |
| - | |
| - // Make cross-references hidden by default | |
| - document.writeln( "<style type=\"text/css\">span.cross-ref { display: none }… | |
| - // ]]> | |
| -</script> | |
| - <style type='text/css'>span.run0 { | |
| - background-color: rgb(178, 204, 255); | |
| - display: block; | |
| -} | |
| -span.run1 { | |
| - background-color: rgb(178, 206, 255); | |
| - display: block; | |
| -} | |
| -span.run2 { | |
| - background-color: rgb(178, 209, 255); | |
| - display: block; | |
| -} | |
| -span.run3 { | |
| - background-color: rgb(178, 211, 255); | |
| - display: block; | |
| -} | |
| -span.run4 { | |
| - background-color: rgb(178, 214, 255); | |
| - display: block; | |
| -} | |
| -span.run5 { | |
| - background-color: rgb(178, 218, 255); | |
| - display: block; | |
| -} | |
| -span.run6 { | |
| - background-color: rgb(178, 220, 255); | |
| - display: block; | |
| -} | |
| -span.run7 { | |
| - background-color: rgb(178, 223, 255); | |
| - display: block; | |
| -} | |
| -span.run8 { | |
| - background-color: rgb(178, 225, 255); | |
| - display: block; | |
| -} | |
| -span.run9 { | |
| - background-color: rgb(178, 228, 255); | |
| - display: block; | |
| -} | |
| -span.run10 { | |
| - background-color: rgb(178, 232, 255); | |
| - display: block; | |
| -} | |
| -span.run11 { | |
| - background-color: rgb(178, 234, 255); | |
| - display: block; | |
| -} | |
| -span.run12 { | |
| - background-color: rgb(178, 237, 255); | |
| - display: block; | |
| -} | |
| -span.run13 { | |
| - background-color: rgb(178, 239, 255); | |
| - display: block; | |
| -} | |
| -span.run14 { | |
| - background-color: rgb(178, 242, 255); | |
| - display: block; | |
| -} | |
| -span.run15 { | |
| - background-color: rgb(178, 246, 255); | |
| - display: block; | |
| -} | |
| -span.run16 { | |
| - background-color: rgb(178, 248, 255); | |
| - display: block; | |
| -} | |
| -span.run17 { | |
| - background-color: rgb(178, 251, 255); | |
| - display: block; | |
| -} | |
| -span.run18 { | |
| - background-color: rgb(178, 253, 255); | |
| - display: block; | |
| -} | |
| -span.run19 { | |
| - background-color: rgb(178, 255, 253); | |
| - display: block; | |
| -} | |
| -span.run20 { | |
| - background-color: rgb(178, 255, 249); | |
| - display: block; | |
| -} | |
| -span.run21 { | |
| - background-color: rgb(178, 255, 247); | |
| - display: block; | |
| -} | |
| -span.run22 { | |
| - background-color: rgb(178, 255, 244); | |
| - display: block; | |
| -} | |
| -span.run23 { | |
| - background-color: rgb(178, 255, 242); | |
| - display: block; | |
| -} | |
| -span.run24 { | |
| - background-color: rgb(178, 255, 239); | |
| - display: block; | |
| -} | |
| -span.run25 { | |
| - background-color: rgb(178, 255, 235); | |
| - display: block; | |
| -} | |
| -span.run26 { | |
| - background-color: rgb(178, 255, 233); | |
| - display: block; | |
| -} | |
| -span.run27 { | |
| - background-color: rgb(178, 255, 230); | |
| - display: block; | |
| -} | |
| -span.run28 { | |
| - background-color: rgb(178, 255, 228); | |
| - display: block; | |
| -} | |
| -span.run29 { | |
| - background-color: rgb(178, 255, 225); | |
| - display: block; | |
| -} | |
| -span.run30 { | |
| - background-color: rgb(178, 255, 221); | |
| - display: block; | |
| -} | |
| -span.run31 { | |
| - background-color: rgb(178, 255, 219); | |
| - display: block; | |
| -} | |
| -span.run32 { | |
| - background-color: rgb(178, 255, 216); | |
| - display: block; | |
| -} | |
| -span.run33 { | |
| - background-color: rgb(178, 255, 214); | |
| - display: block; | |
| -} | |
| -span.run34 { | |
| - background-color: rgb(178, 255, 211); | |
| - display: block; | |
| -} | |
| -span.run35 { | |
| - background-color: rgb(178, 255, 207); | |
| - display: block; | |
| -} | |
| -span.run36 { | |
| - background-color: rgb(178, 255, 205); | |
| - display: block; | |
| -} | |
| -span.run37 { | |
| - background-color: rgb(178, 255, 202); | |
| - display: block; | |
| -} | |
| -span.run38 { | |
| - background-color: rgb(178, 255, 200); | |
| - display: block; | |
| -} | |
| -span.run39 { | |
| - background-color: rgb(178, 255, 197); | |
| - display: block; | |
| -} | |
| -span.run40 { | |
| - background-color: rgb(178, 255, 193); | |
| - display: block; | |
| -} | |
| -span.run41 { | |
| - background-color: rgb(178, 255, 191); | |
| - display: block; | |
| -} | |
| -span.run42 { | |
| - background-color: rgb(178, 255, 188); | |
| - display: block; | |
| -} | |
| -span.run43 { | |
| - background-color: rgb(178, 255, 186); | |
| - display: block; | |
| -} | |
| -span.run44 { | |
| - background-color: rgb(178, 255, 183); | |
| - display: block; | |
| -} | |
| -span.run45 { | |
| - background-color: rgb(178, 255, 179); | |
| - display: block; | |
| -} | |
| -span.run46 { | |
| - background-color: rgb(179, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run47 { | |
| - background-color: rgb(182, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run48 { | |
| - background-color: rgb(184, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run49 { | |
| - background-color: rgb(187, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run50 { | |
| - background-color: rgb(191, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run51 { | |
| - background-color: rgb(193, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run52 { | |
| - background-color: rgb(196, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run53 { | |
| - background-color: rgb(198, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run54 { | |
| - background-color: rgb(201, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run55 { | |
| - background-color: rgb(205, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run56 { | |
| - background-color: rgb(207, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run57 { | |
| - background-color: rgb(210, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run58 { | |
| - background-color: rgb(212, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run59 { | |
| - background-color: rgb(215, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run60 { | |
| - background-color: rgb(219, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run61 { | |
| - background-color: rgb(221, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run62 { | |
| - background-color: rgb(224, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run63 { | |
| - background-color: rgb(226, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run64 { | |
| - background-color: rgb(229, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run65 { | |
| - background-color: rgb(233, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run66 { | |
| - background-color: rgb(235, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run67 { | |
| - background-color: rgb(238, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run68 { | |
| - background-color: rgb(240, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run69 { | |
| - background-color: rgb(243, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run70 { | |
| - background-color: rgb(247, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run71 { | |
| - background-color: rgb(249, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run72 { | |
| - background-color: rgb(252, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run73 { | |
| - background-color: rgb(255, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run74 { | |
| - background-color: rgb(255, 252, 178); | |
| - display: block; | |
| -} | |
| -span.run75 { | |
| - background-color: rgb(255, 248, 178); | |
| - display: block; | |
| -} | |
| -span.run76 { | |
| - background-color: rgb(255, 246, 178); | |
| - display: block; | |
| -} | |
| -span.run77 { | |
| - background-color: rgb(255, 243, 178); | |
| - display: block; | |
| -} | |
| -span.run78 { | |
| - background-color: rgb(255, 240, 178); | |
| - display: block; | |
| -} | |
| -span.run79 { | |
| - background-color: rgb(255, 238, 178); | |
| - display: block; | |
| -} | |
| -span.run80 { | |
| - background-color: rgb(255, 234, 178); | |
| - display: block; | |
| -} | |
| -span.run81 { | |
| - background-color: rgb(255, 232, 178); | |
| - display: block; | |
| -} | |
| -span.run82 { | |
| - background-color: rgb(255, 229, 178); | |
| - display: block; | |
| -} | |
| -span.run83 { | |
| - background-color: rgb(255, 226, 178); | |
| - display: block; | |
| -} | |
| -span.run84 { | |
| - background-color: rgb(255, 224, 178); | |
| - display: block; | |
| -} | |
| -span.run85 { | |
| - background-color: rgb(255, 220, 178); | |
| - display: block; | |
| -} | |
| -span.run86 { | |
| - background-color: rgb(255, 218, 178); | |
| - display: block; | |
| -} | |
| -span.run87 { | |
| - background-color: rgb(255, 215, 178); | |
| - display: block; | |
| -} | |
| -span.run88 { | |
| - background-color: rgb(255, 212, 178); | |
| - display: block; | |
| -} | |
| -span.run89 { | |
| - background-color: rgb(255, 210, 178); | |
| - display: block; | |
| -} | |
| -span.run90 { | |
| - background-color: rgb(255, 206, 178); | |
| - display: block; | |
| -} | |
| -span.run91 { | |
| - background-color: rgb(255, 204, 178); | |
| - display: block; | |
| -} | |
| -span.run92 { | |
| - background-color: rgb(255, 201, 178); | |
| - display: block; | |
| -} | |
| -span.run93 { | |
| - background-color: rgb(255, 198, 178); | |
| - display: block; | |
| -} | |
| -span.run94 { | |
| - background-color: rgb(255, 196, 178); | |
| - display: block; | |
| -} | |
| -span.run95 { | |
| - background-color: rgb(255, 192, 178); | |
| - display: block; | |
| -} | |
| -span.run96 { | |
| - background-color: rgb(255, 189, 178); | |
| - display: block; | |
| -} | |
| -span.run97 { | |
| - background-color: rgb(255, 187, 178); | |
| - display: block; | |
| -} | |
| -span.run98 { | |
| - background-color: rgb(255, 184, 178); | |
| - display: block; | |
| -} | |
| -span.run99 { | |
| - background-color: rgb(255, 182, 178); | |
| - display: block; | |
| -} | |
| -span.run100 { | |
| - background-color: rgb(255, 178, 178); | |
| - display: block; | |
| -} | |
| -</style> | |
| - </head> | |
| - <body><h3>C0 code coverage information</h3> | |
| - <p>Generated on Wed Apr 29 19:33:53 +0200 2009 with <a href='http://eigenc… | |
| - </p> | |
| - <hr/> | |
| - <pre><span class='marked0'>Code reported as executed by Ruby looks like th… | |
| -</span><span class='marked1'>and this: this line is also marked as covered. | |
| -</span><span class='inferred0'>Lines considered as run by rcov, but not report… | |
| -</span><span class='inferred1'>and this: these lines were inferred by rcov (us… | |
| -</span><span class='uncovered0'>Finally, here's a line marked as not exec… | |
| -</span></pre> | |
| -<table class='report'><thead><tr><td class='heading'>Name</td> | |
| - <td class='heading'>Total lines</td> | |
| - <td class='heading'>Lines of code</td> | |
| - <td class='heading'>Total coverage</td> | |
| - <td class='heading'>Code coverage</td> | |
| - </tr> | |
| - </thead> | |
| - <tbody><tr class='light'><td><a href='lib-simplabs-reports_as_sparkline-repo… | |
| - </td> | |
| - <td class='lines_total'><tt>93</tt> | |
| - </td> | |
| - <td class='lines_code'><tt>76</tt> | |
| - </td> | |
| - <td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt cla… | |
| - </td> | |
| - <td><table cellspacing='0' class='percent_graph' cellpadding='0' w… | |
| - <td class='uncovered' width='4'/> | |
| - </tr> | |
| - </table> | |
| - </td> | |
| - </tr> | |
| - </table> | |
| - </td> | |
| - <td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt cla… | |
| - </td> | |
| - <td><table cellspacing='0' class='percent_graph' cellpadding='0' w… | |
| - <td class='uncovered' width='5'/> | |
| - </tr> | |
| - </table> | |
| - </td> | |
| - </tr> | |
| - </table> | |
| - </td> | |
| - </tr> | |
| - </tbody> | |
| - </table> | |
| -<pre><span class="marked1"><a name="line1"></a> 1 module Simplabs #:nodoc: | |
| -</span><span class="inferred0"><a name="line2"></a> 2 | |
| -</span><span class="marked1"><a name="line3"></a> 3 module ReportsAsSparklin… | |
| -</span><span class="inferred0"><a name="line4"></a> 4 | |
| -</span><span class="marked1"><a name="line5"></a> 5 class ReportingPeriod … | |
| -</span><span class="inferred0"><a name="line6"></a> 6 | |
| -</span><span class="marked1"><a name="line7"></a> 7 attr_reader :date_ti… | |
| -</span><span class="inferred0"><a name="line8"></a> 8 | |
| -</span><span class="marked1"><a name="line9"></a> 9 def initialize(group… | |
| -</span><span class="marked0"><a name="line10"></a>10 @grouping = grou… | |
| -</span><span class="marked1"><a name="line11"></a>11 @date_time = pars… | |
| -</span><span class="inferred0"><a name="line12"></a>12 end | |
| -</span><span class="inferred1"><a name="line13"></a>13 | |
| -</span><span class="marked0"><a name="line14"></a>14 def self.first(grou… | |
| -</span><span class="marked1"><a name="line15"></a>15 self.new(grouping… | |
| -</span><span class="marked0"><a name="line16"></a>16 end | |
| -</span><span class="inferred1"><a name="line17"></a>17 | |
| -</span><span class="marked0"><a name="line18"></a>18 def self.from_db_st… | |
| -</span><span class="marked1"><a name="line19"></a>19 parts = grouping.… | |
| -</span><span class="marked0"><a name="line20"></a>20 result = case gro… | |
| -</span><span class="marked1"><a name="line21"></a>21 when :hour | |
| -</span><span class="marked0"><a name="line22"></a>22 self.new(grou… | |
| -</span><span class="marked1"><a name="line23"></a>23 when :day | |
| -</span><span class="marked0"><a name="line24"></a>24 self.new(grou… | |
| -</span><span class="marked1"><a name="line25"></a>25 when :week | |
| -</span><span class="marked0"><a name="line26"></a>26 self.new(grou… | |
| -</span><span class="marked1"><a name="line27"></a>27 when :month | |
| -</span><span class="marked0"><a name="line28"></a>28 self.new(grou… | |
| -</span><span class="inferred1"><a name="line29"></a>29 end | |
| -</span><span class="marked0"><a name="line30"></a>30 result | |
| -</span><span class="inferred1"><a name="line31"></a>31 end | |
| -</span><span class="inferred0"><a name="line32"></a>32 | |
| -</span><span class="marked1"><a name="line33"></a>33 def next | |
| -</span><span class="marked0"><a name="line34"></a>34 self.offset(1) | |
| -</span><span class="marked1"><a name="line35"></a>35 end | |
| -</span><span class="inferred0"><a name="line36"></a>36 | |
| -</span><span class="marked1"><a name="line37"></a>37 def previous | |
| -</span><span class="marked0"><a name="line38"></a>38 self.offset(-1) | |
| -</span><span class="marked1"><a name="line39"></a>39 end | |
| -</span><span class="inferred0"><a name="line40"></a>40 | |
| -</span><span class="marked1"><a name="line41"></a>41 def offset(offset) | |
| -</span><span class="marked0"><a name="line42"></a>42 self.class.new(@g… | |
| -</span><span class="marked1"><a name="line43"></a>43 end | |
| -</span><span class="inferred0"><a name="line44"></a>44 | |
| -</span><span class="marked1"><a name="line45"></a>45 def ==(other) | |
| -</span><span class="marked0"><a name="line46"></a>46 if other.class ==… | |
| -</span><span class="marked1"><a name="line47"></a>47 return @date_ti… | |
| -</span><span class="inferred0"><a name="line48"></a>48 end | |
| -</span><span class="uncovered1"><a name="line49"></a>49 false | |
| -</span><span class="uncovered0"><a name="line50"></a>50 end | |
| -</span><span class="inferred1"><a name="line51"></a>51 | |
| -</span><span class="marked0"><a name="line52"></a>52 def <(other) | |
| -</span><span class="marked1"><a name="line53"></a>53 if other.class ==… | |
| -</span><span class="marked0"><a name="line54"></a>54 return @date_ti… | |
| -</span><span class="inferred1"><a name="line55"></a>55 end | |
| -</span><span class="uncovered0"><a name="line56"></a>56 raise Argument… | |
| -</span><span class="uncovered1"><a name="line57"></a>57 end | |
| -</span><span class="inferred0"><a name="line58"></a>58 | |
| -</span><span class="marked1"><a name="line59"></a>59 def last_date_time | |
| -</span><span class="marked0"><a name="line60"></a>60 case @grouping.id… | |
| -</span><span class="marked1"><a name="line61"></a>61 when :hour | |
| -</span><span class="marked0"><a name="line62"></a>62 DateTime.new(… | |
| -</span><span class="marked1"><a name="line63"></a>63 when :day | |
| -</span><span class="marked0"><a name="line64"></a>64 DateTime.new(… | |
| -</span><span class="marked1"><a name="line65"></a>65 when :week | |
| -</span><span class="marked0"><a name="line66"></a>66 date_time = (… | |
| -</span><span class="marked1"><a name="line67"></a>67 Date.new(date… | |
| -</span><span class="marked0"><a name="line68"></a>68 when :month | |
| -</span><span class="marked1"><a name="line69"></a>69 Date.new(@dat… | |
| -</span><span class="inferred0"><a name="line70"></a>70 end | |
| -</span><span class="marked1"><a name="line71"></a>71 end | |
| -</span><span class="inferred0"><a name="line72"></a>72 | |
| -</span><span class="marked1"><a name="line73"></a>73 private | |
| -</span><span class="inferred0"><a name="line74"></a>74 | |
| -</span><span class="marked1"><a name="line75"></a>75 def parse_date_ti… | |
| -</span><span class="marked0"><a name="line76"></a>76 case @grouping.… | |
| -</span><span class="marked1"><a name="line77"></a>77 when :hour | |
| -</span><span class="marked0"><a name="line78"></a>78 DateTime.ne… | |
| -</span><span class="marked1"><a name="line79"></a>79 when :day | |
| -</span><span class="marked0"><a name="line80"></a>80 date_time.t… | |
| -</span><span class="marked1"><a name="line81"></a>81 when :week | |
| -</span><span class="marked0"><a name="line82"></a>82 date_time =… | |
| -</span><span class="marked1"><a name="line83"></a>83 Date.new(da… | |
| -</span><span class="marked0"><a name="line84"></a>84 when :month | |
| -</span><span class="marked1"><a name="line85"></a>85 Date.new(da… | |
| -</span><span class="inferred0"><a name="line86"></a>86 end | |
| -</span><span class="marked1"><a name="line87"></a>87 end | |
| -</span><span class="inferred0"><a name="line88"></a>88 | |
| -</span><span class="inferred1"><a name="line89"></a>89 end | |
| -</span><span class="inferred0"><a name="line90"></a>90 | |
| -</span><span class="inferred1"><a name="line91"></a>91 end | |
| -</span><span class="inferred0"><a name="line92"></a>92 | |
| -</span><span class="inferred1"><a name="line93"></a>93 end | |
| -</span></pre><hr/> | |
| - <p>Generated using the <a href='http://eigenclass.org/hiki.rb?rcov'>rcov c… | |
| - version 0.8.1.2.</p> | |
| -<p><a href='http://validator.w3.org/check/referer'><img src='http://www.w3.org… | |
| - </a> | |
| - <a href='http://jigsaw.w3.org/css-validator/check/referer'><img src='htt… | |
| - </a> | |
| - </p> | |
| - </body> | |
| - </html> | |
| diff --git a/doc/coverage/lib-simplabs-reports_as_sparkline-sparkline_tag_helpe… | |
| @@ -1,649 +0,0 @@ | |
| -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.… | |
| -<html lang='en' xml:lang='en' xmlns='http://www.w3.org/1999/xhtml'><head><titl… | |
| - <style type='text/css'>body { background-color: rgb(240, 240, 245); }</sty… | |
| - <style type='text/css'>span.cross-ref-title { | |
| - font-size: 140%; | |
| -} | |
| -span.cross-ref a { | |
| - text-decoration: none; | |
| -} | |
| -span.cross-ref { | |
| - background-color:#f3f7fa; | |
| - border: 1px dashed #333; | |
| - margin: 1em; | |
| - padding: 0.5em; | |
| - overflow: hidden; | |
| -} | |
| -a.crossref-toggle { | |
| - text-decoration: none; | |
| -} | |
| -span.marked0 { | |
| - background-color: rgb(185, 210, 200); | |
| - display: block; | |
| -} | |
| -span.marked1 { | |
| - background-color: rgb(190, 215, 205); | |
| - display: block; | |
| -} | |
| -span.inferred0 { | |
| - background-color: rgb(175, 200, 200); | |
| - display: block; | |
| -} | |
| -span.inferred1 { | |
| - background-color: rgb(180, 205, 205); | |
| - display: block; | |
| -} | |
| -span.uncovered0 { | |
| - background-color: rgb(225, 110, 110); | |
| - display: block; | |
| -} | |
| -span.uncovered1 { | |
| - background-color: rgb(235, 120, 120); | |
| - display: block; | |
| -} | |
| -span.overview { | |
| - border-bottom: 8px solid black; | |
| -} | |
| -div.overview { | |
| - border-bottom: 8px solid black; | |
| -} | |
| -body { | |
| - font-family: verdana, arial, helvetica; | |
| -} | |
| -div.footer { | |
| - font-size: 68%; | |
| - margin-top: 1.5em; | |
| -} | |
| -h1, h2, h3, h4, h5, h6 { | |
| - margin-bottom: 0.5em; | |
| -} | |
| -h5 { | |
| - margin-top: 0.5em; | |
| -} | |
| -.hidden { | |
| - display: none; | |
| -} | |
| -div.separator { | |
| - height: 10px; | |
| -} | |
| -/* Commented out for better readability, esp. on IE */ | |
| -/* | |
| -table tr td, table tr th { | |
| - font-size: 68%; | |
| -} | |
| -td.value table tr td { | |
| - font-size: 11px; | |
| -} | |
| -*/ | |
| -table.percent_graph { | |
| - height: 12px; | |
| - border: #808080 1px solid; | |
| - empty-cells: show; | |
| -} | |
| -table.percent_graph td.covered { | |
| - height: 10px; | |
| - background: #00f000; | |
| -} | |
| -table.percent_graph td.uncovered { | |
| - height: 10px; | |
| - background: #e00000; | |
| -} | |
| -table.percent_graph td.NA { | |
| - height: 10px; | |
| - background: #eaeaea; | |
| -} | |
| -table.report { | |
| - border-collapse: collapse; | |
| - width: 100%; | |
| -} | |
| -table.report td.heading { | |
| - background: #dcecff; | |
| - border: #d0d0d0 1px solid; | |
| - font-weight: bold; | |
| - text-align: center; | |
| -} | |
| -table.report td.heading:hover { | |
| - background: #c0ffc0; | |
| -} | |
| -table.report td.text { | |
| - border: #d0d0d0 1px solid; | |
| -} | |
| -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); | |
| -} | |
| -table.report tr.dark { | |
| - background-color: rgb(230, 230, 235); | |
| -} | |
| -</style> | |
| - <script type='text/javascript'> | |
| -// <![CDATA[ | |
| - function toggleCode( id ) { | |
| - if ( document.getElementById ) | |
| - elem = document.getElementById( id ); | |
| - else if ( document.all ) | |
| - elem = eval( "document.all." + id ); | |
| - else | |
| - return false; | |
| - | |
| - elemStyle = elem.style; | |
| - | |
| - if ( elemStyle.display != "block" ) { | |
| - elemStyle.display = "block" | |
| - } else { | |
| - elemStyle.display = "none" | |
| - } | |
| - | |
| - return true; | |
| - } | |
| - | |
| - // Make cross-references hidden by default | |
| - document.writeln( "<style type=\"text/css\">span.cross-ref { display: none }… | |
| - // ]]> | |
| -</script> | |
| - <style type='text/css'>span.run0 { | |
| - background-color: rgb(178, 204, 255); | |
| - display: block; | |
| -} | |
| -span.run1 { | |
| - background-color: rgb(178, 206, 255); | |
| - display: block; | |
| -} | |
| -span.run2 { | |
| - background-color: rgb(178, 209, 255); | |
| - display: block; | |
| -} | |
| -span.run3 { | |
| - background-color: rgb(178, 211, 255); | |
| - display: block; | |
| -} | |
| -span.run4 { | |
| - background-color: rgb(178, 214, 255); | |
| - display: block; | |
| -} | |
| -span.run5 { | |
| - background-color: rgb(178, 218, 255); | |
| - display: block; | |
| -} | |
| -span.run6 { | |
| - background-color: rgb(178, 220, 255); | |
| - display: block; | |
| -} | |
| -span.run7 { | |
| - background-color: rgb(178, 223, 255); | |
| - display: block; | |
| -} | |
| -span.run8 { | |
| - background-color: rgb(178, 225, 255); | |
| - display: block; | |
| -} | |
| -span.run9 { | |
| - background-color: rgb(178, 228, 255); | |
| - display: block; | |
| -} | |
| -span.run10 { | |
| - background-color: rgb(178, 232, 255); | |
| - display: block; | |
| -} | |
| -span.run11 { | |
| - background-color: rgb(178, 234, 255); | |
| - display: block; | |
| -} | |
| -span.run12 { | |
| - background-color: rgb(178, 237, 255); | |
| - display: block; | |
| -} | |
| -span.run13 { | |
| - background-color: rgb(178, 239, 255); | |
| - display: block; | |
| -} | |
| -span.run14 { | |
| - background-color: rgb(178, 242, 255); | |
| - display: block; | |
| -} | |
| -span.run15 { | |
| - background-color: rgb(178, 246, 255); | |
| - display: block; | |
| -} | |
| -span.run16 { | |
| - background-color: rgb(178, 248, 255); | |
| - display: block; | |
| -} | |
| -span.run17 { | |
| - background-color: rgb(178, 251, 255); | |
| - display: block; | |
| -} | |
| -span.run18 { | |
| - background-color: rgb(178, 253, 255); | |
| - display: block; | |
| -} | |
| -span.run19 { | |
| - background-color: rgb(178, 255, 253); | |
| - display: block; | |
| -} | |
| -span.run20 { | |
| - background-color: rgb(178, 255, 249); | |
| - display: block; | |
| -} | |
| -span.run21 { | |
| - background-color: rgb(178, 255, 247); | |
| - display: block; | |
| -} | |
| -span.run22 { | |
| - background-color: rgb(178, 255, 244); | |
| - display: block; | |
| -} | |
| -span.run23 { | |
| - background-color: rgb(178, 255, 242); | |
| - display: block; | |
| -} | |
| -span.run24 { | |
| - background-color: rgb(178, 255, 239); | |
| - display: block; | |
| -} | |
| -span.run25 { | |
| - background-color: rgb(178, 255, 235); | |
| - display: block; | |
| -} | |
| -span.run26 { | |
| - background-color: rgb(178, 255, 233); | |
| - display: block; | |
| -} | |
| -span.run27 { | |
| - background-color: rgb(178, 255, 230); | |
| - display: block; | |
| -} | |
| -span.run28 { | |
| - background-color: rgb(178, 255, 228); | |
| - display: block; | |
| -} | |
| -span.run29 { | |
| - background-color: rgb(178, 255, 225); | |
| - display: block; | |
| -} | |
| -span.run30 { | |
| - background-color: rgb(178, 255, 221); | |
| - display: block; | |
| -} | |
| -span.run31 { | |
| - background-color: rgb(178, 255, 219); | |
| - display: block; | |
| -} | |
| -span.run32 { | |
| - background-color: rgb(178, 255, 216); | |
| - display: block; | |
| -} | |
| -span.run33 { | |
| - background-color: rgb(178, 255, 214); | |
| - display: block; | |
| -} | |
| -span.run34 { | |
| - background-color: rgb(178, 255, 211); | |
| - display: block; | |
| -} | |
| -span.run35 { | |
| - background-color: rgb(178, 255, 207); | |
| - display: block; | |
| -} | |
| -span.run36 { | |
| - background-color: rgb(178, 255, 205); | |
| - display: block; | |
| -} | |
| -span.run37 { | |
| - background-color: rgb(178, 255, 202); | |
| - display: block; | |
| -} | |
| -span.run38 { | |
| - background-color: rgb(178, 255, 200); | |
| - display: block; | |
| -} | |
| -span.run39 { | |
| - background-color: rgb(178, 255, 197); | |
| - display: block; | |
| -} | |
| -span.run40 { | |
| - background-color: rgb(178, 255, 193); | |
| - display: block; | |
| -} | |
| -span.run41 { | |
| - background-color: rgb(178, 255, 191); | |
| - display: block; | |
| -} | |
| -span.run42 { | |
| - background-color: rgb(178, 255, 188); | |
| - display: block; | |
| -} | |
| -span.run43 { | |
| - background-color: rgb(178, 255, 186); | |
| - display: block; | |
| -} | |
| -span.run44 { | |
| - background-color: rgb(178, 255, 183); | |
| - display: block; | |
| -} | |
| -span.run45 { | |
| - background-color: rgb(178, 255, 179); | |
| - display: block; | |
| -} | |
| -span.run46 { | |
| - background-color: rgb(179, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run47 { | |
| - background-color: rgb(182, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run48 { | |
| - background-color: rgb(184, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run49 { | |
| - background-color: rgb(187, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run50 { | |
| - background-color: rgb(191, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run51 { | |
| - background-color: rgb(193, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run52 { | |
| - background-color: rgb(196, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run53 { | |
| - background-color: rgb(198, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run54 { | |
| - background-color: rgb(201, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run55 { | |
| - background-color: rgb(205, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run56 { | |
| - background-color: rgb(207, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run57 { | |
| - background-color: rgb(210, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run58 { | |
| - background-color: rgb(212, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run59 { | |
| - background-color: rgb(215, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run60 { | |
| - background-color: rgb(219, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run61 { | |
| - background-color: rgb(221, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run62 { | |
| - background-color: rgb(224, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run63 { | |
| - background-color: rgb(226, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run64 { | |
| - background-color: rgb(229, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run65 { | |
| - background-color: rgb(233, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run66 { | |
| - background-color: rgb(235, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run67 { | |
| - background-color: rgb(238, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run68 { | |
| - background-color: rgb(240, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run69 { | |
| - background-color: rgb(243, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run70 { | |
| - background-color: rgb(247, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run71 { | |
| - background-color: rgb(249, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run72 { | |
| - background-color: rgb(252, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run73 { | |
| - background-color: rgb(255, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run74 { | |
| - background-color: rgb(255, 252, 178); | |
| - display: block; | |
| -} | |
| -span.run75 { | |
| - background-color: rgb(255, 248, 178); | |
| - display: block; | |
| -} | |
| -span.run76 { | |
| - background-color: rgb(255, 246, 178); | |
| - display: block; | |
| -} | |
| -span.run77 { | |
| - background-color: rgb(255, 243, 178); | |
| - display: block; | |
| -} | |
| -span.run78 { | |
| - background-color: rgb(255, 240, 178); | |
| - display: block; | |
| -} | |
| -span.run79 { | |
| - background-color: rgb(255, 238, 178); | |
| - display: block; | |
| -} | |
| -span.run80 { | |
| - background-color: rgb(255, 234, 178); | |
| - display: block; | |
| -} | |
| -span.run81 { | |
| - background-color: rgb(255, 232, 178); | |
| - display: block; | |
| -} | |
| -span.run82 { | |
| - background-color: rgb(255, 229, 178); | |
| - display: block; | |
| -} | |
| -span.run83 { | |
| - background-color: rgb(255, 226, 178); | |
| - display: block; | |
| -} | |
| -span.run84 { | |
| - background-color: rgb(255, 224, 178); | |
| - display: block; | |
| -} | |
| -span.run85 { | |
| - background-color: rgb(255, 220, 178); | |
| - display: block; | |
| -} | |
| -span.run86 { | |
| - background-color: rgb(255, 218, 178); | |
| - display: block; | |
| -} | |
| -span.run87 { | |
| - background-color: rgb(255, 215, 178); | |
| - display: block; | |
| -} | |
| -span.run88 { | |
| - background-color: rgb(255, 212, 178); | |
| - display: block; | |
| -} | |
| -span.run89 { | |
| - background-color: rgb(255, 210, 178); | |
| - display: block; | |
| -} | |
| -span.run90 { | |
| - background-color: rgb(255, 206, 178); | |
| - display: block; | |
| -} | |
| -span.run91 { | |
| - background-color: rgb(255, 204, 178); | |
| - display: block; | |
| -} | |
| -span.run92 { | |
| - background-color: rgb(255, 201, 178); | |
| - display: block; | |
| -} | |
| -span.run93 { | |
| - background-color: rgb(255, 198, 178); | |
| - display: block; | |
| -} | |
| -span.run94 { | |
| - background-color: rgb(255, 196, 178); | |
| - display: block; | |
| -} | |
| -span.run95 { | |
| - background-color: rgb(255, 192, 178); | |
| - display: block; | |
| -} | |
| -span.run96 { | |
| - background-color: rgb(255, 189, 178); | |
| - display: block; | |
| -} | |
| -span.run97 { | |
| - background-color: rgb(255, 187, 178); | |
| - display: block; | |
| -} | |
| -span.run98 { | |
| - background-color: rgb(255, 184, 178); | |
| - display: block; | |
| -} | |
| -span.run99 { | |
| - background-color: rgb(255, 182, 178); | |
| - display: block; | |
| -} | |
| -span.run100 { | |
| - background-color: rgb(255, 178, 178); | |
| - display: block; | |
| -} | |
| -</style> | |
| - </head> | |
| - <body><h3>C0 code coverage information</h3> | |
| - <p>Generated on Wed Apr 29 19:33:53 +0200 2009 with <a href='http://eigenc… | |
| - </p> | |
| - <hr/> | |
| - <pre><span class='marked0'>Code reported as executed by Ruby looks like th… | |
| -</span><span class='marked1'>and this: this line is also marked as covered. | |
| -</span><span class='inferred0'>Lines considered as run by rcov, but not report… | |
| -</span><span class='inferred1'>and this: these lines were inferred by rcov (us… | |
| -</span><span class='uncovered0'>Finally, here's a line marked as not exec… | |
| -</span></pre> | |
| -<table class='report'><thead><tr><td class='heading'>Name</td> | |
| - <td class='heading'>Total lines</td> | |
| - <td class='heading'>Lines of code</td> | |
| - <td class='heading'>Total coverage</td> | |
| - <td class='heading'>Code coverage</td> | |
| - </tr> | |
| - </thead> | |
| - <tbody><tr class='light'><td><a href='lib-simplabs-reports_as_sparkline-spar… | |
| - </td> | |
| - <td class='lines_total'><tt>39</tt> | |
| - </td> | |
| - <td class='lines_code'><tt>17</tt> | |
| - </td> | |
| - <td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt cla… | |
| - </td> | |
| - <td><table cellspacing='0' class='percent_graph' cellpadding='0' w… | |
| - <td class='uncovered' width='0'/> | |
| - </tr> | |
| - </table> | |
| - </td> | |
| - </tr> | |
| - </table> | |
| - </td> | |
| - <td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt cla… | |
| - </td> | |
| - <td><table cellspacing='0' class='percent_graph' cellpadding='0' w… | |
| - <td class='uncovered' width='0'/> | |
| - </tr> | |
| - </table> | |
| - </td> | |
| - </tr> | |
| - </table> | |
| - </td> | |
| - </tr> | |
| - </tbody> | |
| - </table> | |
| -<pre><span class="marked0"><a name="line1"></a> 1 module Simplabs #:nodoc: | |
| -</span><span class="inferred1"><a name="line2"></a> 2 | |
| -</span><span class="marked0"><a name="line3"></a> 3 module ReportsAsSparklin… | |
| -</span><span class="inferred1"><a name="line4"></a> 4 | |
| -</span><span class="marked0"><a name="line5"></a> 5 module SparklineTagHel… | |
| -</span><span class="inferred1"><a name="line6"></a> 6 | |
| -</span><span class="inferred0"><a name="line7"></a> 7 # Renders a sparkl… | |
| -</span><span class="inferred1"><a name="line8"></a> 8 # | |
| -</span><span class="inferred0"><a name="line9"></a> 9 # ==== Parameters | |
| -</span><span class="inferred1"><a name="line10"></a>10 # | |
| -</span><span class="inferred0"><a name="line11"></a>11 # * <tt>dat… | |
| -</span><span class="inferred1"><a name="line12"></a>12 # | |
| -</span><span class="inferred0"><a name="line13"></a>13 # ==== Options | |
| -</span><span class="inferred1"><a name="line14"></a>14 # | |
| -</span><span class="inferred0"><a name="line15"></a>15 # * <tt>wid… | |
| -</span><span class="inferred1"><a name="line16"></a>16 # * <tt>hei… | |
| -</span><span class="inferred0"><a name="line17"></a>17 # * <tt>lin… | |
| -</span><span class="inferred1"><a name="line18"></a>18 # * <tt>fil… | |
| -</span><span class="inferred0"><a name="line19"></a>19 # * <tt>lab… | |
| -</span><span class="inferred1"><a name="line20"></a>20 # | |
| -</span><span class="inferred0"><a name="line21"></a>21 # ==== Example | |
| -</span><span class="inferred1"><a name="line22"></a>22 # <tt><%… | |
| -</span><span class="marked0"><a name="line23"></a>23 def sparkline_tag(d… | |
| -</span><span class="marked1"><a name="line24"></a>24 options.reverse_m… | |
| -</span><span class="marked0"><a name="line25"></a>25 data = data.colle… | |
| -</span><span class="marked1"><a name="line26"></a>26 labels = "&q… | |
| -</span><span class="marked0"><a name="line27"></a>27 unless options[:l… | |
| -</span><span class="marked1"><a name="line28"></a>28 labels = "… | |
| -</span><span class="inferred0"><a name="line29"></a>29 end | |
| -</span><span class="inferred1"><a name="line30"></a>30 image_tag( | |
| -</span><span class="marked0"><a name="line31"></a>31 "http://ch… | |
| -</span><span class="inferred1"><a name="line32"></a>32 ) | |
| -</span><span class="inferred0"><a name="line33"></a>33 end | |
| -</span><span class="inferred1"><a name="line34"></a>34 | |
| -</span><span class="inferred0"><a name="line35"></a>35 end | |
| -</span><span class="inferred1"><a name="line36"></a>36 | |
| -</span><span class="inferred0"><a name="line37"></a>37 end | |
| -</span><span class="inferred1"><a name="line38"></a>38 | |
| -</span><span class="inferred0"><a name="line39"></a>39 end | |
| -</span></pre><hr/> | |
| - <p>Generated using the <a href='http://eigenclass.org/hiki.rb?rcov'>rcov c… | |
| - version 0.8.1.2.</p> | |
| -<p><a href='http://validator.w3.org/check/referer'><img src='http://www.w3.org… | |
| - </a> | |
| - <a href='http://jigsaw.w3.org/css-validator/check/referer'><img src='htt… | |
| - </a> | |
| - </p> | |
| - </body> | |
| - </html> | |
| diff --git a/doc/coverage/lib-simplabs-reports_as_sparkline_rb.html b/doc/cover… | |
| @@ -1,669 +0,0 @@ | |
| -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.… | |
| -<html lang='en' xml:lang='en' xmlns='http://www.w3.org/1999/xhtml'><head><titl… | |
| - <style type='text/css'>body { background-color: rgb(240, 240, 245); }</sty… | |
| - <style type='text/css'>span.cross-ref-title { | |
| - font-size: 140%; | |
| -} | |
| -span.cross-ref a { | |
| - text-decoration: none; | |
| -} | |
| -span.cross-ref { | |
| - background-color:#f3f7fa; | |
| - border: 1px dashed #333; | |
| - margin: 1em; | |
| - padding: 0.5em; | |
| - overflow: hidden; | |
| -} | |
| -a.crossref-toggle { | |
| - text-decoration: none; | |
| -} | |
| -span.marked0 { | |
| - background-color: rgb(185, 210, 200); | |
| - display: block; | |
| -} | |
| -span.marked1 { | |
| - background-color: rgb(190, 215, 205); | |
| - display: block; | |
| -} | |
| -span.inferred0 { | |
| - background-color: rgb(175, 200, 200); | |
| - display: block; | |
| -} | |
| -span.inferred1 { | |
| - background-color: rgb(180, 205, 205); | |
| - display: block; | |
| -} | |
| -span.uncovered0 { | |
| - background-color: rgb(225, 110, 110); | |
| - display: block; | |
| -} | |
| -span.uncovered1 { | |
| - background-color: rgb(235, 120, 120); | |
| - display: block; | |
| -} | |
| -span.overview { | |
| - border-bottom: 8px solid black; | |
| -} | |
| -div.overview { | |
| - border-bottom: 8px solid black; | |
| -} | |
| -body { | |
| - font-family: verdana, arial, helvetica; | |
| -} | |
| -div.footer { | |
| - font-size: 68%; | |
| - margin-top: 1.5em; | |
| -} | |
| -h1, h2, h3, h4, h5, h6 { | |
| - margin-bottom: 0.5em; | |
| -} | |
| -h5 { | |
| - margin-top: 0.5em; | |
| -} | |
| -.hidden { | |
| - display: none; | |
| -} | |
| -div.separator { | |
| - height: 10px; | |
| -} | |
| -/* Commented out for better readability, esp. on IE */ | |
| -/* | |
| -table tr td, table tr th { | |
| - font-size: 68%; | |
| -} | |
| -td.value table tr td { | |
| - font-size: 11px; | |
| -} | |
| -*/ | |
| -table.percent_graph { | |
| - height: 12px; | |
| - border: #808080 1px solid; | |
| - empty-cells: show; | |
| -} | |
| -table.percent_graph td.covered { | |
| - height: 10px; | |
| - background: #00f000; | |
| -} | |
| -table.percent_graph td.uncovered { | |
| - height: 10px; | |
| - background: #e00000; | |
| -} | |
| -table.percent_graph td.NA { | |
| - height: 10px; | |
| - background: #eaeaea; | |
| -} | |
| -table.report { | |
| - border-collapse: collapse; | |
| - width: 100%; | |
| -} | |
| -table.report td.heading { | |
| - background: #dcecff; | |
| - border: #d0d0d0 1px solid; | |
| - font-weight: bold; | |
| - text-align: center; | |
| -} | |
| -table.report td.heading:hover { | |
| - background: #c0ffc0; | |
| -} | |
| -table.report td.text { | |
| - border: #d0d0d0 1px solid; | |
| -} | |
| -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); | |
| -} | |
| -table.report tr.dark { | |
| - background-color: rgb(230, 230, 235); | |
| -} | |
| -</style> | |
| - <script type='text/javascript'> | |
| -// <![CDATA[ | |
| - function toggleCode( id ) { | |
| - if ( document.getElementById ) | |
| - elem = document.getElementById( id ); | |
| - else if ( document.all ) | |
| - elem = eval( "document.all." + id ); | |
| - else | |
| - return false; | |
| - | |
| - elemStyle = elem.style; | |
| - | |
| - if ( elemStyle.display != "block" ) { | |
| - elemStyle.display = "block" | |
| - } else { | |
| - elemStyle.display = "none" | |
| - } | |
| - | |
| - return true; | |
| - } | |
| - | |
| - // Make cross-references hidden by default | |
| - document.writeln( "<style type=\"text/css\">span.cross-ref { display: none }… | |
| - // ]]> | |
| -</script> | |
| - <style type='text/css'>span.run0 { | |
| - background-color: rgb(178, 204, 255); | |
| - display: block; | |
| -} | |
| -span.run1 { | |
| - background-color: rgb(178, 206, 255); | |
| - display: block; | |
| -} | |
| -span.run2 { | |
| - background-color: rgb(178, 209, 255); | |
| - display: block; | |
| -} | |
| -span.run3 { | |
| - background-color: rgb(178, 211, 255); | |
| - display: block; | |
| -} | |
| -span.run4 { | |
| - background-color: rgb(178, 214, 255); | |
| - display: block; | |
| -} | |
| -span.run5 { | |
| - background-color: rgb(178, 218, 255); | |
| - display: block; | |
| -} | |
| -span.run6 { | |
| - background-color: rgb(178, 220, 255); | |
| - display: block; | |
| -} | |
| -span.run7 { | |
| - background-color: rgb(178, 223, 255); | |
| - display: block; | |
| -} | |
| -span.run8 { | |
| - background-color: rgb(178, 225, 255); | |
| - display: block; | |
| -} | |
| -span.run9 { | |
| - background-color: rgb(178, 228, 255); | |
| - display: block; | |
| -} | |
| -span.run10 { | |
| - background-color: rgb(178, 232, 255); | |
| - display: block; | |
| -} | |
| -span.run11 { | |
| - background-color: rgb(178, 234, 255); | |
| - display: block; | |
| -} | |
| -span.run12 { | |
| - background-color: rgb(178, 237, 255); | |
| - display: block; | |
| -} | |
| -span.run13 { | |
| - background-color: rgb(178, 239, 255); | |
| - display: block; | |
| -} | |
| -span.run14 { | |
| - background-color: rgb(178, 242, 255); | |
| - display: block; | |
| -} | |
| -span.run15 { | |
| - background-color: rgb(178, 246, 255); | |
| - display: block; | |
| -} | |
| -span.run16 { | |
| - background-color: rgb(178, 248, 255); | |
| - display: block; | |
| -} | |
| -span.run17 { | |
| - background-color: rgb(178, 251, 255); | |
| - display: block; | |
| -} | |
| -span.run18 { | |
| - background-color: rgb(178, 253, 255); | |
| - display: block; | |
| -} | |
| -span.run19 { | |
| - background-color: rgb(178, 255, 253); | |
| - display: block; | |
| -} | |
| -span.run20 { | |
| - background-color: rgb(178, 255, 249); | |
| - display: block; | |
| -} | |
| -span.run21 { | |
| - background-color: rgb(178, 255, 247); | |
| - display: block; | |
| -} | |
| -span.run22 { | |
| - background-color: rgb(178, 255, 244); | |
| - display: block; | |
| -} | |
| -span.run23 { | |
| - background-color: rgb(178, 255, 242); | |
| - display: block; | |
| -} | |
| -span.run24 { | |
| - background-color: rgb(178, 255, 239); | |
| - display: block; | |
| -} | |
| -span.run25 { | |
| - background-color: rgb(178, 255, 235); | |
| - display: block; | |
| -} | |
| -span.run26 { | |
| - background-color: rgb(178, 255, 233); | |
| - display: block; | |
| -} | |
| -span.run27 { | |
| - background-color: rgb(178, 255, 230); | |
| - display: block; | |
| -} | |
| -span.run28 { | |
| - background-color: rgb(178, 255, 228); | |
| - display: block; | |
| -} | |
| -span.run29 { | |
| - background-color: rgb(178, 255, 225); | |
| - display: block; | |
| -} | |
| -span.run30 { | |
| - background-color: rgb(178, 255, 221); | |
| - display: block; | |
| -} | |
| -span.run31 { | |
| - background-color: rgb(178, 255, 219); | |
| - display: block; | |
| -} | |
| -span.run32 { | |
| - background-color: rgb(178, 255, 216); | |
| - display: block; | |
| -} | |
| -span.run33 { | |
| - background-color: rgb(178, 255, 214); | |
| - display: block; | |
| -} | |
| -span.run34 { | |
| - background-color: rgb(178, 255, 211); | |
| - display: block; | |
| -} | |
| -span.run35 { | |
| - background-color: rgb(178, 255, 207); | |
| - display: block; | |
| -} | |
| -span.run36 { | |
| - background-color: rgb(178, 255, 205); | |
| - display: block; | |
| -} | |
| -span.run37 { | |
| - background-color: rgb(178, 255, 202); | |
| - display: block; | |
| -} | |
| -span.run38 { | |
| - background-color: rgb(178, 255, 200); | |
| - display: block; | |
| -} | |
| -span.run39 { | |
| - background-color: rgb(178, 255, 197); | |
| - display: block; | |
| -} | |
| -span.run40 { | |
| - background-color: rgb(178, 255, 193); | |
| - display: block; | |
| -} | |
| -span.run41 { | |
| - background-color: rgb(178, 255, 191); | |
| - display: block; | |
| -} | |
| -span.run42 { | |
| - background-color: rgb(178, 255, 188); | |
| - display: block; | |
| -} | |
| -span.run43 { | |
| - background-color: rgb(178, 255, 186); | |
| - display: block; | |
| -} | |
| -span.run44 { | |
| - background-color: rgb(178, 255, 183); | |
| - display: block; | |
| -} | |
| -span.run45 { | |
| - background-color: rgb(178, 255, 179); | |
| - display: block; | |
| -} | |
| -span.run46 { | |
| - background-color: rgb(179, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run47 { | |
| - background-color: rgb(182, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run48 { | |
| - background-color: rgb(184, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run49 { | |
| - background-color: rgb(187, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run50 { | |
| - background-color: rgb(191, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run51 { | |
| - background-color: rgb(193, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run52 { | |
| - background-color: rgb(196, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run53 { | |
| - background-color: rgb(198, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run54 { | |
| - background-color: rgb(201, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run55 { | |
| - background-color: rgb(205, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run56 { | |
| - background-color: rgb(207, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run57 { | |
| - background-color: rgb(210, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run58 { | |
| - background-color: rgb(212, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run59 { | |
| - background-color: rgb(215, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run60 { | |
| - background-color: rgb(219, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run61 { | |
| - background-color: rgb(221, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run62 { | |
| - background-color: rgb(224, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run63 { | |
| - background-color: rgb(226, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run64 { | |
| - background-color: rgb(229, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run65 { | |
| - background-color: rgb(233, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run66 { | |
| - background-color: rgb(235, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run67 { | |
| - background-color: rgb(238, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run68 { | |
| - background-color: rgb(240, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run69 { | |
| - background-color: rgb(243, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run70 { | |
| - background-color: rgb(247, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run71 { | |
| - background-color: rgb(249, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run72 { | |
| - background-color: rgb(252, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run73 { | |
| - background-color: rgb(255, 255, 178); | |
| - display: block; | |
| -} | |
| -span.run74 { | |
| - background-color: rgb(255, 252, 178); | |
| - display: block; | |
| -} | |
| -span.run75 { | |
| - background-color: rgb(255, 248, 178); | |
| - display: block; | |
| -} | |
| -span.run76 { | |
| - background-color: rgb(255, 246, 178); | |
| - display: block; | |
| -} | |
| -span.run77 { | |
| - background-color: rgb(255, 243, 178); | |
| - display: block; | |
| -} | |
| -span.run78 { | |
| - background-color: rgb(255, 240, 178); | |
| - display: block; | |
| -} | |
| -span.run79 { | |
| - background-color: rgb(255, 238, 178); | |
| - display: block; | |
| -} | |
| -span.run80 { | |
| - background-color: rgb(255, 234, 178); | |
| - display: block; | |
| -} | |
| -span.run81 { | |
| - background-color: rgb(255, 232, 178); | |
| - display: block; | |
| -} | |
| -span.run82 { | |
| - background-color: rgb(255, 229, 178); | |
| - display: block; | |
| -} | |
| -span.run83 { | |
| - background-color: rgb(255, 226, 178); | |
| - display: block; | |
| -} | |
| -span.run84 { | |
| - background-color: rgb(255, 224, 178); | |
| - display: block; | |
| -} | |
| -span.run85 { | |
| - background-color: rgb(255, 220, 178); | |
| - display: block; | |
| -} | |
| -span.run86 { | |
| - background-color: rgb(255, 218, 178); | |
| - display: block; | |
| -} | |
| -span.run87 { | |
| - background-color: rgb(255, 215, 178); | |
| - display: block; | |
| -} | |
| -span.run88 { | |
| - background-color: rgb(255, 212, 178); | |
| - display: block; | |
| -} | |
| -span.run89 { | |
| - background-color: rgb(255, 210, 178); | |
| - display: block; | |
| -} | |
| -span.run90 { | |
| - background-color: rgb(255, 206, 178); | |
| - display: block; | |
| -} | |
| -span.run91 { | |
| - background-color: rgb(255, 204, 178); | |
| - display: block; | |
| -} | |
| -span.run92 { | |
| - background-color: rgb(255, 201, 178); | |
| - display: block; | |
| -} | |
| -span.run93 { | |
| - background-color: rgb(255, 198, 178); | |
| - display: block; | |
| -} | |
| -span.run94 { | |
| - background-color: rgb(255, 196, 178); | |
| - display: block; | |
| -} | |
| -span.run95 { | |
| - background-color: rgb(255, 192, 178); | |
| - display: block; | |
| -} | |
| -span.run96 { | |
| - background-color: rgb(255, 189, 178); | |
| - display: block; | |
| -} | |
| -span.run97 { | |
| - background-color: rgb(255, 187, 178); | |
| - display: block; | |
| -} | |
| -span.run98 { | |
| - background-color: rgb(255, 184, 178); | |
| - display: block; | |
| -} | |
| -span.run99 { | |
| - background-color: rgb(255, 182, 178); | |
| - display: block; | |
| -} | |
| -span.run100 { | |
| - background-color: rgb(255, 178, 178); | |
| - display: block; | |
| -} | |
| -</style> | |
| - </head> | |
| - <body><h3>C0 code coverage information</h3> | |
| - <p>Generated on Wed Apr 29 19:33:53 +0200 2009 with <a href='http://eigenc… | |
| - </p> | |
| - <hr/> | |
| - <pre><span class='marked0'>Code reported as executed by Ruby looks like th… | |
| -</span><span class='marked1'>and this: this line is also marked as covered. | |
| -</span><span class='inferred0'>Lines considered as run by rcov, but not report… | |
| -</span><span class='inferred1'>and this: these lines were inferred by rcov (us… | |
| -</span><span class='uncovered0'>Finally, here's a line marked as not exec… | |
| -</span></pre> | |
| -<table class='report'><thead><tr><td class='heading'>Name</td> | |
| - <td class='heading'>Total lines</td> | |
| - <td class='heading'>Lines of code</td> | |
| - <td class='heading'>Total coverage</td> | |
| - <td class='heading'>Code coverage</td> | |
| - </tr> | |
| - </thead> | |
| - <tbody><tr class='light'><td><a href='lib-simplabs-reports_as_sparkline_rb.h… | |
| - </td> | |
| - <td class='lines_total'><tt>59</tt> | |
| - </td> | |
| - <td class='lines_code'><tt>22</tt> | |
| - </td> | |
| - <td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt cla… | |
| - </td> | |
| - <td><table cellspacing='0' class='percent_graph' cellpadding='0' w… | |
| - <td class='uncovered' width='2'/> | |
| - </tr> | |
| - </table> | |
| - </td> | |
| - </tr> | |
| - </table> | |
| - </td> | |
| - <td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt cla… | |
| - </td> | |
| - <td><table cellspacing='0' class='percent_graph' cellpadding='0' w… | |
| - <td class='uncovered' width='5'/> | |
| - </tr> | |
| - </table> | |
| - </td> | |
| - </tr> | |
| - </table> | |
| - </td> | |
| - </tr> | |
| - </tbody> | |
| - </table> | |
| -<pre><span class="marked1"><a name="line1"></a> 1 module Simplabs #:nodoc: | |
| -</span><span class="inferred0"><a name="line2"></a> 2 | |
| -</span><span class="marked1"><a name="line3"></a> 3 module ReportsAsSparkline | |
| -</span><span class="inferred0"><a name="line4"></a> 4 | |
| -</span><span class="marked1"><a name="line5"></a> 5 def self.included(base… | |
| -</span><span class="marked0"><a name="line6"></a> 6 base.extend ClassMet… | |
| -</span><span class="marked1"><a name="line7"></a> 7 end | |
| -</span><span class="inferred0"><a name="line8"></a> 8 | |
| -</span><span class="marked1"><a name="line9"></a> 9 module ClassMethods | |
| -</span><span class="inferred0"><a name="line10"></a>10 | |
| -</span><span class="inferred1"><a name="line11"></a>11 # Generates a rep… | |
| -</span><span class="inferred0"><a name="line12"></a>12 # | |
| -</span><span class="inferred1"><a name="line13"></a>13 # ==== Parameters | |
| -</span><span class="inferred0"><a name="line14"></a>14 # | |
| -</span><span class="inferred1"><a name="line15"></a>15 # * <tt>nam… | |
| -</span><span class="inferred0"><a name="line16"></a>16 # | |
| -</span><span class="inferred1"><a name="line17"></a>17 # ==== Options | |
| -</span><span class="inferred0"><a name="line18"></a>18 # | |
| -</span><span class="inferred1"><a name="line19"></a>19 # * <tt>:da… | |
| -</span><span class="inferred0"><a name="line20"></a>20 # * <tt>:va… | |
| -</span><span class="inferred1"><a name="line21"></a>21 # * <tt>:ag… | |
| -</span><span class="inferred0"><a name="line22"></a>22 # * <tt>:gr… | |
| -</span><span class="inferred1"><a name="line23"></a>23 # * <tt>:li… | |
| -</span><span class="inferred0"><a name="line24"></a>24 # * <tt>:co… | |
| -</span><span class="inferred1"><a name="line25"></a>25 # * <tt>:li… | |
| -</span><span class="inferred0"><a name="line26"></a>26 # * <tt>:en… | |
| -</span><span class="inferred1"><a name="line27"></a>27 # | |
| -</span><span class="inferred0"><a name="line28"></a>28 # ==== Examples | |
| -</span><span class="inferred1"><a name="line29"></a>29 # | |
| -</span><span class="inferred0"><a name="line30"></a>30 # class Game <… | |
| -</span><span class="inferred1"><a name="line31"></a>31 # reports_as_s… | |
| -</span><span class="inferred0"><a name="line32"></a>32 # reports_as_s… | |
| -</span><span class="inferred1"><a name="line33"></a>33 # end | |
| -</span><span class="inferred0"><a name="line34"></a>34 # | |
| -</span><span class="inferred1"><a name="line35"></a>35 # class User <… | |
| -</span><span class="inferred0"><a name="line36"></a>36 # reports_as_s… | |
| -</span><span class="inferred1"><a name="line37"></a>37 # reports_as_s… | |
| -</span><span class="inferred0"><a name="line38"></a>38 # reports_as_s… | |
| -</span><span class="inferred1"><a name="line39"></a>39 # reports_as_s… | |
| -</span><span class="inferred0"><a name="line40"></a>40 # end | |
| -</span><span class="marked1"><a name="line41"></a>41 def reports_as_spar… | |
| -</span><span class="marked0"><a name="line42"></a>42 (class << s… | |
| -</span><span class="marked1"><a name="line43"></a>43 define_method &… | |
| -</span><span class="marked0"><a name="line44"></a>44 if options.de… | |
| -</span><span class="uncovered1"><a name="line45"></a>45 report =… | |
| -</span><span class="inferred0"><a name="line46"></a>46 else | |
| -</span><span class="marked1"><a name="line47"></a>47 report = Si… | |
| -</span><span class="inferred0"><a name="line48"></a>48 end | |
| -</span><span class="marked1"><a name="line49"></a>49 raise Argumen… | |
| -</span><span class="marked0"><a name="line50"></a>50 report.run(ar… | |
| -</span><span class="inferred1"><a name="line51"></a>51 end | |
| -</span><span class="inferred0"><a name="line52"></a>52 end | |
| -</span><span class="marked1"><a name="line53"></a>53 end | |
| -</span><span class="inferred0"><a name="line54"></a>54 | |
| -</span><span class="inferred1"><a name="line55"></a>55 end | |
| -</span><span class="inferred0"><a name="line56"></a>56 | |
| -</span><span class="inferred1"><a name="line57"></a>57 end | |
| -</span><span class="inferred0"><a name="line58"></a>58 | |
| -</span><span class="inferred1"><a name="line59"></a>59 end | |
| -</span></pre><hr/> | |
| - <p>Generated using the <a href='http://eigenclass.org/hiki.rb?rcov'>rcov c… | |
| - version 0.8.1.2.</p> | |
| -<p><a href='http://validator.w3.org/check/referer'><img src='http://www.w3.org… | |
| - </a> | |
| - <a href='http://jigsaw.w3.org/css-validator/check/referer'><img src='htt… | |
| - </a> | |
| - </p> | |
| - </body> | |
| - </html> | |
| diff --git a/doc/spec.html b/doc/spec.html | |
| @@ -1,1093 +0,0 @@ | |
| -<?xml version="1.0" encoding="UTF-8"?> | |
| -<!DOCTYPE html | |
| - PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" | |
| - "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | |
| -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> | |
| -<head> | |
| - <title>RSpec results</title> | |
| - <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |
| - <meta http-equiv="Expires" content="-1" /> | |
| - <meta http-equiv="Pragma" content="no-cache" /> | |
| - <style type="text/css"> | |
| - body { | |
| - margin: 0; | |
| - padding: 0; | |
| - background: #fff; | |
| - font-size: 80%; | |
| - } | |
| - </style> | |
| - <script type="text/javascript"> | |
| - // <![CDATA[ | |
| -function moveProgressBar(percentDone) { | |
| - document.getElementById("rspec-header").style.width = percentDone +"%"; | |
| -} | |
| -function makeRed(element_id) { | |
| - document.getElementById(element_id).style.background = '#C40D0D'; | |
| - document.getElementById(element_id).style.color = '#FFFFFF'; | |
| -} | |
| - | |
| -function makeYellow(element_id) { | |
| - if (element_id == "rspec-header" && document.getElementById(element_id).styl… | |
| - { | |
| - document.getElementById(element_id).style.background = '#FAF834'; | |
| - document.getElementById(element_id).style.color = '#000000'; | |
| - } | |
| - else | |
| - { | |
| - document.getElementById(element_id).style.background = '#FAF834'; | |
| - document.getElementById(element_id).style.color = '#000000'; | |
| - } | |
| -} | |
| - | |
| - // ]]> | |
| - </script> | |
| - <style type="text/css"> | |
| -#rspec-header { | |
| - background: #65C400; color: #fff; height: 4em; | |
| -} | |
| - | |
| -.rspec-report h1 { | |
| - margin: 0px 10px 0px 10px; | |
| - padding: 10px; | |
| - font-family: "Lucida Grande", Helvetica, sans-serif; | |
| - font-size: 1.8em; | |
| - position: absolute; | |
| -} | |
| - | |
| -#summary { | |
| - margin: 0; padding: 5px 10px; | |
| - font-family: "Lucida Grande", Helvetica, sans-serif; | |
| - text-align: right; | |
| - top: 0px; | |
| - right: 0px; | |
| - float:right; | |
| -} | |
| - | |
| -#summary p { | |
| - margin: 0 0 0 2px; | |
| -} | |
| - | |
| -#summary #totals { | |
| - font-size: 1.2em; | |
| -} | |
| - | |
| -.example_group { | |
| - margin: 0 10px 5px; | |
| - background: #fff; | |
| -} | |
| - | |
| -dl { | |
| - margin: 0; padding: 0 0 5px; | |
| - font: normal 11px "Lucida Grande", Helvetica, sans-serif; | |
| -} | |
| - | |
| -dt { | |
| - padding: 3px; | |
| - background: #65C400; | |
| - color: #fff; | |
| - font-weight: bold; | |
| -} | |
| - | |
| -dd { | |
| - margin: 5px 0 5px 5px; | |
| - padding: 3px 3px 3px 18px; | |
| -} | |
| - | |
| -dd.spec.passed { | |
| - border-left: 5px solid #65C400; | |
| - border-bottom: 1px solid #65C400; | |
| - background: #DBFFB4; color: #3D7700; | |
| -} | |
| - | |
| -dd.spec.failed { | |
| - border-left: 5px solid #C20000; | |
| - border-bottom: 1px solid #C20000; | |
| - color: #C20000; background: #FFFBD3; | |
| -} | |
| - | |
| -dd.spec.not_implemented { | |
| - border-left: 5px solid #FAF834; | |
| - border-bottom: 1px solid #FAF834; | |
| - background: #FCFB98; color: #131313; | |
| -} | |
| - | |
| -dd.spec.pending_fixed { | |
| - border-left: 5px solid #0000C2; | |
| - border-bottom: 1px solid #0000C2; | |
| - color: #0000C2; background: #D3FBFF; | |
| -} | |
| - | |
| -.backtrace { | |
| - color: #000; | |
| - font-size: 12px; | |
| -} | |
| - | |
| -a { | |
| - color: #BE5C00; | |
| -} | |
| - | |
| -/* Ruby code, style similar to vibrant ink */ | |
| -.ruby { | |
| - font-size: 12px; | |
| - font-family: monospace; | |
| - color: white; | |
| - background-color: black; | |
| - padding: 0.1em 0 0.2em 0; | |
| -} | |
| - | |
| -.ruby .keyword { color: #FF6600; } | |
| -.ruby .constant { color: #339999; } | |
| -.ruby .attribute { color: white; } | |
| -.ruby .global { color: white; } | |
| -.ruby .module { color: white; } | |
| -.ruby .class { color: white; } | |
| -.ruby .string { color: #66FF00; } | |
| -.ruby .ident { color: white; } | |
| -.ruby .method { color: #FFCC00; } | |
| -.ruby .number { color: white; } | |
| -.ruby .char { color: white; } | |
| -.ruby .comment { color: #9933CC; } | |
| -.ruby .symbol { color: white; } | |
| -.ruby .regex { color: #44B4CC; } | |
| -.ruby .punct { color: white; } | |
| -.ruby .escape { color: white; } | |
| -.ruby .interp { color: white; } | |
| -.ruby .expr { color: white; } | |
| - | |
| -.ruby .offending { background-color: gray; } | |
| -.ruby .linenum { | |
| - width: 75px; | |
| - padding: 0.1em 1em 0.2em 0; | |
| - color: #000000; | |
| - background-color: #FFFBD3; | |
| -} | |
| - | |
| - </style> | |
| -</head> | |
| -<body> | |
| -<div class="rspec-report"> | |
| - | |
| -<div id="rspec-header"> | |
| - <div id="label"> | |
| - <h1>RSpec Code Examples</h1> | |
| - </div> | |
| - | |
| - <div id="summary"> | |
| - <p id="totals"> </p> | |
| - <p id="duration"> </p> | |
| - </div> | |
| -</div> | |
| - | |
| -<div class="results"> | |
| -<div class="example_group"> | |
| - <dl> | |
| - <dt id="example_group_1">Simplabs::ReportsAsSparkline::CumulatedReport#run</… | |
| - <script type="text/javascript">moveProgressBar('0.3');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should cumulate the… | |
| - <script type="text/javascript">moveProgressBar('0.7');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return an ar… | |
| - <script type="text/javascript">moveProgressBar('1.1');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return an ar… | |
| - </dl> | |
| -</div> | |
| -<div class="example_group"> | |
| - <dl> | |
| - <dt id="example_group_2">Simplabs::ReportsAsSparkline::CumulatedReport#run f… | |
| - <script type="text/javascript">moveProgressBar('1.4');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - <script type="text/javascript">moveProgressBar('1.8');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - <script type="text/javascript">moveProgressBar('2.2');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - <script type="text/javascript">moveProgressBar('2.6');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - </dl> | |
| -</div> | |
| -<div class="example_group"> | |
| - <dl> | |
| - <dt id="example_group_3">Simplabs::ReportsAsSparkline::CumulatedReport#run f… | |
| - <script type="text/javascript">moveProgressBar('2.9');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should be an array … | |
| - <script type="text/javascript">moveProgressBar('3.3');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should be data endi… | |
| - </dl> | |
| -</div> | |
| -<div class="example_group"> | |
| - <dl> | |
| - <dt id="example_group_4">Simplabs::ReportsAsSparkline::CumulatedReport#run f… | |
| - <script type="text/javascript">moveProgressBar('3.7');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - <script type="text/javascript">moveProgressBar('4.1');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - <script type="text/javascript">moveProgressBar('4.4');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - <script type="text/javascript">moveProgressBar('4.8');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - </dl> | |
| -</div> | |
| -<div class="example_group"> | |
| - <dl> | |
| - <dt id="example_group_5">Simplabs::ReportsAsSparkline::CumulatedReport#run f… | |
| - <script type="text/javascript">moveProgressBar('5.2');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should be an array … | |
| - <script type="text/javascript">moveProgressBar('5.5');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should be data endi… | |
| - </dl> | |
| -</div> | |
| -<div class="example_group"> | |
| - <dl> | |
| - <dt id="example_group_6">Simplabs::ReportsAsSparkline::CumulatedReport#run f… | |
| - <script type="text/javascript">moveProgressBar('5.9');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - <script type="text/javascript">moveProgressBar('6.3');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - <script type="text/javascript">moveProgressBar('6.7');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - <script type="text/javascript">moveProgressBar('7.0');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - </dl> | |
| -</div> | |
| -<div class="example_group"> | |
| - <dl> | |
| - <dt id="example_group_7">Simplabs::ReportsAsSparkline::CumulatedReport#run f… | |
| - <script type="text/javascript">moveProgressBar('7.4');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should be an array … | |
| - <script type="text/javascript">moveProgressBar('7.8');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should be data endi… | |
| - </dl> | |
| -</div> | |
| -<div class="example_group"> | |
| - <dl> | |
| - <dt id="example_group_8">Simplabs::ReportsAsSparkline::CumulatedReport#run f… | |
| - <script type="text/javascript">moveProgressBar('8.2');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - <script type="text/javascript">moveProgressBar('8.5');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - <script type="text/javascript">moveProgressBar('8.9');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - <script type="text/javascript">moveProgressBar('9.3');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - </dl> | |
| -</div> | |
| -<div class="example_group"> | |
| - <dl> | |
| - <dt id="example_group_9">Simplabs::ReportsAsSparkline::CumulatedReport#run f… | |
| - <script type="text/javascript">moveProgressBar('9.7');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should be an array … | |
| - <script type="text/javascript">moveProgressBar('10.0');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should be data endi… | |
| - </dl> | |
| -</div> | |
| -<div class="example_group"> | |
| - <dl> | |
| - <dt id="example_group_10">Simplabs::ReportsAsSparkline::CumulatedReport#run … | |
| - <script type="text/javascript">moveProgressBar('10.4');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - <script type="text/javascript">moveProgressBar('10.8');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - <script type="text/javascript">moveProgressBar('11.1');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - <script type="text/javascript">moveProgressBar('11.5');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - </dl> | |
| -</div> | |
| -<div class="example_group"> | |
| - <dl> | |
| - <dt id="example_group_11">Simplabs::ReportsAsSparkline::CumulatedReport#run … | |
| - <script type="text/javascript">moveProgressBar('11.9');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should be an array … | |
| - <script type="text/javascript">moveProgressBar('12.3');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should be data endi… | |
| - </dl> | |
| -</div> | |
| -<div class="example_group"> | |
| - <dl> | |
| - <dt id="example_group_12">Simplabs::ReportsAsSparkline::CumulatedReport#run … | |
| - <script type="text/javascript">moveProgressBar('12.6');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - <script type="text/javascript">moveProgressBar('13.0');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - <script type="text/javascript">moveProgressBar('13.4');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - <script type="text/javascript">moveProgressBar('13.8');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - </dl> | |
| -</div> | |
| -<div class="example_group"> | |
| - <dl> | |
| - <dt id="example_group_13">Simplabs::ReportsAsSparkline::CumulatedReport#run … | |
| - <script type="text/javascript">moveProgressBar('14.1');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should be an array … | |
| - <script type="text/javascript">moveProgressBar('14.5');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should be data endi… | |
| - </dl> | |
| -</div> | |
| -<div class="example_group"> | |
| - <dl> | |
| - <dt id="example_group_14">Simplabs::ReportsAsSparkline::CumulatedReport#run … | |
| - <script type="text/javascript">moveProgressBar('14.9');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - <script type="text/javascript">moveProgressBar('15.2');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - <script type="text/javascript">moveProgressBar('15.6');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - <script type="text/javascript">moveProgressBar('16.0');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - </dl> | |
| -</div> | |
| -<div class="example_group"> | |
| - <dl> | |
| - <dt id="example_group_15">Simplabs::ReportsAsSparkline::CumulatedReport#run … | |
| - <script type="text/javascript">moveProgressBar('16.4');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should be an array … | |
| - <script type="text/javascript">moveProgressBar('16.7');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should be data endi… | |
| - </dl> | |
| -</div> | |
| -<div class="example_group"> | |
| - <dl> | |
| - <dt id="example_group_16">Simplabs::ReportsAsSparkline::CumulatedReport#run … | |
| - <script type="text/javascript">moveProgressBar('17.1');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - <script type="text/javascript">moveProgressBar('17.5');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - <script type="text/javascript">moveProgressBar('17.9');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - <script type="text/javascript">moveProgressBar('18.2');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - </dl> | |
| -</div> | |
| -<div class="example_group"> | |
| - <dl> | |
| - <dt id="example_group_17">Simplabs::ReportsAsSparkline::CumulatedReport#run … | |
| - <script type="text/javascript">moveProgressBar('18.6');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should be an array … | |
| - <script type="text/javascript">moveProgressBar('19.0');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should be data endi… | |
| - </dl> | |
| -</div> | |
| -<div class="example_group"> | |
| - <dl> | |
| - <dt id="example_group_18">Simplabs::ReportsAsSparkline::CumulatedReport#cumu… | |
| - <script type="text/javascript">moveProgressBar('19.4');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should correctly cu… | |
| - </dl> | |
| -</div> | |
| -<div class="example_group"> | |
| - <dl> | |
| - <dt id="example_group_19">Simplabs::ReportsAsSparkline::Grouping#new</dt> | |
| - <script type="text/javascript">moveProgressBar('19.7');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should raise an err… | |
| - </dl> | |
| -</div> | |
| -<div class="example_group"> | |
| - <dl> | |
| - <dt id="example_group_20">Simplabs::ReportsAsSparkline::Grouping#to_sql for … | |
| - <script type="text/javascript">moveProgressBar('20.1');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should use DATE_FOR… | |
| - <script type="text/javascript">moveProgressBar('20.5');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should use DATE_FOR… | |
| - <script type="text/javascript">moveProgressBar('20.8');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should use YEARWEEK… | |
| - <script type="text/javascript">moveProgressBar('21.2');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should use DATE_FOR… | |
| - </dl> | |
| -</div> | |
| -<div class="example_group"> | |
| - <dl> | |
| - <dt id="example_group_21">Simplabs::ReportsAsSparkline::Grouping#to_sql for … | |
| - <script type="text/javascript">moveProgressBar('21.6');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should use date_tru… | |
| - <script type="text/javascript">moveProgressBar('22.0');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should use date_tru… | |
| - <script type="text/javascript">moveProgressBar('22.3');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should use date_tru… | |
| - <script type="text/javascript">moveProgressBar('22.7');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should use date_tru… | |
| - </dl> | |
| -</div> | |
| -<div class="example_group"> | |
| - <dl> | |
| - <dt id="example_group_22">Simplabs::ReportsAsSparkline::Grouping#to_sql for … | |
| - <script type="text/javascript">moveProgressBar('23.1');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should use strftime… | |
| - <script type="text/javascript">moveProgressBar('23.5');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should use strftime… | |
| - <script type="text/javascript">moveProgressBar('23.8');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should use date wit… | |
| - <script type="text/javascript">moveProgressBar('24.2');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should use strftime… | |
| - </dl> | |
| -</div> | |
| -<div class="example_group"> | |
| - <dl> | |
| - <dt id="example_group_23">Simplabs::ReportsAsSparkline::Grouping#date_parts_… | |
| - <script type="text/javascript">moveProgressBar('24.6');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should split the st… | |
| - <script type="text/javascript">moveProgressBar('25.0');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should split the st… | |
| - <script type="text/javascript">moveProgressBar('25.3');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should split the st… | |
| - <script type="text/javascript">moveProgressBar('25.7');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should split the st… | |
| - </dl> | |
| -</div> | |
| -<div class="example_group"> | |
| - <dl> | |
| - <dt id="example_group_24">Simplabs::ReportsAsSparkline::Grouping#date_parts_… | |
| - <script type="text/javascript">moveProgressBar('26.1');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should split the da… | |
| - <script type="text/javascript">moveProgressBar('26.4');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should split the da… | |
| - <script type="text/javascript">moveProgressBar('26.8');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should split the da… | |
| - <script type="text/javascript">moveProgressBar('27.2');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should split the da… | |
| - </dl> | |
| -</div> | |
| -<div class="example_group"> | |
| - <dl> | |
| - <dt id="example_group_25">Simplabs::ReportsAsSparkline::Grouping#date_parts_… | |
| - <script type="text/javascript">moveProgressBar('27.6');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should split the st… | |
| - <script type="text/javascript">moveProgressBar('27.9');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should split the st… | |
| - <script type="text/javascript">moveProgressBar('28.3');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should split the st… | |
| - <script type="text/javascript">moveProgressBar('28.7');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should use the firs… | |
| - </dl> | |
| -</div> | |
| -<div class="example_group"> | |
| - <dl> | |
| - <dt id="example_group_26">Simplabs::ReportsAsSparkline::ReportCache.process<… | |
| - <script type="text/javascript">moveProgressBar('29.1');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should raise an Arg… | |
| - <script type="text/javascript">moveProgressBar('29.4');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">sould start a trans… | |
| - <script type="text/javascript">moveProgressBar('29.8');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should read existin… | |
| - <script type="text/javascript">moveProgressBar('30.2');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should utilize the … | |
| - <script type="text/javascript">moveProgressBar('30.5');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should read existin… | |
| - <script type="text/javascript">moveProgressBar('30.9');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should yield the fi… | |
| - </dl> | |
| -</div> | |
| -<div class="example_group"> | |
| - <dl> | |
| - <dt id="example_group_27">Simplabs::ReportsAsSparkline::ReportCache.process … | |
| - <script type="text/javascript">moveProgressBar('31.3');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should yield to the… | |
| - <script type="text/javascript">moveProgressBar('31.7');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should yield the re… | |
| - </dl> | |
| -</div> | |
| -<div class="example_group"> | |
| - <dl> | |
| - <dt id="example_group_28">Simplabs::ReportsAsSparkline::ReportCache.process … | |
| - <script type="text/javascript">moveProgressBar('32.0');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should not yield to… | |
| - <script type="text/javascript">moveProgressBar('32.4');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should yield to the… | |
| - <script type="text/javascript">moveProgressBar('32.8');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should yield the re… | |
| - </dl> | |
| -</div> | |
| -<div class="example_group"> | |
| - <dl> | |
| - <dt id="example_group_29">Simplabs::ReportsAsSparkline::ReportCache.process … | |
| - <script type="text/javascript">moveProgressBar('33.2');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should not read any… | |
| - <script type="text/javascript">moveProgressBar('33.5');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should yield the fi… | |
| - </dl> | |
| -</div> | |
| -<div class="example_group"> | |
| - <dl> | |
| - <dt id="example_group_30">Simplabs::ReportsAsSparkline::ReportCache.prepare_… | |
| - <script type="text/javascript">moveProgressBar('33.9');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should create :limi… | |
| - <script type="text/javascript">moveProgressBar('34.3');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should create a new… | |
| - <script type="text/javascript">moveProgressBar('34.7');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should save the cre… | |
| - <script type="text/javascript">moveProgressBar('35.0');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return an ar… | |
| - </dl> | |
| -</div> | |
| -<div class="example_group"> | |
| - <dl> | |
| - <dt id="example_group_31">Simplabs::ReportsAsSparkline::ReportCache.prepare_… | |
| - <script type="text/javascript">moveProgressBar('35.4');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return an ar… | |
| - <script type="text/javascript">moveProgressBar('35.8');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should not include … | |
| - </dl> | |
| -</div> | |
| -<div class="example_group"> | |
| - <dl> | |
| - <dt id="example_group_32">Simplabs::ReportsAsSparkline::ReportCache.prepare_… | |
| - <script type="text/javascript">moveProgressBar('36.1');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return an ar… | |
| - <script type="text/javascript">moveProgressBar('36.5');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should include an e… | |
| - </dl> | |
| -</div> | |
| -<div class="example_group"> | |
| - <dl> | |
| - <dt id="example_group_33">Simplabs::ReportsAsSparkline::ReportCache.prepare_… | |
| - <script type="text/javascript">moveProgressBar('36.9');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should not save the… | |
| - </dl> | |
| -</div> | |
| -<div class="example_group"> | |
| - <dl> | |
| - <dt id="example_group_34">Simplabs::ReportsAsSparkline::ReportCache.find_val… | |
| - <script type="text/javascript">moveProgressBar('37.3');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return the c… | |
| - <script type="text/javascript">moveProgressBar('37.6');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return 0.0 w… | |
| - </dl> | |
| -</div> | |
| -<div class="example_group"> | |
| - <dl> | |
| - <dt id="example_group_35">Simplabs::ReportsAsSparkline::Report#options</dt> | |
| - <script type="text/javascript">moveProgressBar('38.0');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should be frozen</s… | |
| - </dl> | |
| -</div> | |
| -<div class="example_group"> | |
| - <dl> | |
| - <dt id="example_group_36">Simplabs::ReportsAsSparkline::Report#run</dt> | |
| - <script type="text/javascript">moveProgressBar('38.4');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should process the … | |
| - <script type="text/javascript">moveProgressBar('38.8');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should process the … | |
| - <script type="text/javascript">moveProgressBar('39.1');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should validate the… | |
| - <script type="text/javascript">moveProgressBar('39.5');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should use a custom… | |
| - <script type="text/javascript">moveProgressBar('39.9');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return an ar… | |
| - <script type="text/javascript">moveProgressBar('40.2');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return an ar… | |
| - </dl> | |
| -</div> | |
| -<div class="example_group"> | |
| - <dl> | |
| - <dt id="example_group_37">Simplabs::ReportsAsSparkline::Report#run for group… | |
| - <script type="text/javascript">moveProgressBar('40.6');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should start with t… | |
| - <script type="text/javascript">moveProgressBar('41.0');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should end with the… | |
| - </dl> | |
| -</div> | |
| -<div class="example_group"> | |
| - <dl> | |
| - <dt id="example_group_38">Simplabs::ReportsAsSparkline::Report#run for group… | |
| - <script type="text/javascript">moveProgressBar('41.4');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - <script type="text/javascript">moveProgressBar('41.7');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - <script type="text/javascript">moveProgressBar('42.1');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - <script type="text/javascript">moveProgressBar('42.5');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - <script type="text/javascript">moveProgressBar('42.9');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - <script type="text/javascript">moveProgressBar('43.2');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - <script type="text/javascript">moveProgressBar('43.6');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - <script type="text/javascript">moveProgressBar('44.0');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - </dl> | |
| -</div> | |
| -<div class="example_group"> | |
| - <dl> | |
| - <dt id="example_group_39">Simplabs::ReportsAsSparkline::Report#run for group… | |
| - <script type="text/javascript">moveProgressBar('44.4');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should be an array … | |
| - <script type="text/javascript">moveProgressBar('44.7');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should be data endi… | |
| - </dl> | |
| -</div> | |
| -<div class="example_group"> | |
| - <dl> | |
| - <dt id="example_group_40">Simplabs::ReportsAsSparkline::Report#run for group… | |
| - <script type="text/javascript">moveProgressBar('45.1');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - <script type="text/javascript">moveProgressBar('45.5');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - <script type="text/javascript">moveProgressBar('45.8');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - <script type="text/javascript">moveProgressBar('46.2');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - <script type="text/javascript">moveProgressBar('46.6');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - <script type="text/javascript">moveProgressBar('47.0');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - <script type="text/javascript">moveProgressBar('47.3');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - <script type="text/javascript">moveProgressBar('47.7');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - <script type="text/javascript">moveProgressBar('48.1');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - <script type="text/javascript">moveProgressBar('48.5');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - </dl> | |
| -</div> | |
| -<div class="example_group"> | |
| - <dl> | |
| - <dt id="example_group_41">Simplabs::ReportsAsSparkline::Report#run for group… | |
| - <script type="text/javascript">moveProgressBar('48.8');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should be an array … | |
| - <script type="text/javascript">moveProgressBar('49.2');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should be data endi… | |
| - </dl> | |
| -</div> | |
| -<div class="example_group"> | |
| - <dl> | |
| - <dt id="example_group_42">Simplabs::ReportsAsSparkline::Report#run for group… | |
| - <script type="text/javascript">moveProgressBar('49.6');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should start with t… | |
| - <script type="text/javascript">moveProgressBar('50.0');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should end with the… | |
| - </dl> | |
| -</div> | |
| -<div class="example_group"> | |
| - <dl> | |
| - <dt id="example_group_43">Simplabs::ReportsAsSparkline::Report#run for group… | |
| - <script type="text/javascript">moveProgressBar('50.3');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - <script type="text/javascript">moveProgressBar('50.7');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - <script type="text/javascript">moveProgressBar('51.1');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - <script type="text/javascript">moveProgressBar('51.4');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - <script type="text/javascript">moveProgressBar('51.8');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - <script type="text/javascript">moveProgressBar('52.2');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - <script type="text/javascript">moveProgressBar('52.6');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - <script type="text/javascript">moveProgressBar('52.9');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - </dl> | |
| -</div> | |
| -<div class="example_group"> | |
| - <dl> | |
| - <dt id="example_group_44">Simplabs::ReportsAsSparkline::Report#run for group… | |
| - <script type="text/javascript">moveProgressBar('53.3');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should be an array … | |
| - <script type="text/javascript">moveProgressBar('53.7');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should be data endi… | |
| - </dl> | |
| -</div> | |
| -<div class="example_group"> | |
| - <dl> | |
| - <dt id="example_group_45">Simplabs::ReportsAsSparkline::Report#run for group… | |
| - <script type="text/javascript">moveProgressBar('54.1');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - <script type="text/javascript">moveProgressBar('54.4');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - <script type="text/javascript">moveProgressBar('54.8');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - <script type="text/javascript">moveProgressBar('55.2');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - <script type="text/javascript">moveProgressBar('55.5');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - <script type="text/javascript">moveProgressBar('55.9');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - <script type="text/javascript">moveProgressBar('56.3');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - <script type="text/javascript">moveProgressBar('56.7');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - <script type="text/javascript">moveProgressBar('57.0');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - <script type="text/javascript">moveProgressBar('57.4');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - </dl> | |
| -</div> | |
| -<div class="example_group"> | |
| - <dl> | |
| - <dt id="example_group_46">Simplabs::ReportsAsSparkline::Report#run for group… | |
| - <script type="text/javascript">moveProgressBar('57.8');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should be an array … | |
| - <script type="text/javascript">moveProgressBar('58.2');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should be data endi… | |
| - </dl> | |
| -</div> | |
| -<div class="example_group"> | |
| - <dl> | |
| - <dt id="example_group_47">Simplabs::ReportsAsSparkline::Report#run for group… | |
| - <script type="text/javascript">moveProgressBar('58.5');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should start with t… | |
| - <script type="text/javascript">moveProgressBar('58.9');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should end with the… | |
| - </dl> | |
| -</div> | |
| -<div class="example_group"> | |
| - <dl> | |
| - <dt id="example_group_48">Simplabs::ReportsAsSparkline::Report#run for group… | |
| - <script type="text/javascript">moveProgressBar('59.3');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - <script type="text/javascript">moveProgressBar('59.7');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - <script type="text/javascript">moveProgressBar('60.0');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - <script type="text/javascript">moveProgressBar('60.4');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - <script type="text/javascript">moveProgressBar('60.8');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - <script type="text/javascript">moveProgressBar('61.1');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - <script type="text/javascript">moveProgressBar('61.5');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - <script type="text/javascript">moveProgressBar('61.9');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - </dl> | |
| -</div> | |
| -<div class="example_group"> | |
| - <dl> | |
| - <dt id="example_group_49">Simplabs::ReportsAsSparkline::Report#run for group… | |
| - <script type="text/javascript">moveProgressBar('62.3');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should be an array … | |
| - <script type="text/javascript">moveProgressBar('62.6');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should be data endi… | |
| - </dl> | |
| -</div> | |
| -<div class="example_group"> | |
| - <dl> | |
| - <dt id="example_group_50">Simplabs::ReportsAsSparkline::Report#run for group… | |
| - <script type="text/javascript">moveProgressBar('63.0');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - <script type="text/javascript">moveProgressBar('63.4');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - <script type="text/javascript">moveProgressBar('63.8');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - <script type="text/javascript">moveProgressBar('64.1');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - <script type="text/javascript">moveProgressBar('64.5');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - <script type="text/javascript">moveProgressBar('64.9');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - <script type="text/javascript">moveProgressBar('65.2');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - <script type="text/javascript">moveProgressBar('65.6');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - <script type="text/javascript">moveProgressBar('66.0');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - <script type="text/javascript">moveProgressBar('66.4');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - </dl> | |
| -</div> | |
| -<div class="example_group"> | |
| - <dl> | |
| - <dt id="example_group_51">Simplabs::ReportsAsSparkline::Report#run for group… | |
| - <script type="text/javascript">moveProgressBar('66.7');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should be an array … | |
| - <script type="text/javascript">moveProgressBar('67.1');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should be data endi… | |
| - </dl> | |
| -</div> | |
| -<div class="example_group"> | |
| - <dl> | |
| - <dt id="example_group_52">Simplabs::ReportsAsSparkline::Report#run for group… | |
| - <script type="text/javascript">moveProgressBar('67.5');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should start with t… | |
| - <script type="text/javascript">moveProgressBar('67.9');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should end with the… | |
| - </dl> | |
| -</div> | |
| -<div class="example_group"> | |
| - <dl> | |
| - <dt id="example_group_53">Simplabs::ReportsAsSparkline::Report#run for group… | |
| - <script type="text/javascript">moveProgressBar('68.2');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - <script type="text/javascript">moveProgressBar('68.6');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - <script type="text/javascript">moveProgressBar('69.0');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - <script type="text/javascript">moveProgressBar('69.4');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - <script type="text/javascript">moveProgressBar('69.7');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - <script type="text/javascript">moveProgressBar('70.1');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - <script type="text/javascript">moveProgressBar('70.5');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - <script type="text/javascript">moveProgressBar('70.8');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - </dl> | |
| -</div> | |
| -<div class="example_group"> | |
| - <dl> | |
| - <dt id="example_group_54">Simplabs::ReportsAsSparkline::Report#run for group… | |
| - <script type="text/javascript">moveProgressBar('71.2');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should be an array … | |
| - <script type="text/javascript">moveProgressBar('71.6');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should be data endi… | |
| - </dl> | |
| -</div> | |
| -<div class="example_group"> | |
| - <dl> | |
| - <dt id="example_group_55">Simplabs::ReportsAsSparkline::Report#run for group… | |
| - <script type="text/javascript">moveProgressBar('72.0');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - <script type="text/javascript">moveProgressBar('72.3');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - <script type="text/javascript">moveProgressBar('72.7');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - <script type="text/javascript">moveProgressBar('73.1');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - <script type="text/javascript">moveProgressBar('73.5');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - <script type="text/javascript">moveProgressBar('73.8');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - <script type="text/javascript">moveProgressBar('74.2');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - <script type="text/javascript">moveProgressBar('74.6');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - <script type="text/javascript">moveProgressBar('75.0');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - <script type="text/javascript">moveProgressBar('75.3');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - </dl> | |
| -</div> | |
| -<div class="example_group"> | |
| - <dl> | |
| - <dt id="example_group_56">Simplabs::ReportsAsSparkline::Report#run for group… | |
| - <script type="text/javascript">moveProgressBar('75.7');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should be an array … | |
| - <script type="text/javascript">moveProgressBar('76.1');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should be data endi… | |
| - </dl> | |
| -</div> | |
| -<div class="example_group"> | |
| - <dl> | |
| - <dt id="example_group_57">Simplabs::ReportsAsSparkline::Report#run for group… | |
| - <script type="text/javascript">moveProgressBar('76.4');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - </dl> | |
| -</div> | |
| -<div class="example_group"> | |
| - <dl> | |
| - <dt id="example_group_58">Simplabs::ReportsAsSparkline::Report#run for group… | |
| - <script type="text/javascript">moveProgressBar('76.8');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return corre… | |
| - </dl> | |
| -</div> | |
| -<div class="example_group"> | |
| - <dl> | |
| - <dt id="example_group_59">Simplabs::ReportsAsSparkline::Report#read_data</dt> | |
| - <script type="text/javascript">moveProgressBar('77.2');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should invoke the a… | |
| - <script type="text/javascript">moveProgressBar('77.6');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should setup the co… | |
| - </dl> | |
| -</div> | |
| -<div class="example_group"> | |
| - <dl> | |
| - <dt id="example_group_60">Simplabs::ReportsAsSparkline::Report#setup_conditi… | |
| - <script type="text/javascript">moveProgressBar('77.9');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return condi… | |
| - <script type="text/javascript">moveProgressBar('78.3');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return condi… | |
| - <script type="text/javascript">moveProgressBar('78.7');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return condi… | |
| - <script type="text/javascript">moveProgressBar('79.1');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should raise an arg… | |
| - <script type="text/javascript">moveProgressBar('79.4');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return condi… | |
| - <script type="text/javascript">moveProgressBar('79.8');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return condi… | |
| - <script type="text/javascript">moveProgressBar('80.2');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should correctly in… | |
| - <script type="text/javascript">moveProgressBar('80.5');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should correctly in… | |
| - </dl> | |
| -</div> | |
| -<div class="example_group"> | |
| - <dl> | |
| - <dt id="example_group_61">Simplabs::ReportsAsSparkline::Report#ensure_valid_… | |
| - <script type="text/javascript">moveProgressBar('80.9');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should raise an err… | |
| - <script type="text/javascript">moveProgressBar('81.3');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should not raise an… | |
| - <script type="text/javascript">moveProgressBar('81.7');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should not raise an… | |
| - <script type="text/javascript">moveProgressBar('82.0');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should raise an err… | |
| - <script type="text/javascript">moveProgressBar('82.4');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should raise an err… | |
| - <script type="text/javascript">moveProgressBar('82.8');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should raise an err… | |
| - <script type="text/javascript">moveProgressBar('83.2');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should raise an err… | |
| - <script type="text/javascript">moveProgressBar('83.5');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should not raise an… | |
| - </dl> | |
| -</div> | |
| -<div class="example_group"> | |
| - <dl> | |
| - <dt id="example_group_62">Simplabs::ReportsAsSparkline::Report#ensure_valid_… | |
| - <script type="text/javascript">moveProgressBar('83.9');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should not raise an… | |
| - <script type="text/javascript">moveProgressBar('84.3');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should raise an err… | |
| - <script type="text/javascript">moveProgressBar('84.7');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should raise an err… | |
| - <script type="text/javascript">moveProgressBar('85.0');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should raise an err… | |
| - </dl> | |
| -</div> | |
| -<div class="example_group"> | |
| - <dl> | |
| - <dt id="example_group_63">Simplabs::ReportsAsSparkline::Report#ensure_valid_… | |
| - <script type="text/javascript">moveProgressBar('85.4');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should not raise an… | |
| - <script type="text/javascript">moveProgressBar('85.8');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should raise an err… | |
| - </dl> | |
| -</div> | |
| -<div class="example_group"> | |
| - <dl> | |
| - <dt id="example_group_64">Simplabs::ReportsAsSparkline::ReportingPeriod#date… | |
| - <script type="text/javascript">moveProgressBar('86.1');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return the d… | |
| - <script type="text/javascript">moveProgressBar('86.5');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return the d… | |
| - <script type="text/javascript">moveProgressBar('86.9');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return the d… | |
| - </dl> | |
| -</div> | |
| -<div class="example_group"> | |
| - <dl> | |
| - <dt id="example_group_65">Simplabs::ReportsAsSparkline::ReportingPeriod#date… | |
| - <script type="text/javascript">moveProgressBar('87.3');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return the d… | |
| - <script type="text/javascript">moveProgressBar('87.6');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return the d… | |
| - <script type="text/javascript">moveProgressBar('88.0');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return the d… | |
| - <script type="text/javascript">moveProgressBar('88.4');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return the d… | |
| - </dl> | |
| -</div> | |
| -<div class="example_group"> | |
| - <dl> | |
| - <dt id="example_group_66">Simplabs::ReportsAsSparkline::ReportingPeriod#last… | |
| - <script type="text/javascript">moveProgressBar('88.8');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return the d… | |
| - <script type="text/javascript">moveProgressBar('89.1');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return the d… | |
| - <script type="text/javascript">moveProgressBar('89.5');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return the d… | |
| - </dl> | |
| -</div> | |
| -<div class="example_group"> | |
| - <dl> | |
| - <dt id="example_group_67">Simplabs::ReportsAsSparkline::ReportingPeriod#last… | |
| - <script type="text/javascript">moveProgressBar('89.9');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return the d… | |
| - <script type="text/javascript">moveProgressBar('90.2');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return the d… | |
| - <script type="text/javascript">moveProgressBar('90.6');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return the d… | |
| - </dl> | |
| -</div> | |
| -<div class="example_group"> | |
| - <dl> | |
| - <dt id="example_group_68">Simplabs::ReportsAsSparkline::ReportingPeriod.from… | |
| - <script type="text/javascript">moveProgressBar('91.0');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return a rep… | |
| - <script type="text/javascript">moveProgressBar('91.4');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return a rep… | |
| - <script type="text/javascript">moveProgressBar('91.7');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return a rep… | |
| - <script type="text/javascript">moveProgressBar('92.1');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return a rep… | |
| - </dl> | |
| -</div> | |
| -<div class="example_group"> | |
| - <dl> | |
| - <dt id="example_group_69">Simplabs::ReportsAsSparkline::ReportingPeriod#next… | |
| - <script type="text/javascript">moveProgressBar('92.5');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return a rep… | |
| - <script type="text/javascript">moveProgressBar('92.9');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return a rep… | |
| - <script type="text/javascript">moveProgressBar('93.2');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return a rep… | |
| - <script type="text/javascript">moveProgressBar('93.6');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return a rep… | |
| - </dl> | |
| -</div> | |
| -<div class="example_group"> | |
| - <dl> | |
| - <dt id="example_group_70">Simplabs::ReportsAsSparkline::ReportingPeriod#prev… | |
| - <script type="text/javascript">moveProgressBar('94.0');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return a rep… | |
| - <script type="text/javascript">moveProgressBar('94.4');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return a rep… | |
| - <script type="text/javascript">moveProgressBar('94.7');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return a rep… | |
| - <script type="text/javascript">moveProgressBar('95.1');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return a rep… | |
| - </dl> | |
| -</div> | |
| -<div class="example_group"> | |
| - <dl> | |
| - <dt id="example_group_71">Simplabs::ReportsAsSparkline::ReportingPeriod#==</… | |
| - <script type="text/javascript">moveProgressBar('95.5');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return true … | |
| - <script type="text/javascript">moveProgressBar('95.8');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return false… | |
| - <script type="text/javascript">moveProgressBar('96.2');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return true … | |
| - <script type="text/javascript">moveProgressBar('96.6');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return false… | |
| - </dl> | |
| -</div> | |
| -<div class="example_group"> | |
| - <dl> | |
| - <dt id="example_group_72">Simplabs::ReportsAsSparkline::ReportingPeriod.firs… | |
| - <script type="text/javascript">moveProgressBar('97.0');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return a rep… | |
| - <script type="text/javascript">moveProgressBar('97.3');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return a rep… | |
| - <script type="text/javascript">moveProgressBar('97.7');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return a rep… | |
| - <script type="text/javascript">moveProgressBar('98.1');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should return a rep… | |
| - </dl> | |
| -</div> | |
| -<div class="example_group"> | |
| - <dl> | |
| - <dt id="example_group_73">Simplabs::ReportsAsSparkline for inherited models<… | |
| - <script type="text/javascript">moveProgressBar('98.5');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should include all … | |
| - <script type="text/javascript">moveProgressBar('98.8');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should include only… | |
| - </dl> | |
| -</div> | |
| -<div class="example_group"> | |
| - <dl> | |
| - <dt id="example_group_74">Simplabs::ReportsAsSparkline::SparklineTagHelper#s… | |
| - <script type="text/javascript">moveProgressBar('99.2');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should render an im… | |
| - <script type="text/javascript">moveProgressBar('99.6');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should add paramete… | |
| - <script type="text/javascript">moveProgressBar('100.0');</script> | |
| - <dd class="spec passed"><span class="passed_spec_name">should set the para… | |
| - </dl> | |
| -</div> | |
| -<script type="text/javascript">document.getElementById('duration').innerHTML =… | |
| -<script type="text/javascript">document.getElementById('totals').innerHTML = "… | |
| -</div> | |
| -</div> | |
| -</body> | |
| -</html> |