<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html lang='en' xml:lang='en' xmlns='http://www.w3.org/1999/xhtml'> <head> <title>lib/noah.rb</title> <link href="screen.css" media="all" rel="stylesheet" type="text/css" /> <link href="print.css" media="print" rel="stylesheet" type="text/css" /> <meta http-equiv="Content-type" content="text/html;charset=UTF-8" /> <script type="text/javascript" src="rcov.js"></script> </head> <body> <h1>Noah C0 Coverage Information - RCov</h1> <h2>lib/noah.rb</h2> <div class="report_table_wrapper"> <table class='report' id='report_table'> <thead> <tr> <th class="left_align">Name</th> <th class="right_align">Total Lines</th> <th class="right_align">Lines of Code</th> <th class="left_align">Total Coverage</th> <th class="left_align">Code Coverage</th> </tr> </thead> <tbody> <tr> <td class="left_align"><a href="lib-noah_rb.html">lib/noah.rb</a></td> <td class='right_align'><tt>18</tt></td> <td class='right_align'><tt>17</tt></td> <td class="left_align"><div class="percent_graph_legend"><tt class=''>83.33%</tt></div> <div class="percent_graph"> <div class="covered" style="width:83px"></div> <div class="uncovered" style="width:17px"></div> </div></td> <td class="left_align"><div class="percent_graph_legend"><tt class=''>82.35%</tt></div> <div class="percent_graph"> <div class="covered" style="width:82px"></div> <div class="uncovered" style="width:18px"></div> </div></td> </tr> </tbody> </table> </div> <h3>Key</h3> <div class="key"><pre><span class='marked'>Code reported as executed by Ruby looks like this...</span><span class='marked1'>and this: this line is also marked as covered.</span><span class='inferred'>Lines considered as run by rcov, but not reported by Ruby, look like this,</span><span class='inferred1'>and this: these lines were inferred by rcov (using simple heuristics).</span><span class='uncovered'>Finally, here's a line marked as not executed.</span></pre></div> <h3>Coverage Details</h3> <table class="details"> <tbody> <tr class="uncovered"> <td><pre><a name="line1">1</a> require 'ohm'</pre></td> </tr> <tr class="marked"> <td><pre><a name="line2">2</a> require 'ohm/contrib'</pre></td> </tr> <tr class="marked"> <td><pre><a name="line3">3</a> begin</pre></td> </tr> <tr class="marked"> <td><pre><a name="line4">4</a> require 'yajl'</pre></td> </tr> <tr class="marked"> <td><pre><a name="line5">5</a> rescue LoadError</pre></td> </tr> <tr class="inferred"> <td><pre><a name="line6">6</a> require 'json'</pre></td> </tr> <tr class="inferred"> <td><pre><a name="line7">7</a> end</pre></td> </tr> <tr class="uncovered"> <td><pre><a name="line8">8</a> require 'haml'</pre></td> </tr> <tr class="marked"> <td><pre><a name="line9">9</a> require 'yaml'</pre></td> </tr> <tr class="marked"> <td><pre><a name="line10">10</a> require 'sinatra/base'</pre></td> </tr> <tr class="marked"> <td><pre><a name="line11">11</a> require 'sinatra/namespace'</pre></td> </tr> <tr class="marked"> <td><pre><a name="line12">12</a> </pre></td> </tr> <tr class="uncovered"> <td><pre><a name="line13">13</a> require File.join(File.dirname(__FILE__), 'noah','hosts')</pre></td> </tr> <tr class="marked"> <td><pre><a name="line14">14</a> require File.join(File.dirname(__FILE__), 'noah','services')</pre></td> </tr> <tr class="marked"> <td><pre><a name="line15">15</a> require File.join(File.dirname(__FILE__), 'noah','applications')</pre></td> </tr> <tr class="marked"> <td><pre><a name="line16">16</a> require File.join(File.dirname(__FILE__), 'noah','configurations')</pre></td> </tr> <tr class="marked"> <td><pre><a name="line17">17</a> require File.join(File.dirname(__FILE__), 'noah','watchers')</pre></td> </tr> <tr class="marked"> <td><pre><a name="line18">18</a> require File.join(File.dirname(__FILE__), 'noah','app')</pre></td> </tr> </tbody> </table> <p>Generated on 2011-02-08 01:54:21 -0500 with <a href="http://github.com/relevance/rcov">rcov 0.9.8</a></p> </body> </html>