principles-ui-components
Version:
Supporting UI controller for Tizen TV web application, which developed base on React Framework.
107 lines (104 loc) • 4.37 kB
HTML
<html lang="en">
<head>
<title>Code coverage report for All files</title>
<meta charset="utf-8" />
<link rel="stylesheet" href="prettify.css" />
<link rel="stylesheet" href="base.css" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<style type='text/css'>
.coverage-summary .sorter {
background-image: url(sort-arrow-sprite.png);
}
</style>
</head>
<body>
<div class='wrapper'>
<div class='pad1'>
<h1>
All files
</h1>
<div class='clearfix'>
<div class='fl pad1y space-right2'>
<span class="strong">99.79% </span>
<span class="quiet">Statements</span>
<span class='fraction'>938/940</span>
</div>
<div class='fl pad1y space-right2'>
<span class="strong">94.16% </span>
<span class="quiet">Branches</span>
<span class='fraction'>484/514</span>
</div>
<div class='fl pad1y space-right2'>
<span class="strong">100% </span>
<span class="quiet">Functions</span>
<span class='fraction'>167/167</span>
</div>
<div class='fl pad1y space-right2'>
<span class="strong">99.78% </span>
<span class="quiet">Lines</span>
<span class='fraction'>928/930</span>
</div>
</div>
</div>
<div class='status-line high'></div>
<div class="pad1">
<table class="coverage-summary">
<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="UI_Component"><a href="UI_Component/index.html">UI_Component</a></td>
<td data-value="100" class="pic high"><div class="chart"><div class="cover-fill cover-full" style="width: 100%;"></div><div class="cover-empty" style="width:0%;"></div></div></td>
<td data-value="100" class="pct high">100%</td>
<td data-value="749" class="abs high">749/749</td>
<td data-value="94.3" class="pct high">94.3%</td>
<td data-value="421" class="abs high">397/421</td>
<td data-value="100" class="pct high">100%</td>
<td data-value="121" class="abs high">121/121</td>
<td data-value="100" class="pct high">100%</td>
<td data-value="743" class="abs high">743/743</td>
</tr>
<tr>
<td class="file high" data-value="UI_Component/common"><a href="UI_Component/common/index.html">UI_Component/common</a></td>
<td data-value="98.95" class="pic high"><div class="chart"><div class="cover-fill" style="width: 98%;"></div><div class="cover-empty" style="width:2%;"></div></div></td>
<td data-value="98.95" class="pct high">98.95%</td>
<td data-value="191" class="abs high">189/191</td>
<td data-value="93.55" class="pct high">93.55%</td>
<td data-value="93" class="abs high">87/93</td>
<td data-value="100" class="pct high">100%</td>
<td data-value="46" class="abs high">46/46</td>
<td data-value="98.93" class="pct high">98.93%</td>
<td data-value="187" class="abs high">185/187</td>
</tr>
</tbody>
</table>
</div><div class='push'></div><!-- for sticky footer -->
</div><!-- /wrapper -->
<div class='footer quiet pad2 space-top1 center small'>
Code coverage
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Tue Aug 15 2017 12:07:28 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>