semver 4.3.5 → 4.3.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.npmignore +4 -1
- package/package.json +1 -1
- package/.nyc_output/82837.json +0 -1
- package/.nyc_output/82839.json +0 -1
- package/.nyc_output/82841.json +0 -1
- package/.nyc_output/82843.json +0 -1
- package/.nyc_output/82845.json +0 -1
- package/.nyc_output/82847.json +0 -1
- package/.nyc_output/82849.json +0 -1
- package/.nyc_output/82851.json +0 -1
- package/.nyc_output/82853.json +0 -1
- package/coverage/lcov-report/base.css +0 -182
- package/coverage/lcov-report/index.html +0 -73
- package/coverage/lcov-report/prettify.css +0 -1
- package/coverage/lcov-report/prettify.js +0 -1
- package/coverage/lcov-report/semver.js.html +0 -3660
- package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
- package/coverage/lcov-report/sorter.js +0 -156
- package/coverage/lcov.info +0 -2355
- package/coverage/tap/bin/index.html +0 -73
- package/coverage/tap/bin/run.js.html +0 -1323
- package/coverage/tap/lib/assert.js.html +0 -972
- package/coverage/tap/lib/index.html +0 -125
- package/coverage/tap/lib/mocha.js.html +0 -189
- package/coverage/tap/lib/root.js.html +0 -120
- package/coverage/tap/lib/stack.js.html +0 -711
- package/coverage/tap/lib/synonyms.js.html +0 -318
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
<!doctype html>
|
|
2
|
-
<html lang="en">
|
|
3
|
-
<head>
|
|
4
|
-
<title>Code coverage report for ./../tap/bin/</title>
|
|
5
|
-
<meta charset="utf-8">
|
|
6
|
-
<link rel="stylesheet" href="../../../prettify.css">
|
|
7
|
-
<link rel="stylesheet" href="../../../base.css">
|
|
8
|
-
<style type='text/css'>
|
|
9
|
-
div.coverage-summary .sorter {
|
|
10
|
-
background-image: url(../../../sort-arrow-sprite.png);
|
|
11
|
-
}
|
|
12
|
-
</style>
|
|
13
|
-
</head>
|
|
14
|
-
<body>
|
|
15
|
-
<div class="header medium">
|
|
16
|
-
<h1>Code coverage report for <span class="entity">./../tap/bin/</span></h1>
|
|
17
|
-
<h2>
|
|
18
|
-
Statements: <span class="metric">52.89% <small>(128 / 242)</small></span>
|
|
19
|
-
Branches: <span class="metric">42.24% <small>(68 / 161)</small></span>
|
|
20
|
-
Functions: <span class="metric">40% <small>(6 / 15)</small></span>
|
|
21
|
-
Lines: <span class="metric">53.11% <small>(128 / 241)</small></span>
|
|
22
|
-
Ignored: <span class="metric">35 statements, 4 functions, 18 branches</span>
|
|
23
|
-
</h2>
|
|
24
|
-
<div class="path"><a href="../../../index.html">All files</a> » ./../tap/bin/</div>
|
|
25
|
-
</div>
|
|
26
|
-
<div class="body">
|
|
27
|
-
<div class="coverage-summary">
|
|
28
|
-
<table>
|
|
29
|
-
<thead>
|
|
30
|
-
<tr>
|
|
31
|
-
<th data-col="file" data-fmt="html" data-html="true" class="file">File</th>
|
|
32
|
-
<th data-col="pic" data-type="number" data-fmt="html" data-html="true" class="pic"></th>
|
|
33
|
-
<th data-col="statements" data-type="number" data-fmt="pct" class="pct">Statements</th>
|
|
34
|
-
<th data-col="statements_raw" data-type="number" data-fmt="html" class="abs"></th>
|
|
35
|
-
<th data-col="branches" data-type="number" data-fmt="pct" class="pct">Branches</th>
|
|
36
|
-
<th data-col="branches_raw" data-type="number" data-fmt="html" class="abs"></th>
|
|
37
|
-
<th data-col="functions" data-type="number" data-fmt="pct" class="pct">Functions</th>
|
|
38
|
-
<th data-col="functions_raw" data-type="number" data-fmt="html" class="abs"></th>
|
|
39
|
-
<th data-col="lines" data-type="number" data-fmt="pct" class="pct">Lines</th>
|
|
40
|
-
<th data-col="lines_raw" data-type="number" data-fmt="html" class="abs"></th>
|
|
41
|
-
</tr>
|
|
42
|
-
</thead>
|
|
43
|
-
<tbody><tr>
|
|
44
|
-
<td class="file medium" data-value="run.js"><a href="run.js.html">run.js</a></td>
|
|
45
|
-
<td data-value="52.89" class="pic medium"><span class="cover-fill" style="width: 52px;"></span><span class="cover-empty" style="width:48px;"></span></td>
|
|
46
|
-
<td data-value="52.89" class="pct medium">52.89%</td>
|
|
47
|
-
<td data-value="242" class="abs medium">(128 / 242)</td>
|
|
48
|
-
<td data-value="42.24" class="pct low">42.24%</td>
|
|
49
|
-
<td data-value="161" class="abs low">(68 / 161)</td>
|
|
50
|
-
<td data-value="40" class="pct low">40%</td>
|
|
51
|
-
<td data-value="15" class="abs low">(6 / 15)</td>
|
|
52
|
-
<td data-value="53.11" class="pct medium">53.11%</td>
|
|
53
|
-
<td data-value="241" class="abs medium">(128 / 241)</td>
|
|
54
|
-
</tr>
|
|
55
|
-
|
|
56
|
-
</tbody>
|
|
57
|
-
</table>
|
|
58
|
-
</div>
|
|
59
|
-
</div>
|
|
60
|
-
<div class="footer">
|
|
61
|
-
<div class="meta">Generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Fri May 29 2015 15:18:45 GMT-0700 (PDT)</div>
|
|
62
|
-
</div>
|
|
63
|
-
<script src="../../../prettify.js"></script>
|
|
64
|
-
<script>
|
|
65
|
-
window.onload = function () {
|
|
66
|
-
if (typeof prettyPrint === 'function') {
|
|
67
|
-
prettyPrint();
|
|
68
|
-
}
|
|
69
|
-
};
|
|
70
|
-
</script>
|
|
71
|
-
<script src="../../../sorter.js"></script>
|
|
72
|
-
</body>
|
|
73
|
-
</html>
|