<!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>C0 code coverage information</title>
<style type='text/css'>body { background-color: rgb(240, 240, 245); }</style>
<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 }</style>" )
// ]]>
</script>
</head>
<body><h3>C0 code coverage information</h3>
<p>Generated on Sun Mar 02 17:32:04 -0800 2008 with <a href='http://eigenclass.org/hiki/rcov'>rcov 0.8.1.2</a>
</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>126</tt>
</td>
<td class='lines_code'><tt>91</tt>
</td>
<td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_total'>92.9%</tt>
</td>
<td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='93'/>
<td class='uncovered' width='7'/>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_code'>93.4%</tt>
</td>
<td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='93'/>
<td class='uncovered' width='7'/>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr class='dark'><td><a href='app-controllers-application_rb.html'>app/controllers/application.rb</a>
</td>
<td class='lines_total'><tt>14</tt>
</td>
<td class='lines_code'><tt>7</tt>
</td>
<td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_total'>100.0%</tt>
</td>
<td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='100'/>
<td class='uncovered' width='0'/>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_code'>100.0%</tt>
</td>
<td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='100'/>
<td class='uncovered' width='0'/>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr class='light'><td><a href='app-controllers-links_controller_rb.html'>app/controllers/links_controller.rb</a>
</td>
<td class='lines_total'><tt>36</tt>
</td>
<td class='lines_code'><tt>30</tt>
</td>
<td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_total'>100.0%</tt>
</td>
<td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='100'/>
<td class='uncovered' width='0'/>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_code'>100.0%</tt>
</td>
<td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='100'/>
<td class='uncovered' width='0'/>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr class='dark'><td><a href='app-helpers-application_helper_rb.html'>app/helpers/application_helper.rb</a>
</td>
<td class='lines_total'><tt>3</tt>
</td>
<td class='lines_code'><tt>2</tt>
</td>
<td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_total'>100.0%</tt>
</td>
<td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='100'/>
<td class='uncovered' width='0'/>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_code'>100.0%</tt>
</td>
<td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='100'/>
<td class='uncovered' width='0'/>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr class='light'><td><a href='app-helpers-links_helper_rb.html'>app/helpers/links_helper.rb</a>
</td>
<td class='lines_total'><tt>2</tt>
</td>
<td class='lines_code'><tt>2</tt>
</td>
<td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_total'>100.0%</tt>
</td>
<td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='100'/>
<td class='uncovered' width='0'/>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_code'>100.0%</tt>
</td>
<td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='100'/>
<td class='uncovered' width='0'/>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr class='dark'><td><a href='app-models-link_rb.html'>app/models/link.rb</a>
</td>
<td class='lines_total'><tt>49</tt>
</td>
<td class='lines_code'><tt>39</tt>
</td>
<td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_total'>93.9%</tt>
</td>
<td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='94'/>
<td class='uncovered' width='6'/>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_code'>92.3%</tt>
</td>
<td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='92'/>
<td class='uncovered' width='8'/>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr class='light'><td><a href='app-models-visit_rb.html'>app/models/visit.rb</a>
</td>
<td class='lines_total'><tt>3</tt>
</td>
<td class='lines_code'><tt>3</tt>
</td>
<td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_total'>100.0%</tt>
</td>
<td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='100'/>
<td class='uncovered' width='0'/>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_code'>100.0%</tt>
</td>
<td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='100'/>
<td class='uncovered' width='0'/>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr class='dark'><td><a href='lib-hash_extensions_rb.html'>lib/hash_extensions.rb</a>
</td>
<td class='lines_total'><tt>19</tt>
</td>
<td class='lines_code'><tt>8</tt>
</td>
<td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_total'>68.4%</tt>
</td>
<td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='68'/>
<td class='uncovered' width='32'/>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_code'>62.5%</tt>
</td>
<td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='63'/>
<td class='uncovered' width='37'/>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</tbody>
</table>
<hr/>
<p>Generated using the <a href='http://eigenclass.org/hiki.rb?rcov'>rcov code coverage analysis tool for Ruby</a>
version 0.8.1.2.</p>
<p><a href='http://validator.w3.org/check/referer'><img src='http://www.w3.org/Icons/valid-xhtml11' height='31' alt='Valid XHTML 1.1!' width='88'/>
</a>
<a href='http://jigsaw.w3.org/css-validator/check/referer'><img src='http://jigsaw.w3.org/css-validator/images/vcss' alt='Valid CSS!' style='border:0;width:88px;height:31px'/>
</a>
</p>
</body>
</html>