yaqrcode
Version:
Yet another node-qrcode Generator! Simple and pure javascript!
99 lines (84 loc) • 4.05 kB
HTML
<html lang="en">
<head>
<title>Code coverage report for node-yaqrcode/</title>
<meta charset="utf-8">
<link rel="stylesheet" href="../prettify.css">
<link rel="stylesheet" href="../base.css">
<style type='text/css'>
div.coverage-summary .sorter {
background-image: url(../sort-arrow-sprite.png);
}
</style>
</head>
<body>
<div class="header medium">
<h1>Code coverage report for <span class="entity">node-yaqrcode/</span></h1>
<h2>
Statements: <span class="metric">77.83% <small>(618 / 794)</small></span>
Branches: <span class="metric">66.78% <small>(201 / 301)</small></span>
Functions: <span class="metric">86.17% <small>(81 / 94)</small></span>
Lines: <span class="metric">77.61% <small>(603 / 777)</small></span>
Ignored: <span class="metric"><span class="ignore-none">none</span></span>
</h2>
<div class="path"><a href="../index.html">All files</a> » node-yaqrcode/</div>
</div>
<div class="body">
<div class="coverage-summary">
<table>
<thead>
<tr>
<th data-col="file" data-fmt="html" data-html="true" class="file">File</th>
<th data-col="pic" data-type="number" data-fmt="html" data-html="true" class="pic"></th>
<th data-col="statements" data-type="number" data-fmt="pct" class="pct">Statements</th>
<th data-col="statements_raw" data-type="number" data-fmt="html" class="abs"></th>
<th data-col="branches" data-type="number" data-fmt="pct" class="pct">Branches</th>
<th data-col="branches_raw" data-type="number" data-fmt="html" class="abs"></th>
<th data-col="functions" data-type="number" data-fmt="pct" class="pct">Functions</th>
<th data-col="functions_raw" data-type="number" data-fmt="html" class="abs"></th>
<th data-col="lines" data-type="number" data-fmt="pct" class="pct">Lines</th>
<th data-col="lines_raw" data-type="number" data-fmt="html" class="abs"></th>
</tr>
</thead>
<tbody><tr>
<td class="file high" data-value="index.js"><a href="index.js.html">index.js</a></td>
<td data-value="94.44" class="pic high"><span class="cover-fill" style="width: 94px;"></span><span class="cover-empty" style="width:6px;"></span></td>
<td data-value="94.44" class="pct high">94.44%</td>
<td data-value="18" class="abs high">(17 / 18)</td>
<td data-value="83.33" class="pct high">83.33%</td>
<td data-value="12" class="abs high">(10 / 12)</td>
<td data-value="100" class="pct high">100%</td>
<td data-value="1" class="abs high">(1 / 1)</td>
<td data-value="94.44" class="pct high">94.44%</td>
<td data-value="18" class="abs high">(17 / 18)</td>
</tr>
<tr>
<td class="file medium" data-value="qrcode.js"><a href="qrcode.js.html">qrcode.js</a></td>
<td data-value="77.45" class="pic medium"><span class="cover-fill" style="width: 77px;"></span><span class="cover-empty" style="width:23px;"></span></td>
<td data-value="77.45" class="pct medium">77.45%</td>
<td data-value="776" class="abs medium">(601 / 776)</td>
<td data-value="66.09" class="pct medium">66.09%</td>
<td data-value="289" class="abs medium">(191 / 289)</td>
<td data-value="86.02" class="pct high">86.02%</td>
<td data-value="93" class="abs high">(80 / 93)</td>
<td data-value="77.21" class="pct medium">77.21%</td>
<td data-value="759" class="abs medium">(586 / 759)</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="footer">
<div class="meta">Generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Thu May 28 2015 10:27:29 GMT+0800 (CST)</div>
</div>
<script src="../prettify.js"></script>
<script>
window.onload = function () {
if (typeof prettyPrint === 'function') {
prettyPrint();
}
};
</script>
<script src="../sorter.js"></script>
</body>
</html>