aboutsummaryrefslogtreecommitdiff
path: root/node_modules/@vue/component-compiler-utils/coverage/lcov-report/lib/index.html
diff options
context:
space:
mode:
authorruki <waruqi@gmail.com>2018-11-08 00:38:48 +0800
committerruki <waruqi@gmail.com>2018-11-07 21:53:09 +0800
commit26105034da4fcce7ac883c899d781f016559310d (patch)
treec459a5dc4e3aa0972d9919033ece511ce76dd129 /node_modules/@vue/component-compiler-utils/coverage/lcov-report/lib/index.html
parent2c77f00f1a7ecb6c8192f9c16d3b2001b254a107 (diff)
downloadxmake-docs-26105034da4fcce7ac883c899d781f016559310d.tar.gz
xmake-docs-26105034da4fcce7ac883c899d781f016559310d.zip
switch to vuepress
Diffstat (limited to 'node_modules/@vue/component-compiler-utils/coverage/lcov-report/lib/index.html')
-rw-r--r--node_modules/@vue/component-compiler-utils/coverage/lcov-report/lib/index.html123
1 files changed, 123 insertions, 0 deletions
diff --git a/node_modules/@vue/component-compiler-utils/coverage/lcov-report/lib/index.html b/node_modules/@vue/component-compiler-utils/coverage/lcov-report/lib/index.html
new file mode 100644
index 00000000..7c167d16
--- /dev/null
+++ b/node_modules/@vue/component-compiler-utils/coverage/lcov-report/lib/index.html
@@ -0,0 +1,123 @@
+<!doctype html>
+<html lang="en">
+<head>
+ <title>Code coverage report for lib</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>
+ <a href="../index.html">All files</a> lib
+ </h1>
+ <div class='clearfix'>
+ <div class='fl pad1y space-right2'>
+ <span class="strong">92.47% </span>
+ <span class="quiet">Statements</span>
+ <span class='fraction'>86/93</span>
+ </div>
+ <div class='fl pad1y space-right2'>
+ <span class="strong">77.11% </span>
+ <span class="quiet">Branches</span>
+ <span class='fraction'>64/83</span>
+ </div>
+ <div class='fl pad1y space-right2'>
+ <span class="strong">93.33% </span>
+ <span class="quiet">Functions</span>
+ <span class='fraction'>14/15</span>
+ </div>
+ <div class='fl pad1y space-right2'>
+ <span class="strong">95.56% </span>
+ <span class="quiet">Lines</span>
+ <span class='fraction'>86/90</span>
+ </div>
+ </div>
+ <p class="quiet">
+ Press <em>n</em> or <em>j</em> to go to the next uncovered block, <em>b</em>, <em>p</em> or <em>k</em> for the previous block.
+ </p>
+ </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="compileStyle.ts"><a href="compileStyle.ts.html">compileStyle.ts</a></td>
+ <td data-value="93.33" class="pic high"><div class="chart"><div class="cover-fill" style="width: 93%;"></div><div class="cover-empty" style="width:7%;"></div></div></td>
+ <td data-value="93.33" class="pct high">93.33%</td>
+ <td data-value="30" class="abs high">28/30</td>
+ <td data-value="87.5" class="pct high">87.5%</td>
+ <td data-value="32" class="abs high">28/32</td>
+ <td data-value="83.33" class="pct high">83.33%</td>
+ <td data-value="6" class="abs high">5/6</td>
+ <td data-value="93.33" class="pct high">93.33%</td>
+ <td data-value="30" class="abs high">28/30</td>
+ </tr>
+
+<tr>
+ <td class="file high" data-value="compileTemplate.ts"><a href="compileTemplate.ts.html">compileTemplate.ts</a></td>
+ <td data-value="91.89" class="pic high"><div class="chart"><div class="cover-fill" style="width: 91%;"></div><div class="cover-empty" style="width:9%;"></div></div></td>
+ <td data-value="91.89" class="pct high">91.89%</td>
+ <td data-value="37" class="abs high">34/37</td>
+ <td data-value="78.79" class="pct medium">78.79%</td>
+ <td data-value="33" class="abs medium">26/33</td>
+ <td data-value="100" class="pct high">100%</td>
+ <td data-value="5" class="abs high">5/5</td>
+ <td data-value="97.14" class="pct high">97.14%</td>
+ <td data-value="35" class="abs high">34/35</td>
+ </tr>
+
+<tr>
+ <td class="file high" data-value="parse.ts"><a href="parse.ts.html">parse.ts</a></td>
+ <td data-value="92.31" class="pic high"><div class="chart"><div class="cover-fill" style="width: 92%;"></div><div class="cover-empty" style="width:8%;"></div></div></td>
+ <td data-value="92.31" class="pct high">92.31%</td>
+ <td data-value="26" class="abs high">24/26</td>
+ <td data-value="55.56" class="pct medium">55.56%</td>
+ <td data-value="18" class="abs medium">10/18</td>
+ <td data-value="100" class="pct high">100%</td>
+ <td data-value="4" class="abs high">4/4</td>
+ <td data-value="96" class="pct high">96%</td>
+ <td data-value="25" class="abs high">24/25</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 Mon Oct 22 2018 16:26:45 GMT-0400 (EDT)
+</div>
+</div>
+<script src="../prettify.js"></script>
+<script>
+window.onload = function () {
+ if (typeof prettyPrint === 'function') {
+ prettyPrint();
+ }
+};
+</script>
+<script src="../sorter.js"></script>
+<script src="../block-navigation.js"></script>
+</body>
+</html>