@hitchy/plugin-auth 0.3.4 → 0.3.5
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/coverage/block-navigation.js +8 -0
- package/coverage/index.html +8 -3
- package/coverage/plugin-auth/api/controller/index.html +8 -3
- package/coverage/plugin-auth/api/controller/user.js.html +8 -3
- package/coverage/plugin-auth/api/model/authorization/index.html +8 -3
- package/coverage/plugin-auth/api/model/authorization/rule.js.html +8 -3
- package/coverage/plugin-auth/api/model/index.html +8 -3
- package/coverage/plugin-auth/api/model/role.js.html +8 -3
- package/coverage/plugin-auth/api/model/user-to-role.js.html +8 -3
- package/coverage/plugin-auth/api/model/user.js.html +8 -3
- package/coverage/plugin-auth/api/policy/authentication.js.html +8 -3
- package/coverage/plugin-auth/api/policy/authorization.js.html +8 -3
- package/coverage/plugin-auth/api/policy/index.html +8 -3
- package/coverage/plugin-auth/api/policy/user.js.html +8 -3
- package/coverage/plugin-auth/api/service/auth/index.html +8 -3
- package/coverage/plugin-auth/api/service/auth/manager.js.html +8 -3
- package/coverage/plugin-auth/api/service/authentication/index.html +8 -3
- package/coverage/plugin-auth/api/service/authentication/passport.js.html +8 -3
- package/coverage/plugin-auth/api/service/authentication/strategies.js.html +8 -3
- package/coverage/plugin-auth/api/service/authorization/index.html +8 -3
- package/coverage/plugin-auth/api/service/authorization/node.js.html +8 -3
- package/coverage/plugin-auth/api/service/authorization/policy-generator.js.html +8 -3
- package/coverage/plugin-auth/api/service/authorization/tree.js.html +8 -3
- package/coverage/plugin-auth/config/auth.js.html +8 -3
- package/coverage/plugin-auth/config/index.html +8 -3
- package/coverage/plugin-auth/index.html +8 -3
- package/coverage/plugin-auth/index.js.html +8 -3
- package/coverage/sorter.js +26 -0
- package/coverage/tmp/coverage-2884-1653923449663-0.json +1 -0
- package/package.json +11 -11
|
@@ -63,6 +63,14 @@ var jumpToCode = (function init() {
|
|
|
63
63
|
}
|
|
64
64
|
|
|
65
65
|
return function jump(event) {
|
|
66
|
+
if (
|
|
67
|
+
document.getElementById('fileSearch') === document.activeElement &&
|
|
68
|
+
document.activeElement != null
|
|
69
|
+
) {
|
|
70
|
+
// if we're currently focused on the search input, we don't want to navigate
|
|
71
|
+
return;
|
|
72
|
+
}
|
|
73
|
+
|
|
66
74
|
switch (event.which) {
|
|
67
75
|
case 78: // n
|
|
68
76
|
case 74: // j
|
package/coverage/index.html
CHANGED
|
@@ -54,6 +54,12 @@
|
|
|
54
54
|
<p class="quiet">
|
|
55
55
|
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.
|
|
56
56
|
</p>
|
|
57
|
+
<template id="filterTemplate">
|
|
58
|
+
<div class="quiet">
|
|
59
|
+
Filter:
|
|
60
|
+
<input oninput="onInput()" type="search" id="fileSearch">
|
|
61
|
+
</div>
|
|
62
|
+
</template>
|
|
57
63
|
</div>
|
|
58
64
|
<div class='status-line high'></div>
|
|
59
65
|
<div class="pad1">
|
|
@@ -214,10 +220,9 @@
|
|
|
214
220
|
</div><!-- /wrapper -->
|
|
215
221
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
216
222
|
Code coverage generated by
|
|
217
|
-
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
218
|
-
at Mon
|
|
223
|
+
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
224
|
+
at Mon May 30 2022 17:10:50 GMT+0200 (Mitteleuropäische Sommerzeit)
|
|
219
225
|
</div>
|
|
220
|
-
</div>
|
|
221
226
|
<script src="prettify.js"></script>
|
|
222
227
|
<script>
|
|
223
228
|
window.onload = function () {
|
|
@@ -54,6 +54,12 @@
|
|
|
54
54
|
<p class="quiet">
|
|
55
55
|
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.
|
|
56
56
|
</p>
|
|
57
|
+
<template id="filterTemplate">
|
|
58
|
+
<div class="quiet">
|
|
59
|
+
Filter:
|
|
60
|
+
<input oninput="onInput()" type="search" id="fileSearch">
|
|
61
|
+
</div>
|
|
62
|
+
</template>
|
|
57
63
|
</div>
|
|
58
64
|
<div class='status-line high'></div>
|
|
59
65
|
<div class="pad1">
|
|
@@ -94,10 +100,9 @@
|
|
|
94
100
|
</div><!-- /wrapper -->
|
|
95
101
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
96
102
|
Code coverage generated by
|
|
97
|
-
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
98
|
-
at Mon
|
|
103
|
+
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
104
|
+
at Mon May 30 2022 17:10:50 GMT+0200 (Mitteleuropäische Sommerzeit)
|
|
99
105
|
</div>
|
|
100
|
-
</div>
|
|
101
106
|
<script src="../../../prettify.js"></script>
|
|
102
107
|
<script>
|
|
103
108
|
window.onload = function () {
|
|
@@ -54,6 +54,12 @@
|
|
|
54
54
|
<p class="quiet">
|
|
55
55
|
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.
|
|
56
56
|
</p>
|
|
57
|
+
<template id="filterTemplate">
|
|
58
|
+
<div class="quiet">
|
|
59
|
+
Filter:
|
|
60
|
+
<input oninput="onInput()" type="search" id="fileSearch">
|
|
61
|
+
</div>
|
|
62
|
+
</template>
|
|
57
63
|
</div>
|
|
58
64
|
<div class='status-line high'></div>
|
|
59
65
|
<pre><table class="coverage">
|
|
@@ -351,10 +357,9 @@ module.exports = function() {
|
|
|
351
357
|
</div><!-- /wrapper -->
|
|
352
358
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
353
359
|
Code coverage generated by
|
|
354
|
-
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
355
|
-
at Mon
|
|
360
|
+
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
361
|
+
at Mon May 30 2022 17:10:50 GMT+0200 (Mitteleuropäische Sommerzeit)
|
|
356
362
|
</div>
|
|
357
|
-
</div>
|
|
358
363
|
<script src="../../../prettify.js"></script>
|
|
359
364
|
<script>
|
|
360
365
|
window.onload = function () {
|
|
@@ -54,6 +54,12 @@
|
|
|
54
54
|
<p class="quiet">
|
|
55
55
|
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.
|
|
56
56
|
</p>
|
|
57
|
+
<template id="filterTemplate">
|
|
58
|
+
<div class="quiet">
|
|
59
|
+
Filter:
|
|
60
|
+
<input oninput="onInput()" type="search" id="fileSearch">
|
|
61
|
+
</div>
|
|
62
|
+
</template>
|
|
57
63
|
</div>
|
|
58
64
|
<div class='status-line medium'></div>
|
|
59
65
|
<div class="pad1">
|
|
@@ -94,10 +100,9 @@
|
|
|
94
100
|
</div><!-- /wrapper -->
|
|
95
101
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
96
102
|
Code coverage generated by
|
|
97
|
-
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
98
|
-
at Mon
|
|
103
|
+
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
104
|
+
at Mon May 30 2022 17:10:50 GMT+0200 (Mitteleuropäische Sommerzeit)
|
|
99
105
|
</div>
|
|
100
|
-
</div>
|
|
101
106
|
<script src="../../../../prettify.js"></script>
|
|
102
107
|
<script>
|
|
103
108
|
window.onload = function () {
|
|
@@ -54,6 +54,12 @@
|
|
|
54
54
|
<p class="quiet">
|
|
55
55
|
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.
|
|
56
56
|
</p>
|
|
57
|
+
<template id="filterTemplate">
|
|
58
|
+
<div class="quiet">
|
|
59
|
+
Filter:
|
|
60
|
+
<input oninput="onInput()" type="search" id="fileSearch">
|
|
61
|
+
</div>
|
|
62
|
+
</template>
|
|
57
63
|
</div>
|
|
58
64
|
<div class='status-line medium'></div>
|
|
59
65
|
<pre><table class="coverage">
|
|
@@ -210,10 +216,9 @@ module.exports = function() {
|
|
|
210
216
|
</div><!-- /wrapper -->
|
|
211
217
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
212
218
|
Code coverage generated by
|
|
213
|
-
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
214
|
-
at Mon
|
|
219
|
+
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
220
|
+
at Mon May 30 2022 17:10:50 GMT+0200 (Mitteleuropäische Sommerzeit)
|
|
215
221
|
</div>
|
|
216
|
-
</div>
|
|
217
222
|
<script src="../../../../prettify.js"></script>
|
|
218
223
|
<script>
|
|
219
224
|
window.onload = function () {
|
|
@@ -54,6 +54,12 @@
|
|
|
54
54
|
<p class="quiet">
|
|
55
55
|
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.
|
|
56
56
|
</p>
|
|
57
|
+
<template id="filterTemplate">
|
|
58
|
+
<div class="quiet">
|
|
59
|
+
Filter:
|
|
60
|
+
<input oninput="onInput()" type="search" id="fileSearch">
|
|
61
|
+
</div>
|
|
62
|
+
</template>
|
|
57
63
|
</div>
|
|
58
64
|
<div class='status-line high'></div>
|
|
59
65
|
<div class="pad1">
|
|
@@ -124,10 +130,9 @@
|
|
|
124
130
|
</div><!-- /wrapper -->
|
|
125
131
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
126
132
|
Code coverage generated by
|
|
127
|
-
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
128
|
-
at Mon
|
|
133
|
+
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
134
|
+
at Mon May 30 2022 17:10:50 GMT+0200 (Mitteleuropäische Sommerzeit)
|
|
129
135
|
</div>
|
|
130
|
-
</div>
|
|
131
136
|
<script src="../../../prettify.js"></script>
|
|
132
137
|
<script>
|
|
133
138
|
window.onload = function () {
|
|
@@ -54,6 +54,12 @@
|
|
|
54
54
|
<p class="quiet">
|
|
55
55
|
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.
|
|
56
56
|
</p>
|
|
57
|
+
<template id="filterTemplate">
|
|
58
|
+
<div class="quiet">
|
|
59
|
+
Filter:
|
|
60
|
+
<input oninput="onInput()" type="search" id="fileSearch">
|
|
61
|
+
</div>
|
|
62
|
+
</template>
|
|
57
63
|
</div>
|
|
58
64
|
<div class='status-line high'></div>
|
|
59
65
|
<pre><table class="coverage">
|
|
@@ -183,10 +189,9 @@ module.exports = function() {
|
|
|
183
189
|
</div><!-- /wrapper -->
|
|
184
190
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
185
191
|
Code coverage generated by
|
|
186
|
-
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
187
|
-
at Mon
|
|
192
|
+
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
193
|
+
at Mon May 30 2022 17:10:50 GMT+0200 (Mitteleuropäische Sommerzeit)
|
|
188
194
|
</div>
|
|
189
|
-
</div>
|
|
190
195
|
<script src="../../../prettify.js"></script>
|
|
191
196
|
<script>
|
|
192
197
|
window.onload = function () {
|
|
@@ -54,6 +54,12 @@
|
|
|
54
54
|
<p class="quiet">
|
|
55
55
|
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.
|
|
56
56
|
</p>
|
|
57
|
+
<template id="filterTemplate">
|
|
58
|
+
<div class="quiet">
|
|
59
|
+
Filter:
|
|
60
|
+
<input oninput="onInput()" type="search" id="fileSearch">
|
|
61
|
+
</div>
|
|
62
|
+
</template>
|
|
57
63
|
</div>
|
|
58
64
|
<div class='status-line high'></div>
|
|
59
65
|
<pre><table class="coverage">
|
|
@@ -150,10 +156,9 @@ module.exports = function() {
|
|
|
150
156
|
</div><!-- /wrapper -->
|
|
151
157
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
152
158
|
Code coverage generated by
|
|
153
|
-
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
154
|
-
at Mon
|
|
159
|
+
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
160
|
+
at Mon May 30 2022 17:10:50 GMT+0200 (Mitteleuropäische Sommerzeit)
|
|
155
161
|
</div>
|
|
156
|
-
</div>
|
|
157
162
|
<script src="../../../prettify.js"></script>
|
|
158
163
|
<script>
|
|
159
164
|
window.onload = function () {
|
|
@@ -54,6 +54,12 @@
|
|
|
54
54
|
<p class="quiet">
|
|
55
55
|
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.
|
|
56
56
|
</p>
|
|
57
|
+
<template id="filterTemplate">
|
|
58
|
+
<div class="quiet">
|
|
59
|
+
Filter:
|
|
60
|
+
<input oninput="onInput()" type="search" id="fileSearch">
|
|
61
|
+
</div>
|
|
62
|
+
</template>
|
|
57
63
|
</div>
|
|
58
64
|
<div class='status-line high'></div>
|
|
59
65
|
<pre><table class="coverage">
|
|
@@ -735,10 +741,9 @@ module.exports = function() {
|
|
|
735
741
|
</div><!-- /wrapper -->
|
|
736
742
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
737
743
|
Code coverage generated by
|
|
738
|
-
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
739
|
-
at Mon
|
|
744
|
+
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
745
|
+
at Mon May 30 2022 17:10:50 GMT+0200 (Mitteleuropäische Sommerzeit)
|
|
740
746
|
</div>
|
|
741
|
-
</div>
|
|
742
747
|
<script src="../../../prettify.js"></script>
|
|
743
748
|
<script>
|
|
744
749
|
window.onload = function () {
|
|
@@ -54,6 +54,12 @@
|
|
|
54
54
|
<p class="quiet">
|
|
55
55
|
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.
|
|
56
56
|
</p>
|
|
57
|
+
<template id="filterTemplate">
|
|
58
|
+
<div class="quiet">
|
|
59
|
+
Filter:
|
|
60
|
+
<input oninput="onInput()" type="search" id="fileSearch">
|
|
61
|
+
</div>
|
|
62
|
+
</template>
|
|
57
63
|
</div>
|
|
58
64
|
<div class='status-line high'></div>
|
|
59
65
|
<pre><table class="coverage">
|
|
@@ -762,10 +768,9 @@ module.exports = function() {
|
|
|
762
768
|
</div><!-- /wrapper -->
|
|
763
769
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
764
770
|
Code coverage generated by
|
|
765
|
-
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
766
|
-
at Mon
|
|
771
|
+
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
772
|
+
at Mon May 30 2022 17:10:50 GMT+0200 (Mitteleuropäische Sommerzeit)
|
|
767
773
|
</div>
|
|
768
|
-
</div>
|
|
769
774
|
<script src="../../../prettify.js"></script>
|
|
770
775
|
<script>
|
|
771
776
|
window.onload = function () {
|
|
@@ -54,6 +54,12 @@
|
|
|
54
54
|
<p class="quiet">
|
|
55
55
|
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.
|
|
56
56
|
</p>
|
|
57
|
+
<template id="filterTemplate">
|
|
58
|
+
<div class="quiet">
|
|
59
|
+
Filter:
|
|
60
|
+
<input oninput="onInput()" type="search" id="fileSearch">
|
|
61
|
+
</div>
|
|
62
|
+
</template>
|
|
57
63
|
</div>
|
|
58
64
|
<div class='status-line high'></div>
|
|
59
65
|
<pre><table class="coverage">
|
|
@@ -165,10 +171,9 @@ module.exports = function() {
|
|
|
165
171
|
</div><!-- /wrapper -->
|
|
166
172
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
167
173
|
Code coverage generated by
|
|
168
|
-
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
169
|
-
at Mon
|
|
174
|
+
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
175
|
+
at Mon May 30 2022 17:10:50 GMT+0200 (Mitteleuropäische Sommerzeit)
|
|
170
176
|
</div>
|
|
171
|
-
</div>
|
|
172
177
|
<script src="../../../prettify.js"></script>
|
|
173
178
|
<script>
|
|
174
179
|
window.onload = function () {
|
|
@@ -54,6 +54,12 @@
|
|
|
54
54
|
<p class="quiet">
|
|
55
55
|
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.
|
|
56
56
|
</p>
|
|
57
|
+
<template id="filterTemplate">
|
|
58
|
+
<div class="quiet">
|
|
59
|
+
Filter:
|
|
60
|
+
<input oninput="onInput()" type="search" id="fileSearch">
|
|
61
|
+
</div>
|
|
62
|
+
</template>
|
|
57
63
|
</div>
|
|
58
64
|
<div class='status-line medium'></div>
|
|
59
65
|
<div class="pad1">
|
|
@@ -124,10 +130,9 @@
|
|
|
124
130
|
</div><!-- /wrapper -->
|
|
125
131
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
126
132
|
Code coverage generated by
|
|
127
|
-
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
128
|
-
at Mon
|
|
133
|
+
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
134
|
+
at Mon May 30 2022 17:10:50 GMT+0200 (Mitteleuropäische Sommerzeit)
|
|
129
135
|
</div>
|
|
130
|
-
</div>
|
|
131
136
|
<script src="../../../prettify.js"></script>
|
|
132
137
|
<script>
|
|
133
138
|
window.onload = function () {
|
|
@@ -54,6 +54,12 @@
|
|
|
54
54
|
<p class="quiet">
|
|
55
55
|
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.
|
|
56
56
|
</p>
|
|
57
|
+
<template id="filterTemplate">
|
|
58
|
+
<div class="quiet">
|
|
59
|
+
Filter:
|
|
60
|
+
<input oninput="onInput()" type="search" id="fileSearch">
|
|
61
|
+
</div>
|
|
62
|
+
</template>
|
|
57
63
|
</div>
|
|
58
64
|
<div class='status-line low'></div>
|
|
59
65
|
<pre><table class="coverage">
|
|
@@ -462,10 +468,9 @@ module.exports = function() {
|
|
|
462
468
|
</div><!-- /wrapper -->
|
|
463
469
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
464
470
|
Code coverage generated by
|
|
465
|
-
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
466
|
-
at Mon
|
|
471
|
+
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
472
|
+
at Mon May 30 2022 17:10:50 GMT+0200 (Mitteleuropäische Sommerzeit)
|
|
467
473
|
</div>
|
|
468
|
-
</div>
|
|
469
474
|
<script src="../../../prettify.js"></script>
|
|
470
475
|
<script>
|
|
471
476
|
window.onload = function () {
|
|
@@ -54,6 +54,12 @@
|
|
|
54
54
|
<p class="quiet">
|
|
55
55
|
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.
|
|
56
56
|
</p>
|
|
57
|
+
<template id="filterTemplate">
|
|
58
|
+
<div class="quiet">
|
|
59
|
+
Filter:
|
|
60
|
+
<input oninput="onInput()" type="search" id="fileSearch">
|
|
61
|
+
</div>
|
|
62
|
+
</template>
|
|
57
63
|
</div>
|
|
58
64
|
<div class='status-line high'></div>
|
|
59
65
|
<div class="pad1">
|
|
@@ -94,10 +100,9 @@
|
|
|
94
100
|
</div><!-- /wrapper -->
|
|
95
101
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
96
102
|
Code coverage generated by
|
|
97
|
-
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
98
|
-
at Mon
|
|
103
|
+
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
104
|
+
at Mon May 30 2022 17:10:50 GMT+0200 (Mitteleuropäische Sommerzeit)
|
|
99
105
|
</div>
|
|
100
|
-
</div>
|
|
101
106
|
<script src="../../../../prettify.js"></script>
|
|
102
107
|
<script>
|
|
103
108
|
window.onload = function () {
|
|
@@ -54,6 +54,12 @@
|
|
|
54
54
|
<p class="quiet">
|
|
55
55
|
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.
|
|
56
56
|
</p>
|
|
57
|
+
<template id="filterTemplate">
|
|
58
|
+
<div class="quiet">
|
|
59
|
+
Filter:
|
|
60
|
+
<input oninput="onInput()" type="search" id="fileSearch">
|
|
61
|
+
</div>
|
|
62
|
+
</template>
|
|
57
63
|
</div>
|
|
58
64
|
<div class='status-line high'></div>
|
|
59
65
|
<pre><table class="coverage">
|
|
@@ -942,10 +948,9 @@ module.exports = function() {
|
|
|
942
948
|
</div><!-- /wrapper -->
|
|
943
949
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
944
950
|
Code coverage generated by
|
|
945
|
-
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
946
|
-
at Mon
|
|
951
|
+
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
952
|
+
at Mon May 30 2022 17:10:50 GMT+0200 (Mitteleuropäische Sommerzeit)
|
|
947
953
|
</div>
|
|
948
|
-
</div>
|
|
949
954
|
<script src="../../../../prettify.js"></script>
|
|
950
955
|
<script>
|
|
951
956
|
window.onload = function () {
|
|
@@ -54,6 +54,12 @@
|
|
|
54
54
|
<p class="quiet">
|
|
55
55
|
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.
|
|
56
56
|
</p>
|
|
57
|
+
<template id="filterTemplate">
|
|
58
|
+
<div class="quiet">
|
|
59
|
+
Filter:
|
|
60
|
+
<input oninput="onInput()" type="search" id="fileSearch">
|
|
61
|
+
</div>
|
|
62
|
+
</template>
|
|
57
63
|
</div>
|
|
58
64
|
<div class='status-line high'></div>
|
|
59
65
|
<div class="pad1">
|
|
@@ -109,10 +115,9 @@
|
|
|
109
115
|
</div><!-- /wrapper -->
|
|
110
116
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
111
117
|
Code coverage generated by
|
|
112
|
-
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
113
|
-
at Mon
|
|
118
|
+
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
119
|
+
at Mon May 30 2022 17:10:50 GMT+0200 (Mitteleuropäische Sommerzeit)
|
|
114
120
|
</div>
|
|
115
|
-
</div>
|
|
116
121
|
<script src="../../../../prettify.js"></script>
|
|
117
122
|
<script>
|
|
118
123
|
window.onload = function () {
|
|
@@ -54,6 +54,12 @@
|
|
|
54
54
|
<p class="quiet">
|
|
55
55
|
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.
|
|
56
56
|
</p>
|
|
57
|
+
<template id="filterTemplate">
|
|
58
|
+
<div class="quiet">
|
|
59
|
+
Filter:
|
|
60
|
+
<input oninput="onInput()" type="search" id="fileSearch">
|
|
61
|
+
</div>
|
|
62
|
+
</template>
|
|
57
63
|
</div>
|
|
58
64
|
<div class='status-line high'></div>
|
|
59
65
|
<pre><table class="coverage">
|
|
@@ -276,10 +282,9 @@ module.exports = function() {
|
|
|
276
282
|
</div><!-- /wrapper -->
|
|
277
283
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
278
284
|
Code coverage generated by
|
|
279
|
-
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
280
|
-
at Mon
|
|
285
|
+
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
286
|
+
at Mon May 30 2022 17:10:50 GMT+0200 (Mitteleuropäische Sommerzeit)
|
|
281
287
|
</div>
|
|
282
|
-
</div>
|
|
283
288
|
<script src="../../../../prettify.js"></script>
|
|
284
289
|
<script>
|
|
285
290
|
window.onload = function () {
|
|
@@ -54,6 +54,12 @@
|
|
|
54
54
|
<p class="quiet">
|
|
55
55
|
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.
|
|
56
56
|
</p>
|
|
57
|
+
<template id="filterTemplate">
|
|
58
|
+
<div class="quiet">
|
|
59
|
+
Filter:
|
|
60
|
+
<input oninput="onInput()" type="search" id="fileSearch">
|
|
61
|
+
</div>
|
|
62
|
+
</template>
|
|
57
63
|
</div>
|
|
58
64
|
<div class='status-line medium'></div>
|
|
59
65
|
<pre><table class="coverage">
|
|
@@ -912,10 +918,9 @@ module.exports = function() {
|
|
|
912
918
|
</div><!-- /wrapper -->
|
|
913
919
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
914
920
|
Code coverage generated by
|
|
915
|
-
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
916
|
-
at Mon
|
|
921
|
+
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
922
|
+
at Mon May 30 2022 17:10:50 GMT+0200 (Mitteleuropäische Sommerzeit)
|
|
917
923
|
</div>
|
|
918
|
-
</div>
|
|
919
924
|
<script src="../../../../prettify.js"></script>
|
|
920
925
|
<script>
|
|
921
926
|
window.onload = function () {
|
|
@@ -54,6 +54,12 @@
|
|
|
54
54
|
<p class="quiet">
|
|
55
55
|
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.
|
|
56
56
|
</p>
|
|
57
|
+
<template id="filterTemplate">
|
|
58
|
+
<div class="quiet">
|
|
59
|
+
Filter:
|
|
60
|
+
<input oninput="onInput()" type="search" id="fileSearch">
|
|
61
|
+
</div>
|
|
62
|
+
</template>
|
|
57
63
|
</div>
|
|
58
64
|
<div class='status-line high'></div>
|
|
59
65
|
<div class="pad1">
|
|
@@ -124,10 +130,9 @@
|
|
|
124
130
|
</div><!-- /wrapper -->
|
|
125
131
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
126
132
|
Code coverage generated by
|
|
127
|
-
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
128
|
-
at Mon
|
|
133
|
+
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
134
|
+
at Mon May 30 2022 17:10:50 GMT+0200 (Mitteleuropäische Sommerzeit)
|
|
129
135
|
</div>
|
|
130
|
-
</div>
|
|
131
136
|
<script src="../../../../prettify.js"></script>
|
|
132
137
|
<script>
|
|
133
138
|
window.onload = function () {
|
|
@@ -54,6 +54,12 @@
|
|
|
54
54
|
<p class="quiet">
|
|
55
55
|
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.
|
|
56
56
|
</p>
|
|
57
|
+
<template id="filterTemplate">
|
|
58
|
+
<div class="quiet">
|
|
59
|
+
Filter:
|
|
60
|
+
<input oninput="onInput()" type="search" id="fileSearch">
|
|
61
|
+
</div>
|
|
62
|
+
</template>
|
|
57
63
|
</div>
|
|
58
64
|
<div class='status-line high'></div>
|
|
59
65
|
<pre><table class="coverage">
|
|
@@ -927,10 +933,9 @@ module.exports = function() {
|
|
|
927
933
|
</div><!-- /wrapper -->
|
|
928
934
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
929
935
|
Code coverage generated by
|
|
930
|
-
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
931
|
-
at Mon
|
|
936
|
+
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
937
|
+
at Mon May 30 2022 17:10:50 GMT+0200 (Mitteleuropäische Sommerzeit)
|
|
932
938
|
</div>
|
|
933
|
-
</div>
|
|
934
939
|
<script src="../../../../prettify.js"></script>
|
|
935
940
|
<script>
|
|
936
941
|
window.onload = function () {
|
|
@@ -54,6 +54,12 @@
|
|
|
54
54
|
<p class="quiet">
|
|
55
55
|
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.
|
|
56
56
|
</p>
|
|
57
|
+
<template id="filterTemplate">
|
|
58
|
+
<div class="quiet">
|
|
59
|
+
Filter:
|
|
60
|
+
<input oninput="onInput()" type="search" id="fileSearch">
|
|
61
|
+
</div>
|
|
62
|
+
</template>
|
|
57
63
|
</div>
|
|
58
64
|
<div class='status-line high'></div>
|
|
59
65
|
<pre><table class="coverage">
|
|
@@ -369,10 +375,9 @@ module.exports = function() {
|
|
|
369
375
|
</div><!-- /wrapper -->
|
|
370
376
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
371
377
|
Code coverage generated by
|
|
372
|
-
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
373
|
-
at Mon
|
|
378
|
+
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
379
|
+
at Mon May 30 2022 17:10:50 GMT+0200 (Mitteleuropäische Sommerzeit)
|
|
374
380
|
</div>
|
|
375
|
-
</div>
|
|
376
381
|
<script src="../../../../prettify.js"></script>
|
|
377
382
|
<script>
|
|
378
383
|
window.onload = function () {
|
|
@@ -54,6 +54,12 @@
|
|
|
54
54
|
<p class="quiet">
|
|
55
55
|
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.
|
|
56
56
|
</p>
|
|
57
|
+
<template id="filterTemplate">
|
|
58
|
+
<div class="quiet">
|
|
59
|
+
Filter:
|
|
60
|
+
<input oninput="onInput()" type="search" id="fileSearch">
|
|
61
|
+
</div>
|
|
62
|
+
</template>
|
|
57
63
|
</div>
|
|
58
64
|
<div class='status-line high'></div>
|
|
59
65
|
<pre><table class="coverage">
|
|
@@ -966,10 +972,9 @@ module.exports = function() {
|
|
|
966
972
|
</div><!-- /wrapper -->
|
|
967
973
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
968
974
|
Code coverage generated by
|
|
969
|
-
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
970
|
-
at Mon
|
|
975
|
+
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
976
|
+
at Mon May 30 2022 17:10:50 GMT+0200 (Mitteleuropäische Sommerzeit)
|
|
971
977
|
</div>
|
|
972
|
-
</div>
|
|
973
978
|
<script src="../../../../prettify.js"></script>
|
|
974
979
|
<script>
|
|
975
980
|
window.onload = function () {
|