<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title id="window-title">???</title>
<link rel="stylesheet" href="data/tablesorter-theme.css">
<link rel="stylesheet" type="text/css" href="data/bcov.css"/>
</head>
<script type="text/javascript" src="index.json"></script>
<script type="text/javascript" src="data/js/jquery.min.js"></script>
<script type="text/javascript" src="data/js/tablesorter.min.js"></script>
<script type="text/javascript" src="data/js/jquery.tablesorter.widgets.min.js"></script>
<script type="text/javascript" src="data/js/handlebars.js"></script>
<script type="text/javascript" src="data/js/kcov.js"></script>
<body>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr><td class="title">Coverage Report</td></tr>
<tr><td class="ruler"><img src="data/glass.png" width="3" height="3" alt=""/></td></tr>
<tr>
<td width="100%">
<table cellpadding="1" border="0" width="100%">
<tr id="command">
<td class="headerItem" width="20%">Command:</td>
<td id="header-command" class="headerValue" width="80%" colspan=6>???</td>
</tr>
<tr>
<td class="headerItem" width="20%">Date: </td>
<td id="header-date" class="headerValue" width="15%"></td>
<td width="5%"></td>
<td class="headerItem" width="20%">Instrumented lines:</td>
<td id="header-instrumented" class="headerValue" width="10%">???</td>
</tr>
<tr>
<td class="headerItem" width="20%">Code covered:</td>
<td id="header-percent-covered" width="15%">???</td>
<td width="5%"></td>
<td class="headerItem" width="20%">Executed lines:</td>
<td id="header-covered" class="headerValue" width="10%">???</td>
</tr>
</table>
</td>
</tr>
<tr><td class="ruler"><img src="data/glass.png" width="3" height="3" alt=""/></td></tr>
</table>
<script id="files-template" type="text/x-handlebars-template">
<center>
<table width="80%" cellpadding="2" cellspacing="1" border="0" id="index-table" class="tablesorter">
<thead>
<tr>
<th class="tableHead" width="50%">Filename</th>
<th width="20%">Coverage percent</th>
<th width="10%">Covered lines</th>
<th width="10%">Uncovered lines</th>
<th width="10%">Executable lines</th>
</tr>
</thead>
<tbody id="main-data">
{{#each files}}
<tr>
<td class="coverFile"><a href="{{link}}" title="{{title}}">{{summary_name}}</a></td>
<td class="coverPer"><span style="display:block;width:{{covered}}%" class="{{covered_class}}">{{covered}}%</td>
<td class="coverNum">{{covered_lines}}</td>
<td class="coverNum">{{uncovered_lines}}</td>
<td class="coverNum">{{total_lines}}</td>
</tr>
{{/each}}
</tbody>
{{#each merged_files}}
<tbody tablesorter-no-sort id="merged-data">
<tr>
<td class="coverFile"><a href="{{link}}" title="{{title}}">{{summary_name}}</a></td>
<td class="coverPer"><span style="display:block;width:{{covered}}%" class="{{covered_class}}">{{covered}}%</td>
<td class="coverNum">{{covered_lines}}</td>
<td class="coverNum">{{uncovered_lines}}</td>
<td class="coverNum">{{total_lines}}</td>
</tr>
</tbody>
{{/each}}
</table>
</center>
</script>
<div id="files-placeholder"></div>
<br>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr><td class="ruler"><img src="data/amber.png" width="3" height="3" alt=""/></td></tr>
<tr><td class="versionInfo">Generated by: <a href="http://simonkagstrom.github.com/kcov/index.html">Kcov</a></td></tr>
</table>
</body>
</html>