@saasquatch/squatch-js 2.6.0-5 → 2.6.0-7
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/clover.xml +393 -375
- package/coverage/coverage-final.json +15 -15
- package/coverage/lcov-report/api/AnalyticsApi.ts.html +6 -6
- package/coverage/lcov-report/api/WidgetApi.ts.html +43 -43
- package/coverage/lcov-report/api/graphql.ts.html +1 -1
- package/coverage/lcov-report/utils/cookieUtils.ts.html +10 -10
- package/coverage/lcov-report/utils/decodeUserJwt.ts.html +19 -19
- package/coverage/lcov-report/utils/domready.ts.html +1 -1
- package/coverage/lcov-report/utils/io.ts.html +7 -7
- package/coverage/lcov-report/utils/utmUtils.ts.html +22 -22
- package/coverage/lcov-report/utils/validate.ts.html +21 -21
- package/coverage/lcov-report/widgets/EmbedWidget.ts.html +45 -18
- package/coverage/lcov-report/widgets/PopupWidget.ts.html +7 -7
- package/coverage/lcov-report/widgets/Widget.ts.html +7 -16
- package/coverage/lcov-report/widgets/declarative/DeclarativeWidget.ts.html +81 -84
- package/coverage/lcov.info +684 -658
- package/dist/async.d.ts +3 -0
- package/dist/squatch.esm.js +186 -153
- package/dist/squatch.esm.js.map +1 -1
- package/dist/squatch.js +186 -153
- package/dist/squatch.js.map +1 -1
- package/dist/squatch.min.js +1 -1
- package/dist/types.d.ts +8 -6
- package/dist/utils/validate.d.ts +2 -0
- package/dist/widgets/EmbedWidget.d.ts +1 -0
- package/package.json +1 -1
package/coverage/clover.xml
CHANGED
|
@@ -1,22 +1,25 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<coverage generated="
|
|
3
|
-
<project timestamp="
|
|
4
|
-
<metrics statements="
|
|
2
|
+
<coverage generated="1690821320463" clover="3.2.0">
|
|
3
|
+
<project timestamp="1690821320463" name="All files">
|
|
4
|
+
<metrics statements="786" coveredstatements="662" conditionals="370" coveredconditionals="281" methods="130" coveredmethods="106" elements="1286" coveredelements="1049" complexity="0" loc="786" ncloc="786" packages="5" files="19" classes="19"/>
|
|
5
5
|
<package name="src">
|
|
6
|
-
<metrics statements="
|
|
6
|
+
<metrics statements="78" coveredstatements="60" conditionals="21" coveredconditionals="13" methods="16" coveredmethods="8"/>
|
|
7
7
|
<file name="async.ts" path="/Users/Coleton/saasquatch/squatch-js/src/async.ts">
|
|
8
|
-
<metrics statements="
|
|
9
|
-
<line num="
|
|
10
|
-
<line num="
|
|
11
|
-
<line num="
|
|
12
|
-
<line num="
|
|
13
|
-
<line num="
|
|
14
|
-
<line num="
|
|
15
|
-
<line num="24" count="0" type="stmt"/>
|
|
16
|
-
<line num="27" count="0" type="stmt"/>
|
|
17
|
-
<line num="28" count="0" type="stmt"/>
|
|
18
|
-
<line num="29" count="0" type="stmt"/>
|
|
8
|
+
<metrics statements="14" coveredstatements="5" conditionals="9" coveredconditionals="5" methods="4" coveredmethods="1"/>
|
|
9
|
+
<line num="22" count="3" type="stmt"/>
|
|
10
|
+
<line num="23" count="3" type="stmt"/>
|
|
11
|
+
<line num="25" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
12
|
+
<line num="26" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
13
|
+
<line num="28" count="3" type="cond" truecount="1" falsecount="2"/>
|
|
14
|
+
<line num="29" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
19
15
|
<line num="31" count="0" type="stmt"/>
|
|
16
|
+
<line num="32" count="0" type="stmt"/>
|
|
17
|
+
<line num="33" count="0" type="stmt"/>
|
|
18
|
+
<line num="34" count="0" type="stmt"/>
|
|
19
|
+
<line num="38" count="0" type="stmt"/>
|
|
20
|
+
<line num="39" count="0" type="stmt"/>
|
|
21
|
+
<line num="40" count="0" type="stmt"/>
|
|
22
|
+
<line num="42" count="0" type="stmt"/>
|
|
20
23
|
</file>
|
|
21
24
|
<file name="docs.ts" path="/Users/Coleton/saasquatch/squatch-js/src/docs.ts">
|
|
22
25
|
<metrics statements="2" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
@@ -24,7 +27,7 @@
|
|
|
24
27
|
<line num="3" count="0" type="stmt"/>
|
|
25
28
|
</file>
|
|
26
29
|
<file name="squatch.ts" path="/Users/Coleton/saasquatch/squatch-js/src/squatch.ts">
|
|
27
|
-
<metrics statements="
|
|
30
|
+
<metrics statements="62" coveredstatements="54" conditionals="12" coveredconditionals="8" methods="11" coveredmethods="7"/>
|
|
28
31
|
<line num="10" count="3" type="stmt"/>
|
|
29
32
|
<line num="11" count="3" type="stmt"/>
|
|
30
33
|
<line num="12" count="3" type="stmt"/>
|
|
@@ -68,24 +71,25 @@
|
|
|
68
71
|
<line num="143" count="3" type="stmt"/>
|
|
69
72
|
<line num="144" count="21" type="stmt"/>
|
|
70
73
|
<line num="145" count="21" type="stmt"/>
|
|
71
|
-
<line num="146" count="20" type="cond" truecount="
|
|
74
|
+
<line num="146" count="20" type="cond" truecount="4" falsecount="0"/>
|
|
72
75
|
<line num="147" count="4" type="stmt"/>
|
|
73
|
-
<line num="149" count="
|
|
76
|
+
<line num="149" count="16" type="stmt"/>
|
|
74
77
|
<line num="151" count="20" type="stmt"/>
|
|
75
|
-
<line num="152" count="20" type="stmt"/>
|
|
76
78
|
<line num="153" count="20" type="stmt"/>
|
|
79
|
+
<line num="154" count="20" type="stmt"/>
|
|
77
80
|
<line num="155" count="20" type="stmt"/>
|
|
78
|
-
<line num="156" count="20" type="stmt"/>
|
|
79
81
|
<line num="157" count="20" type="stmt"/>
|
|
80
|
-
<line num="
|
|
81
|
-
<line num="
|
|
82
|
-
<line num="
|
|
83
|
-
<line num="
|
|
84
|
-
<line num="
|
|
85
|
-
<line num="
|
|
86
|
-
<line num="
|
|
87
|
-
<line num="
|
|
88
|
-
<line num="
|
|
82
|
+
<line num="158" count="20" type="stmt"/>
|
|
83
|
+
<line num="159" count="20" type="stmt"/>
|
|
84
|
+
<line num="174" count="3" type="stmt"/>
|
|
85
|
+
<line num="175" count="0" type="stmt"/>
|
|
86
|
+
<line num="189" count="3" type="stmt"/>
|
|
87
|
+
<line num="191" count="0" type="stmt"/>
|
|
88
|
+
<line num="207" count="3" type="stmt"/>
|
|
89
|
+
<line num="208" count="3" type="stmt"/>
|
|
90
|
+
<line num="217" count="3" type="cond" truecount="3" falsecount="0"/>
|
|
91
|
+
<line num="218" count="3" type="stmt"/>
|
|
92
|
+
<line num="221" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
89
93
|
</file>
|
|
90
94
|
</package>
|
|
91
95
|
<package name="src.api">
|
|
@@ -95,28 +99,28 @@
|
|
|
95
99
|
<line num="2" count="8" type="stmt"/>
|
|
96
100
|
<line num="4" count="8" type="stmt"/>
|
|
97
101
|
<line num="13" count="8" type="stmt"/>
|
|
98
|
-
<line num="23" count="
|
|
99
|
-
<line num="24" count="
|
|
100
|
-
<line num="25" count="
|
|
101
|
-
<line num="
|
|
102
|
+
<line num="23" count="171" type="stmt"/>
|
|
103
|
+
<line num="24" count="171" type="stmt"/>
|
|
104
|
+
<line num="25" count="171" type="cond" truecount="3" falsecount="0"/>
|
|
105
|
+
<line num="29" count="1" type="cond" truecount="2" falsecount="1"/>
|
|
106
|
+
<line num="31" count="1" type="stmt"/>
|
|
102
107
|
<line num="32" count="1" type="stmt"/>
|
|
103
108
|
<line num="33" count="1" type="stmt"/>
|
|
104
109
|
<line num="34" count="1" type="stmt"/>
|
|
105
|
-
<line num="35" count="1" type="
|
|
106
|
-
<line num="
|
|
110
|
+
<line num="35" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
111
|
+
<line num="39" count="1" type="stmt"/>
|
|
107
112
|
<line num="40" count="1" type="stmt"/>
|
|
108
|
-
<line num="
|
|
109
|
-
<line num="
|
|
113
|
+
<line num="42" count="1" type="stmt"/>
|
|
114
|
+
<line num="46" count="0" type="stmt"/>
|
|
110
115
|
<line num="47" count="0" type="stmt"/>
|
|
111
116
|
<line num="48" count="0" type="stmt"/>
|
|
112
117
|
<line num="49" count="0" type="stmt"/>
|
|
113
118
|
<line num="50" count="0" type="stmt"/>
|
|
114
|
-
<line num="
|
|
119
|
+
<line num="52" count="0" type="stmt"/>
|
|
115
120
|
<line num="53" count="0" type="stmt"/>
|
|
116
|
-
<line num="
|
|
117
|
-
<line num="
|
|
118
|
-
<line num="63" count="
|
|
119
|
-
<line num="64" count="167" type="stmt"/>
|
|
121
|
+
<line num="55" count="0" type="stmt"/>
|
|
122
|
+
<line num="62" count="171" type="cond" truecount="0" falsecount="1"/>
|
|
123
|
+
<line num="63" count="171" type="stmt"/>
|
|
120
124
|
</file>
|
|
121
125
|
<file name="EventsApi.ts" path="/Users/Coleton/saasquatch/squatch-js/src/api/EventsApi.ts">
|
|
122
126
|
<metrics statements="27" coveredstatements="27" conditionals="6" coveredconditionals="6" methods="4" coveredmethods="4"/>
|
|
@@ -155,11 +159,11 @@
|
|
|
155
159
|
<line num="11" count="6" type="stmt"/>
|
|
156
160
|
<line num="17" count="6" type="stmt"/>
|
|
157
161
|
<line num="24" count="6" type="stmt"/>
|
|
158
|
-
<line num="46" count="
|
|
159
|
-
<line num="47" count="
|
|
160
|
-
<line num="49" count="
|
|
161
|
-
<line num="50" count="
|
|
162
|
-
<line num="51" count="
|
|
162
|
+
<line num="46" count="193" type="stmt"/>
|
|
163
|
+
<line num="47" count="193" type="stmt"/>
|
|
164
|
+
<line num="49" count="193" type="stmt"/>
|
|
165
|
+
<line num="50" count="193" type="stmt"/>
|
|
166
|
+
<line num="51" count="193" type="stmt"/>
|
|
163
167
|
<line num="69" count="20" type="stmt"/>
|
|
164
168
|
<line num="70" count="20" type="stmt"/>
|
|
165
169
|
<line num="77" count="20" type="stmt"/>
|
|
@@ -205,7 +209,7 @@
|
|
|
205
209
|
</file>
|
|
206
210
|
</package>
|
|
207
211
|
<package name="src.utils">
|
|
208
|
-
<metrics statements="
|
|
212
|
+
<metrics statements="170" coveredstatements="94" conditionals="94" coveredconditionals="48" methods="25" coveredmethods="14"/>
|
|
209
213
|
<file name="cookieUtils.ts" path="/Users/Coleton/saasquatch/squatch-js/src/utils/cookieUtils.ts">
|
|
210
214
|
<metrics statements="50" coveredstatements="12" conditionals="13" coveredconditionals="2" methods="9" coveredmethods="2"/>
|
|
211
215
|
<line num="1" count="4" type="stmt"/>
|
|
@@ -221,7 +225,7 @@
|
|
|
221
225
|
<line num="24" count="0" type="stmt"/>
|
|
222
226
|
<line num="26" count="0" type="stmt"/>
|
|
223
227
|
<line num="32" count="4" type="stmt"/>
|
|
224
|
-
<line num="33" count="
|
|
228
|
+
<line num="33" count="21" type="stmt"/>
|
|
225
229
|
<line num="37" count="0" type="stmt"/>
|
|
226
230
|
<line num="44" count="0" type="stmt"/>
|
|
227
231
|
<line num="45" count="0" type="stmt"/>
|
|
@@ -276,266 +280,281 @@
|
|
|
276
280
|
<file name="domready.ts" path="/Users/Coleton/saasquatch/squatch-js/src/utils/domready.ts">
|
|
277
281
|
<metrics statements="12" coveredstatements="8" conditionals="5" coveredconditionals="2" methods="2" coveredmethods="1"/>
|
|
278
282
|
<line num="5" count="7" type="stmt"/>
|
|
279
|
-
<line num="6" count="
|
|
280
|
-
<line num="8" count="
|
|
281
|
-
<line num="9" count="
|
|
282
|
-
<line num="10" count="
|
|
283
|
-
<line num="11" count="
|
|
284
|
-
<line num="13" count="
|
|
283
|
+
<line num="6" count="72" type="stmt"/>
|
|
284
|
+
<line num="8" count="72" type="stmt"/>
|
|
285
|
+
<line num="9" count="72" type="stmt"/>
|
|
286
|
+
<line num="10" count="72" type="stmt"/>
|
|
287
|
+
<line num="11" count="72" type="cond" truecount="1" falsecount="1"/>
|
|
288
|
+
<line num="13" count="72" type="cond" truecount="0" falsecount="1"/>
|
|
285
289
|
<line num="14" count="0" type="stmt"/>
|
|
286
290
|
<line num="17" count="0" type="stmt"/>
|
|
287
291
|
<line num="18" count="0" type="stmt"/>
|
|
288
292
|
<line num="19" count="0" type="stmt"/>
|
|
289
|
-
<line num="24" count="
|
|
293
|
+
<line num="24" count="72" type="cond" truecount="1" falsecount="1"/>
|
|
290
294
|
</file>
|
|
291
295
|
<file name="io.ts" path="/Users/Coleton/saasquatch/squatch-js/src/utils/io.ts">
|
|
292
|
-
<metrics statements="
|
|
296
|
+
<metrics statements="41" coveredstatements="30" conditionals="28" coveredconditionals="12" methods="4" coveredmethods="3"/>
|
|
293
297
|
<line num="1" count="10" type="stmt"/>
|
|
294
|
-
<line num="
|
|
295
|
-
<line num="
|
|
296
|
-
<line num="
|
|
297
|
-
<line num="13" count="41" type="
|
|
298
|
-
<line num="
|
|
298
|
+
<line num="3" count="10" type="stmt"/>
|
|
299
|
+
<line num="5" count="10" type="stmt"/>
|
|
300
|
+
<line num="7" count="10" type="stmt"/>
|
|
301
|
+
<line num="13" count="41" type="cond" truecount="2" falsecount="0"/>
|
|
302
|
+
<line num="14" count="41" type="stmt"/>
|
|
299
303
|
<line num="21" count="41" type="stmt"/>
|
|
300
|
-
<line num="
|
|
301
|
-
<line num="27" count="41" type="
|
|
302
|
-
<line num="
|
|
303
|
-
<line num="
|
|
304
|
-
<line num="34" count="
|
|
305
|
-
<line num="
|
|
306
|
-
<line num="40" count="0" type="cond" truecount="0" falsecount="
|
|
307
|
-
<line num="
|
|
304
|
+
<line num="22" count="41" type="stmt"/>
|
|
305
|
+
<line num="27" count="41" type="cond" truecount="0" falsecount="1"/>
|
|
306
|
+
<line num="28" count="41" type="stmt"/>
|
|
307
|
+
<line num="30" count="0" type="stmt"/>
|
|
308
|
+
<line num="34" count="10" type="cond" truecount="0" falsecount="1"/>
|
|
309
|
+
<line num="35" count="0" type="stmt"/>
|
|
310
|
+
<line num="40" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
311
|
+
<line num="41" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
308
312
|
<line num="43" count="0" type="stmt"/>
|
|
309
|
-
<line num="
|
|
310
|
-
<line num="49" count="0" type="
|
|
311
|
-
<line num="
|
|
312
|
-
<line num="
|
|
313
|
-
<line num="
|
|
314
|
-
<line num="57" count="
|
|
315
|
-
<line num="
|
|
316
|
-
<line num="63" count="1" type="cond" truecount="
|
|
317
|
-
<line num="
|
|
313
|
+
<line num="44" count="0" type="stmt"/>
|
|
314
|
+
<line num="49" count="0" type="stmt"/>
|
|
315
|
+
<line num="50" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
316
|
+
<line num="52" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
317
|
+
<line num="54" count="0" type="stmt"/>
|
|
318
|
+
<line num="57" count="10" type="stmt"/>
|
|
319
|
+
<line num="58" count="1" type="stmt"/>
|
|
320
|
+
<line num="63" count="1" type="cond" truecount="2" falsecount="0"/>
|
|
321
|
+
<line num="64" count="1" type="cond" truecount="0" falsecount="1"/>
|
|
318
322
|
<line num="66" count="1" type="stmt"/>
|
|
319
|
-
<line num="
|
|
320
|
-
<line num="73" count="1" type="
|
|
321
|
-
<line num="
|
|
322
|
-
<line num="
|
|
323
|
-
<line num="
|
|
324
|
-
<line num="82" count="
|
|
325
|
-
<line num="
|
|
326
|
-
<line num="89" count="20" type="cond" truecount="1" falsecount="
|
|
327
|
-
<line num="
|
|
323
|
+
<line num="67" count="1" type="stmt"/>
|
|
324
|
+
<line num="73" count="1" type="stmt"/>
|
|
325
|
+
<line num="74" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
326
|
+
<line num="76" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
327
|
+
<line num="78" count="1" type="stmt"/>
|
|
328
|
+
<line num="82" count="10" type="stmt"/>
|
|
329
|
+
<line num="83" count="20" type="stmt"/>
|
|
330
|
+
<line num="89" count="20" type="cond" truecount="1" falsecount="1"/>
|
|
331
|
+
<line num="90" count="20" type="cond" truecount="1" falsecount="0"/>
|
|
328
332
|
<line num="92" count="20" type="stmt"/>
|
|
329
|
-
<line num="
|
|
330
|
-
<line num="99" count="20" type="
|
|
331
|
-
<line num="
|
|
332
|
-
<line num="
|
|
333
|
+
<line num="93" count="20" type="stmt"/>
|
|
334
|
+
<line num="99" count="20" type="stmt"/>
|
|
335
|
+
<line num="100" count="20" type="cond" truecount="1" falsecount="0"/>
|
|
336
|
+
<line num="102" count="16" type="cond" truecount="1" falsecount="1"/>
|
|
337
|
+
<line num="104" count="4" type="stmt"/>
|
|
333
338
|
</file>
|
|
334
339
|
<file name="utmUtils.ts" path="/Users/Coleton/saasquatch/squatch-js/src/utils/utmUtils.ts">
|
|
335
|
-
<metrics statements="26" coveredstatements="
|
|
336
|
-
<line num="1" count="
|
|
337
|
-
<line num="3" count="
|
|
338
|
-
<line num="6" count="
|
|
339
|
-
<line num="8" count="
|
|
340
|
-
<line num="11" count="
|
|
341
|
-
<line num="12" count="
|
|
342
|
-
<line num="13" count="
|
|
343
|
-
<line num="15" count="
|
|
344
|
-
<line num="16" count="
|
|
345
|
-
<line num="17" count="
|
|
346
|
-
<line num="22" count="
|
|
347
|
-
<line num="23" count="
|
|
340
|
+
<metrics statements="26" coveredstatements="5" conditionals="15" coveredconditionals="0" methods="2" coveredmethods="0"/>
|
|
341
|
+
<line num="1" count="3" type="stmt"/>
|
|
342
|
+
<line num="3" count="3" type="stmt"/>
|
|
343
|
+
<line num="6" count="3" type="stmt"/>
|
|
344
|
+
<line num="8" count="3" type="stmt"/>
|
|
345
|
+
<line num="11" count="0" type="stmt"/>
|
|
346
|
+
<line num="12" count="0" type="stmt"/>
|
|
347
|
+
<line num="13" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
348
|
+
<line num="15" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
349
|
+
<line num="16" count="0" type="stmt"/>
|
|
350
|
+
<line num="17" count="0" type="stmt"/>
|
|
351
|
+
<line num="22" count="0" type="stmt"/>
|
|
352
|
+
<line num="23" count="0" type="stmt"/>
|
|
348
353
|
<line num="25" count="0" type="stmt"/>
|
|
349
354
|
<line num="26" count="0" type="stmt"/>
|
|
350
|
-
<line num="29" count="
|
|
351
|
-
<line num="30" count="
|
|
355
|
+
<line num="29" count="0" type="stmt"/>
|
|
356
|
+
<line num="30" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
352
357
|
<line num="31" count="0" type="stmt"/>
|
|
353
358
|
<line num="32" count="0" type="stmt"/>
|
|
354
|
-
<line num="35" count="
|
|
355
|
-
<line num="37" count="
|
|
356
|
-
<line num="55" count="
|
|
357
|
-
<line num="56" count="
|
|
358
|
-
<line num="57" count="
|
|
359
|
-
<line num="58" count="
|
|
360
|
-
<line num="61" count="
|
|
361
|
-
<line num="63" count="
|
|
359
|
+
<line num="35" count="0" type="stmt"/>
|
|
360
|
+
<line num="37" count="0" type="stmt"/>
|
|
361
|
+
<line num="55" count="3" type="stmt"/>
|
|
362
|
+
<line num="56" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
363
|
+
<line num="57" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
364
|
+
<line num="58" count="0" type="stmt"/>
|
|
365
|
+
<line num="61" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
366
|
+
<line num="63" count="0" type="stmt"/>
|
|
362
367
|
</file>
|
|
363
368
|
<file name="validate.ts" path="/Users/Coleton/saasquatch/squatch-js/src/utils/validate.ts">
|
|
364
|
-
<metrics statements="
|
|
369
|
+
<metrics statements="30" coveredstatements="30" conditionals="32" coveredconditionals="32" methods="7" coveredmethods="7"/>
|
|
365
370
|
<line num="3" count="11" type="stmt"/>
|
|
366
371
|
<line num="4" count="11" type="stmt"/>
|
|
367
372
|
<line num="10" count="11" type="stmt"/>
|
|
368
|
-
<line num="13" count="
|
|
369
|
-
<line num="15" count="
|
|
370
|
-
<line num="
|
|
371
|
-
<line num="
|
|
372
|
-
<line num="
|
|
373
|
-
<line num="26" count="
|
|
374
|
-
<line num="27" count="
|
|
375
|
-
<line num="29" count="
|
|
376
|
-
<line num="30" count="
|
|
377
|
-
<line num="
|
|
378
|
-
<line num="
|
|
373
|
+
<line num="13" count="329" type="cond" truecount="1" falsecount="0"/>
|
|
374
|
+
<line num="15" count="328" type="stmt"/>
|
|
375
|
+
<line num="16" count="328" type="stmt"/>
|
|
376
|
+
<line num="18" count="328" type="stmt"/>
|
|
377
|
+
<line num="25" count="328" type="cond" truecount="1" falsecount="0"/>
|
|
378
|
+
<line num="26" count="5" type="stmt"/>
|
|
379
|
+
<line num="27" count="323" type="stmt"/>
|
|
380
|
+
<line num="29" count="323" type="cond" truecount="3" falsecount="0"/>
|
|
381
|
+
<line num="30" count="323" type="cond" truecount="3" falsecount="0"/>
|
|
382
|
+
<line num="32" count="323" type="cond" truecount="3" falsecount="0"/>
|
|
383
|
+
<line num="34" count="323" type="stmt"/>
|
|
379
384
|
<line num="42" count="11" type="stmt"/>
|
|
380
|
-
<line num="43" count="
|
|
381
|
-
<line num="
|
|
382
|
-
<line num="
|
|
383
|
-
<line num="
|
|
384
|
-
<line num="
|
|
385
|
-
<line num="
|
|
386
|
-
<line num="
|
|
387
|
-
<line num="
|
|
388
|
-
<line num="
|
|
385
|
+
<line num="43" count="274" type="cond" truecount="3" falsecount="0"/>
|
|
386
|
+
<line num="46" count="11" type="stmt"/>
|
|
387
|
+
<line num="47" count="47" type="cond" truecount="3" falsecount="0"/>
|
|
388
|
+
<line num="48" count="39" type="stmt"/>
|
|
389
|
+
<line num="52" count="11" type="stmt"/>
|
|
390
|
+
<line num="53" count="26" type="cond" truecount="1" falsecount="0"/>
|
|
391
|
+
<line num="54" count="25" type="cond" truecount="1" falsecount="0"/>
|
|
392
|
+
<line num="56" count="23" type="stmt"/>
|
|
393
|
+
<line num="59" count="11" type="stmt"/>
|
|
394
|
+
<line num="62" count="48" type="cond" truecount="1" falsecount="0"/>
|
|
395
|
+
<line num="64" count="46" type="stmt"/>
|
|
396
|
+
<line num="67" count="11" type="stmt"/>
|
|
397
|
+
<line num="68" count="118" type="cond" truecount="2" falsecount="0"/>
|
|
398
|
+
<line num="70" count="11" type="stmt"/>
|
|
399
|
+
<line num="71" count="406" type="cond" truecount="2" falsecount="0"/>
|
|
389
400
|
</file>
|
|
390
401
|
</package>
|
|
391
402
|
<package name="src.widgets">
|
|
392
|
-
<metrics statements="
|
|
403
|
+
<metrics statements="348" coveredstatements="333" conditionals="158" coveredconditionals="138" methods="52" coveredmethods="49"/>
|
|
393
404
|
<file name="EmbedWidget.ts" path="/Users/Coleton/saasquatch/squatch-js/src/widgets/EmbedWidget.ts">
|
|
394
|
-
<metrics statements="
|
|
405
|
+
<metrics statements="60" coveredstatements="57" conditionals="28" coveredconditionals="24" methods="7" coveredmethods="7"/>
|
|
395
406
|
<line num="3" count="5" type="stmt"/>
|
|
396
407
|
<line num="4" count="5" type="stmt"/>
|
|
397
408
|
<line num="5" count="5" type="stmt"/>
|
|
398
|
-
<line num="
|
|
399
|
-
<line num="
|
|
400
|
-
<line num="
|
|
401
|
-
<line num="
|
|
402
|
-
<line num="
|
|
403
|
-
<line num="
|
|
404
|
-
<line num="
|
|
405
|
-
<line num="
|
|
406
|
-
<line num="
|
|
407
|
-
<line num="
|
|
408
|
-
<line num="
|
|
409
|
-
<line num="
|
|
410
|
-
<line num="42" count="
|
|
411
|
-
<line num="
|
|
412
|
-
<line num="
|
|
413
|
-
<line num="48" count="
|
|
414
|
-
<line num="
|
|
415
|
-
<line num="
|
|
416
|
-
<line num="53" count="
|
|
417
|
-
<line num="
|
|
418
|
-
<line num="
|
|
419
|
-
<line num="
|
|
420
|
-
<line num="59" count="
|
|
421
|
-
<line num="
|
|
422
|
-
<line num="
|
|
423
|
-
<line num="64" count="
|
|
424
|
-
<line num="
|
|
425
|
-
<line num="
|
|
426
|
-
<line num="80" count="
|
|
427
|
-
<line num="
|
|
428
|
-
<line num="
|
|
429
|
-
<line num="
|
|
430
|
-
<line num="
|
|
409
|
+
<line num="8" count="5" type="stmt"/>
|
|
410
|
+
<line num="21" count="5" type="stmt"/>
|
|
411
|
+
<line num="23" count="40" type="stmt"/>
|
|
412
|
+
<line num="25" count="40" type="cond" truecount="1" falsecount="0"/>
|
|
413
|
+
<line num="29" count="40" type="stmt"/>
|
|
414
|
+
<line num="30" count="39" type="stmt"/>
|
|
415
|
+
<line num="32" count="38" type="cond" truecount="2" falsecount="0"/>
|
|
416
|
+
<line num="33" count="36" type="cond" truecount="2" falsecount="0"/>
|
|
417
|
+
<line num="34" count="32" type="cond" truecount="2" falsecount="0"/>
|
|
418
|
+
<line num="35" count="4" type="stmt"/>
|
|
419
|
+
<line num="37" count="28" type="stmt"/>
|
|
420
|
+
<line num="41" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
421
|
+
<line num="42" count="1" type="stmt"/>
|
|
422
|
+
<line num="45" count="3" type="stmt"/>
|
|
423
|
+
<line num="47" count="2" type="cond" truecount="3" falsecount="0"/>
|
|
424
|
+
<line num="48" count="2" type="stmt"/>
|
|
425
|
+
<line num="51" count="38" type="stmt"/>
|
|
426
|
+
<line num="52" count="38" type="cond" truecount="0" falsecount="1"/>
|
|
427
|
+
<line num="53" count="0" type="stmt"/>
|
|
428
|
+
<line num="56" count="38" type="stmt"/>
|
|
429
|
+
<line num="57" count="38" type="stmt"/>
|
|
430
|
+
<line num="58" count="38" type="stmt"/>
|
|
431
|
+
<line num="59" count="38" type="stmt"/>
|
|
432
|
+
<line num="62" count="38" type="stmt"/>
|
|
433
|
+
<line num="63" count="38" type="stmt"/>
|
|
434
|
+
<line num="64" count="38" type="cond" truecount="2" falsecount="0"/>
|
|
435
|
+
<line num="67" count="38" type="stmt"/>
|
|
436
|
+
<line num="79" count="38" type="stmt"/>
|
|
437
|
+
<line num="80" count="34" type="stmt"/>
|
|
438
|
+
<line num="82" count="34" type="cond" truecount="1" falsecount="0"/>
|
|
439
|
+
<line num="83" count="2" type="stmt"/>
|
|
440
|
+
<line num="84" count="2" type="stmt"/>
|
|
441
|
+
<line num="93" count="2" type="stmt"/>
|
|
442
|
+
<line num="94" count="2" type="cond" truecount="0" falsecount="1"/>
|
|
443
|
+
<line num="96" count="2" type="stmt"/>
|
|
431
444
|
<line num="98" count="2" type="stmt"/>
|
|
445
|
+
<line num="99" count="2" type="stmt"/>
|
|
432
446
|
<line num="100" count="2" type="stmt"/>
|
|
433
|
-
<line num="101" count="2" type="stmt"/>
|
|
434
447
|
<line num="102" count="2" type="stmt"/>
|
|
435
|
-
<line num="104" count="2" type="
|
|
436
|
-
<line num="106" count="2" type="cond" truecount="
|
|
437
|
-
<line num="107" count="
|
|
438
|
-
<line num="108" count="
|
|
439
|
-
<line num="
|
|
440
|
-
<line num="
|
|
441
|
-
<line num="
|
|
442
|
-
<line num="117" count="2" type="stmt"/>
|
|
448
|
+
<line num="104" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
449
|
+
<line num="106" count="2" type="cond" truecount="0" falsecount="1"/>
|
|
450
|
+
<line num="107" count="0" type="stmt"/>
|
|
451
|
+
<line num="108" count="0" type="stmt"/>
|
|
452
|
+
<line num="113" count="2" type="stmt"/>
|
|
453
|
+
<line num="114" count="2" type="cond" truecount="0" falsecount="1"/>
|
|
454
|
+
<line num="116" count="2" type="stmt"/>
|
|
443
455
|
<line num="118" count="2" type="stmt"/>
|
|
444
456
|
<line num="119" count="2" type="stmt"/>
|
|
445
457
|
<line num="120" count="2" type="stmt"/>
|
|
446
|
-
<line num="
|
|
447
|
-
<line num="
|
|
448
|
-
<line num="
|
|
458
|
+
<line num="121" count="2" type="stmt"/>
|
|
459
|
+
<line num="125" count="3" type="stmt"/>
|
|
460
|
+
<line num="129" count="34" type="stmt"/>
|
|
461
|
+
<line num="131" count="34" type="cond" truecount="2" falsecount="0"/>
|
|
462
|
+
<line num="133" count="34" type="stmt"/>
|
|
463
|
+
<line num="135" count="34" type="cond" truecount="3" falsecount="0"/>
|
|
464
|
+
<line num="138" count="40" type="stmt"/>
|
|
465
|
+
<line num="139" count="40" type="stmt"/>
|
|
449
466
|
</file>
|
|
450
467
|
<file name="PopupWidget.ts" path="/Users/Coleton/saasquatch/squatch-js/src/widgets/PopupWidget.ts">
|
|
451
|
-
<metrics statements="
|
|
468
|
+
<metrics statements="89" coveredstatements="77" conditionals="38" coveredconditionals="22" methods="14" coveredmethods="11"/>
|
|
452
469
|
<line num="3" count="5" type="stmt"/>
|
|
453
470
|
<line num="4" count="5" type="stmt"/>
|
|
454
471
|
<line num="5" count="5" type="stmt"/>
|
|
455
|
-
<line num="
|
|
456
|
-
<line num="
|
|
457
|
-
<line num="
|
|
458
|
-
<line num="
|
|
459
|
-
<line num="
|
|
460
|
-
<line num="
|
|
461
|
-
<line num="
|
|
462
|
-
<line num="
|
|
463
|
-
<line num="
|
|
464
|
-
<line num="
|
|
465
|
-
<line num="
|
|
466
|
-
<line num="49" count="22" type="stmt"/>
|
|
472
|
+
<line num="9" count="5" type="stmt"/>
|
|
473
|
+
<line num="11" count="5" type="stmt"/>
|
|
474
|
+
<line num="24" count="5" type="stmt"/>
|
|
475
|
+
<line num="29" count="26" type="stmt"/>
|
|
476
|
+
<line num="31" count="26" type="stmt"/>
|
|
477
|
+
<line num="33" count="26" type="cond" truecount="1" falsecount="1"/>
|
|
478
|
+
<line num="34" count="26" type="stmt"/>
|
|
479
|
+
<line num="36" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
480
|
+
<line num="37" count="0" type="stmt"/>
|
|
481
|
+
<line num="40" count="26" type="stmt"/>
|
|
482
|
+
<line num="47" count="26" type="cond" truecount="1" falsecount="0"/>
|
|
467
483
|
<line num="50" count="22" type="stmt"/>
|
|
468
|
-
<line num="51" count="22" type="
|
|
469
|
-
<line num="52" count="
|
|
470
|
-
<line num="
|
|
471
|
-
<line num="
|
|
472
|
-
<line num="59" count="
|
|
484
|
+
<line num="51" count="22" type="stmt"/>
|
|
485
|
+
<line num="52" count="22" type="cond" truecount="3" falsecount="0"/>
|
|
486
|
+
<line num="53" count="20" type="stmt"/>
|
|
487
|
+
<line num="55" count="0" type="stmt"/>
|
|
488
|
+
<line num="59" count="22" type="cond" truecount="1" falsecount="0"/>
|
|
473
489
|
<line num="60" count="2" type="stmt"/>
|
|
474
|
-
<line num="
|
|
490
|
+
<line num="61" count="2" type="stmt"/>
|
|
491
|
+
<line num="67" count="26" type="stmt"/>
|
|
492
|
+
<line num="68" count="26" type="stmt"/>
|
|
493
|
+
<line num="69" count="26" type="stmt"/>
|
|
494
|
+
<line num="73" count="26" type="stmt"/>
|
|
495
|
+
<line num="74" count="0" type="stmt"/>
|
|
496
|
+
<line num="75" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
475
497
|
<line num="78" count="26" type="stmt"/>
|
|
476
|
-
<line num="
|
|
477
|
-
<line num="
|
|
478
|
-
<line num="
|
|
479
|
-
<line num="87" count="26" type="
|
|
480
|
-
<line num="89" count="26" type="
|
|
481
|
-
<line num="
|
|
482
|
-
<line num="
|
|
483
|
-
<line num="
|
|
484
|
-
<line num="
|
|
485
|
-
<line num="
|
|
486
|
-
<line num="
|
|
487
|
-
<line num="102" count="26" type="cond" truecount="
|
|
488
|
-
<line num="
|
|
489
|
-
<line num="
|
|
490
|
-
<line num="
|
|
491
|
-
<line num="
|
|
492
|
-
<line num="
|
|
493
|
-
<line num="
|
|
494
|
-
<line num="
|
|
495
|
-
<line num="
|
|
498
|
+
<line num="80" count="26" type="stmt"/>
|
|
499
|
+
<line num="84" count="26" type="stmt"/>
|
|
500
|
+
<line num="85" count="26" type="stmt"/>
|
|
501
|
+
<line num="87" count="26" type="cond" truecount="1" falsecount="1"/>
|
|
502
|
+
<line num="89" count="26" type="cond" truecount="1" falsecount="1"/>
|
|
503
|
+
<line num="90" count="26" type="stmt"/>
|
|
504
|
+
<line num="91" count="26" type="stmt"/>
|
|
505
|
+
<line num="93" count="26" type="cond" truecount="2" falsecount="0"/>
|
|
506
|
+
<line num="95" count="4" type="stmt"/>
|
|
507
|
+
<line num="98" count="22" type="stmt"/>
|
|
508
|
+
<line num="101" count="26" type="stmt"/>
|
|
509
|
+
<line num="102" count="26" type="cond" truecount="0" falsecount="1"/>
|
|
510
|
+
<line num="103" count="0" type="stmt"/>
|
|
511
|
+
<line num="106" count="26" type="stmt"/>
|
|
512
|
+
<line num="107" count="26" type="stmt"/>
|
|
513
|
+
<line num="108" count="26" type="stmt"/>
|
|
514
|
+
<line num="109" count="26" type="stmt"/>
|
|
515
|
+
<line num="112" count="26" type="stmt"/>
|
|
516
|
+
<line num="113" count="26" type="stmt"/>
|
|
517
|
+
<line num="114" count="26" type="stmt"/>
|
|
496
518
|
<line num="118" count="26" type="stmt"/>
|
|
497
|
-
<line num="
|
|
498
|
-
<line num="
|
|
499
|
-
<line num="
|
|
519
|
+
<line num="120" count="26" type="cond" truecount="0" falsecount="1"/>
|
|
520
|
+
<line num="121" count="0" type="stmt"/>
|
|
521
|
+
<line num="124" count="26" type="stmt"/>
|
|
500
522
|
<line num="127" count="26" type="stmt"/>
|
|
501
|
-
<line num="
|
|
502
|
-
<line num="
|
|
503
|
-
<line num="
|
|
504
|
-
<line num="
|
|
505
|
-
<line num="
|
|
506
|
-
<line num="
|
|
507
|
-
<line num="
|
|
508
|
-
<line num="
|
|
509
|
-
<line num="142" count="
|
|
510
|
-
<line num="
|
|
511
|
-
<line num="
|
|
512
|
-
<line num="
|
|
513
|
-
<line num="
|
|
514
|
-
<line num="
|
|
515
|
-
<line num="
|
|
523
|
+
<line num="128" count="26" type="stmt"/>
|
|
524
|
+
<line num="129" count="26" type="stmt"/>
|
|
525
|
+
<line num="131" count="26" type="stmt"/>
|
|
526
|
+
<line num="132" count="0" type="stmt"/>
|
|
527
|
+
<line num="133" count="0" type="stmt"/>
|
|
528
|
+
<line num="135" count="0" type="stmt"/>
|
|
529
|
+
<line num="136" count="0" type="stmt"/>
|
|
530
|
+
<line num="139" count="0" type="stmt"/>
|
|
531
|
+
<line num="142" count="26" type="stmt"/>
|
|
532
|
+
<line num="147" count="8" type="cond" truecount="1" falsecount="1"/>
|
|
533
|
+
<line num="148" count="8" type="cond" truecount="1" falsecount="1"/>
|
|
534
|
+
<line num="149" count="8" type="stmt"/>
|
|
535
|
+
<line num="150" count="8" type="cond" truecount="0" falsecount="1"/>
|
|
536
|
+
<line num="152" count="8" type="stmt"/>
|
|
537
|
+
<line num="154" count="8" type="stmt"/>
|
|
538
|
+
<line num="155" count="8" type="cond" truecount="0" falsecount="1"/>
|
|
539
|
+
<line num="156" count="8" type="stmt"/>
|
|
540
|
+
<line num="157" count="8" type="cond" truecount="0" falsecount="1"/>
|
|
516
541
|
<line num="158" count="8" type="stmt"/>
|
|
517
|
-
<line num="159" count="8" type="cond" truecount="0" falsecount="1"/>
|
|
518
542
|
<line num="161" count="8" type="stmt"/>
|
|
543
|
+
<line num="162" count="8" type="cond" truecount="2" falsecount="0"/>
|
|
519
544
|
<line num="163" count="8" type="stmt"/>
|
|
520
|
-
<line num="
|
|
521
|
-
<line num="
|
|
522
|
-
<line num="
|
|
523
|
-
<line num="
|
|
524
|
-
<line num="
|
|
525
|
-
<line num="
|
|
526
|
-
<line num="
|
|
527
|
-
<line num="
|
|
528
|
-
<line num="
|
|
529
|
-
<line num="
|
|
530
|
-
<line num="
|
|
531
|
-
<line num="
|
|
532
|
-
<line num="
|
|
533
|
-
<line num="184" count="2" type="stmt"/>
|
|
534
|
-
<line num="186" count="2" type="stmt"/>
|
|
535
|
-
<line num="193" count="1" type="stmt"/>
|
|
536
|
-
<line num="195" count="1" type="cond" truecount="2" falsecount="0"/>
|
|
537
|
-
<line num="198" count="26" type="stmt"/>
|
|
538
|
-
<line num="199" count="26" type="stmt"/>
|
|
545
|
+
<line num="165" count="8" type="cond" truecount="1" falsecount="0"/>
|
|
546
|
+
<line num="166" count="1" type="stmt"/>
|
|
547
|
+
<line num="167" count="1" type="stmt"/>
|
|
548
|
+
<line num="173" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
549
|
+
<line num="174" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
550
|
+
<line num="175" count="2" type="stmt"/>
|
|
551
|
+
<line num="176" count="2" type="cond" truecount="0" falsecount="1"/>
|
|
552
|
+
<line num="178" count="2" type="stmt"/>
|
|
553
|
+
<line num="180" count="2" type="stmt"/>
|
|
554
|
+
<line num="187" count="1" type="stmt"/>
|
|
555
|
+
<line num="189" count="1" type="cond" truecount="2" falsecount="0"/>
|
|
556
|
+
<line num="192" count="26" type="stmt"/>
|
|
557
|
+
<line num="193" count="26" type="stmt"/>
|
|
539
558
|
</file>
|
|
540
559
|
<file name="Widget.ts" path="/Users/Coleton/saasquatch/squatch-js/src/widgets/Widget.ts">
|
|
541
560
|
<metrics statements="108" coveredstatements="108" conditionals="59" coveredconditionals="59" methods="20" coveredmethods="20"/>
|
|
@@ -544,14 +563,14 @@
|
|
|
544
563
|
<line num="6" count="8" type="stmt"/>
|
|
545
564
|
<line num="9" count="8" type="stmt"/>
|
|
546
565
|
<line num="42" count="8" type="stmt"/>
|
|
547
|
-
<line num="52" count="
|
|
548
|
-
<line num="53" count="
|
|
549
|
-
<line num="55" count="
|
|
550
|
-
<line num="56" count="
|
|
551
|
-
<line num="57" count="
|
|
552
|
-
<line num="58" count="
|
|
553
|
-
<line num="59" count="
|
|
554
|
-
<line num="60" count="
|
|
566
|
+
<line num="52" count="101" type="stmt"/>
|
|
567
|
+
<line num="53" count="101" type="stmt"/>
|
|
568
|
+
<line num="55" count="101" type="stmt"/>
|
|
569
|
+
<line num="56" count="101" type="stmt"/>
|
|
570
|
+
<line num="57" count="101" type="stmt"/>
|
|
571
|
+
<line num="58" count="101" type="stmt"/>
|
|
572
|
+
<line num="59" count="101" type="stmt"/>
|
|
573
|
+
<line num="60" count="101" type="stmt"/>
|
|
555
574
|
<line num="66" count="104" type="cond" truecount="2" falsecount="0"/>
|
|
556
575
|
<line num="68" count="6" type="stmt"/>
|
|
557
576
|
<line num="69" count="6" type="stmt"/>
|
|
@@ -566,18 +585,18 @@
|
|
|
566
585
|
<line num="86" count="104" type="cond" truecount="1" falsecount="0"/>
|
|
567
586
|
<line num="87" count="4" type="stmt"/>
|
|
568
587
|
<line num="93" count="100" type="stmt"/>
|
|
569
|
-
<line num="97" count="
|
|
570
|
-
<line num="98" count="
|
|
571
|
-
<line num="99" count="
|
|
572
|
-
<line num="100" count="
|
|
573
|
-
<line num="101" count="
|
|
574
|
-
<line num="102" count="
|
|
575
|
-
<line num="103" count="
|
|
576
|
-
<line num="108" count="
|
|
588
|
+
<line num="97" count="79" type="stmt"/>
|
|
589
|
+
<line num="98" count="79" type="stmt"/>
|
|
590
|
+
<line num="99" count="79" type="stmt"/>
|
|
591
|
+
<line num="100" count="79" type="stmt"/>
|
|
592
|
+
<line num="101" count="79" type="stmt"/>
|
|
593
|
+
<line num="102" count="79" type="stmt"/>
|
|
594
|
+
<line num="103" count="79" type="stmt"/>
|
|
595
|
+
<line num="108" count="79" type="stmt"/>
|
|
577
596
|
<line num="112" count="22" type="cond" truecount="2" falsecount="0"/>
|
|
578
597
|
<line num="113" count="22" type="cond" truecount="2" falsecount="0"/>
|
|
579
598
|
<line num="114" count="22" type="stmt"/>
|
|
580
|
-
<line num="121" count="
|
|
599
|
+
<line num="121" count="10" type="cond" truecount="1" falsecount="0"/>
|
|
581
600
|
<line num="122" count="6" type="cond" truecount="1" falsecount="0"/>
|
|
582
601
|
<line num="123" count="1" type="stmt"/>
|
|
583
602
|
<line num="127" count="5" type="cond" truecount="2" falsecount="0"/>
|
|
@@ -595,22 +614,22 @@
|
|
|
595
614
|
<line num="179" count="1" type="stmt"/>
|
|
596
615
|
<line num="186" count="6" type="stmt"/>
|
|
597
616
|
<line num="218" count="6" type="stmt"/>
|
|
598
|
-
<line num="224" count="
|
|
599
|
-
<line num="225" count="
|
|
617
|
+
<line num="224" count="69" type="stmt"/>
|
|
618
|
+
<line num="225" count="69" type="cond" truecount="1" falsecount="0"/>
|
|
600
619
|
<line num="226" count="1" type="stmt"/>
|
|
601
|
-
<line num="227" count="
|
|
602
|
-
<line num="230" count="
|
|
603
|
-
<line num="232" count="
|
|
604
|
-
<line num="234" count="
|
|
605
|
-
<line num="239" count="
|
|
606
|
-
<line num="242" count="
|
|
607
|
-
<line num="243" count="
|
|
608
|
-
<line num="244" count="
|
|
609
|
-
<line num="245" count="
|
|
620
|
+
<line num="227" count="68" type="stmt"/>
|
|
621
|
+
<line num="230" count="286" type="stmt"/>
|
|
622
|
+
<line num="232" count="286" type="stmt"/>
|
|
623
|
+
<line num="234" count="286" type="cond" truecount="2" falsecount="0"/>
|
|
624
|
+
<line num="239" count="286" type="stmt"/>
|
|
625
|
+
<line num="242" count="68" type="stmt"/>
|
|
626
|
+
<line num="243" count="68" type="stmt"/>
|
|
627
|
+
<line num="244" count="286" type="stmt"/>
|
|
628
|
+
<line num="245" count="286" type="cond" truecount="1" falsecount="0"/>
|
|
610
629
|
<line num="246" count="276" type="stmt"/>
|
|
611
|
-
<line num="248" count="
|
|
630
|
+
<line num="248" count="62" type="cond" truecount="1" falsecount="0"/>
|
|
612
631
|
<line num="249" count="52" type="stmt"/>
|
|
613
|
-
<line num="251" count="
|
|
632
|
+
<line num="251" count="10" type="stmt"/>
|
|
614
633
|
<line num="261" count="10" type="stmt"/>
|
|
615
634
|
<line num="262" count="10" type="cond" truecount="1" falsecount="0"/>
|
|
616
635
|
<line num="263" count="9" type="stmt"/>
|
|
@@ -649,7 +668,7 @@
|
|
|
649
668
|
<line num="356" count="276" type="stmt"/>
|
|
650
669
|
</file>
|
|
651
670
|
<file name="Widgets.ts" path="/Users/Coleton/saasquatch/squatch-js/src/widgets/Widgets.ts">
|
|
652
|
-
<metrics statements="
|
|
671
|
+
<metrics statements="91" coveredstatements="91" conditionals="33" coveredconditionals="33" methods="11" coveredmethods="11"/>
|
|
653
672
|
<line num="1" count="4" type="stmt"/>
|
|
654
673
|
<line num="2" count="4" type="stmt"/>
|
|
655
674
|
<line num="11" count="4" type="stmt"/>
|
|
@@ -722,100 +741,96 @@
|
|
|
722
741
|
<line num="257" count="1" type="stmt"/>
|
|
723
742
|
<line num="268" count="17" type="cond" truecount="2" falsecount="0"/>
|
|
724
743
|
<line num="269" count="2" type="stmt"/>
|
|
725
|
-
<line num="
|
|
726
|
-
<line num="
|
|
727
|
-
<line num="
|
|
728
|
-
<line num="
|
|
729
|
-
<line num="
|
|
730
|
-
<line num="
|
|
731
|
-
<line num="
|
|
732
|
-
<line num="
|
|
733
|
-
<line num="
|
|
734
|
-
<line num="
|
|
735
|
-
<line num="
|
|
736
|
-
<line num="
|
|
737
|
-
<line num="
|
|
738
|
-
<line num="
|
|
739
|
-
<line num="
|
|
740
|
-
<line num="
|
|
741
|
-
<line num="
|
|
742
|
-
<line num="322" count="
|
|
743
|
-
<line num="
|
|
744
|
-
<line num="324" count="1" type="stmt"/>
|
|
745
|
-
<line num="325" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
746
|
-
<line num="326" count="2" type="stmt"/>
|
|
747
|
-
<line num="327" count="2" type="stmt"/>
|
|
748
|
-
<line num="338" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
744
|
+
<line num="271" count="15" type="stmt"/>
|
|
745
|
+
<line num="272" count="15" type="cond" truecount="1" falsecount="0"/>
|
|
746
|
+
<line num="275" count="17" type="stmt"/>
|
|
747
|
+
<line num="279" count="15" type="stmt"/>
|
|
748
|
+
<line num="280" count="15" type="stmt"/>
|
|
749
|
+
<line num="282" count="15" type="stmt"/>
|
|
750
|
+
<line num="286" count="2" type="stmt"/>
|
|
751
|
+
<line num="287" count="2" type="stmt"/>
|
|
752
|
+
<line num="289" count="2" type="stmt"/>
|
|
753
|
+
<line num="302" count="4" type="stmt"/>
|
|
754
|
+
<line num="303" count="4" type="stmt"/>
|
|
755
|
+
<line num="305" count="4" type="stmt"/>
|
|
756
|
+
<line num="317" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
757
|
+
<line num="318" count="1" type="stmt"/>
|
|
758
|
+
<line num="319" count="1" type="stmt"/>
|
|
759
|
+
<line num="320" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
760
|
+
<line num="321" count="2" type="stmt"/>
|
|
761
|
+
<line num="322" count="2" type="stmt"/>
|
|
762
|
+
<line num="333" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
749
763
|
</file>
|
|
750
764
|
</package>
|
|
751
765
|
<package name="src.widgets.declarative">
|
|
752
|
-
<metrics statements="
|
|
766
|
+
<metrics statements="89" coveredstatements="89" conditionals="53" coveredconditionals="53" methods="22" coveredmethods="22"/>
|
|
753
767
|
<file name="DeclarativeWidget.ts" path="/Users/Coleton/saasquatch/squatch-js/src/widgets/declarative/DeclarativeWidget.ts">
|
|
754
|
-
<metrics statements="
|
|
768
|
+
<metrics statements="57" coveredstatements="57" conditionals="35" coveredconditionals="35" methods="12" coveredmethods="12"/>
|
|
755
769
|
<line num="1" count="4" type="stmt"/>
|
|
756
770
|
<line num="2" count="4" type="stmt"/>
|
|
757
771
|
<line num="3" count="4" type="stmt"/>
|
|
758
772
|
<line num="5" count="4" type="stmt"/>
|
|
759
|
-
<line num="6" count="4" type="stmt"/>
|
|
760
773
|
<line num="7" count="4" type="stmt"/>
|
|
761
|
-
<line num="
|
|
762
|
-
<line num="13" count="4" type="stmt"/>
|
|
774
|
+
<line num="14" count="4" type="stmt"/>
|
|
763
775
|
<line num="15" count="4" type="stmt"/>
|
|
764
|
-
<line num="
|
|
765
|
-
<line num="
|
|
766
|
-
<line num="
|
|
767
|
-
<line num="
|
|
768
|
-
<line num="90" count="76" type="stmt"/>
|
|
776
|
+
<line num="17" count="4" type="stmt"/>
|
|
777
|
+
<line num="29" count="4" type="stmt"/>
|
|
778
|
+
<line num="86" count="76" type="stmt"/>
|
|
779
|
+
<line num="87" count="76" type="stmt"/>
|
|
769
780
|
<line num="91" count="76" type="stmt"/>
|
|
770
781
|
<line num="92" count="76" type="stmt"/>
|
|
771
|
-
<line num="
|
|
772
|
-
<line num="
|
|
773
|
-
<line num="
|
|
774
|
-
<line num="
|
|
775
|
-
<line num="
|
|
776
|
-
<line num="
|
|
777
|
-
<line num="
|
|
778
|
-
<line num="
|
|
779
|
-
<line num="
|
|
780
|
-
<line num="125" count="21" type="
|
|
781
|
-
<line num="127" count="
|
|
782
|
-
<line num="
|
|
783
|
-
<line num="
|
|
784
|
-
<line num="
|
|
785
|
-
<line num="
|
|
786
|
-
<line num="
|
|
787
|
-
<line num="
|
|
788
|
-
<line num="
|
|
789
|
-
<line num="
|
|
790
|
-
<line num="
|
|
791
|
-
<line num="
|
|
792
|
-
<line num="
|
|
793
|
-
<line num="
|
|
794
|
-
<line num="
|
|
795
|
-
<line num="
|
|
796
|
-
<line num="
|
|
797
|
-
<line num="187" count="
|
|
798
|
-
<line num="
|
|
799
|
-
<line num="
|
|
800
|
-
<line num="
|
|
801
|
-
<line num="
|
|
802
|
-
<line num="
|
|
803
|
-
<line num="208" count="
|
|
804
|
-
<line num="
|
|
805
|
-
<line num="
|
|
806
|
-
<line num="
|
|
807
|
-
<line num="
|
|
808
|
-
<line num="
|
|
809
|
-
<line num="
|
|
810
|
-
<line num="
|
|
782
|
+
<line num="93" count="76" type="stmt"/>
|
|
783
|
+
<line num="94" count="76" type="stmt"/>
|
|
784
|
+
<line num="98" count="69" type="cond" truecount="1" falsecount="0"/>
|
|
785
|
+
<line num="100" count="66" type="stmt"/>
|
|
786
|
+
<line num="104" count="66" type="stmt"/>
|
|
787
|
+
<line num="110" count="44" type="stmt"/>
|
|
788
|
+
<line num="112" count="41" type="stmt"/>
|
|
789
|
+
<line num="114" count="41" type="stmt"/>
|
|
790
|
+
<line num="120" count="41" type="stmt"/>
|
|
791
|
+
<line num="125" count="21" type="stmt"/>
|
|
792
|
+
<line num="127" count="21" type="stmt"/>
|
|
793
|
+
<line num="128" count="21" type="cond" truecount="1" falsecount="0"/>
|
|
794
|
+
<line num="129" count="1" type="stmt"/>
|
|
795
|
+
<line num="132" count="20" type="stmt"/>
|
|
796
|
+
<line num="134" count="20" type="stmt"/>
|
|
797
|
+
<line num="143" count="16" type="stmt"/>
|
|
798
|
+
<line num="147" count="20" type="stmt"/>
|
|
799
|
+
<line num="150" count="76" type="stmt"/>
|
|
800
|
+
<line num="154" count="61" type="stmt"/>
|
|
801
|
+
<line num="167" count="61" type="cond" truecount="2" falsecount="0"/>
|
|
802
|
+
<line num="168" count="32" type="stmt"/>
|
|
803
|
+
<line num="170" count="29" type="cond" truecount="2" falsecount="0"/>
|
|
804
|
+
<line num="181" count="68" type="cond" truecount="2" falsecount="0"/>
|
|
805
|
+
<line num="182" count="68" type="cond" truecount="2" falsecount="0"/>
|
|
806
|
+
<line num="184" count="68" type="cond" truecount="1" falsecount="0"/>
|
|
807
|
+
<line num="186" count="64" type="cond" truecount="2" falsecount="0"/>
|
|
808
|
+
<line num="187" count="44" type="stmt"/>
|
|
809
|
+
<line num="189" count="20" type="stmt"/>
|
|
810
|
+
<line num="192" count="61" type="stmt"/>
|
|
811
|
+
<line num="193" count="61" type="stmt"/>
|
|
812
|
+
<line num="200" count="68" type="stmt"/>
|
|
813
|
+
<line num="201" count="61" type="stmt"/>
|
|
814
|
+
<line num="208" count="76" type="stmt"/>
|
|
815
|
+
<line num="209" count="10" type="stmt"/>
|
|
816
|
+
<line num="217" count="10" type="cond" truecount="2" falsecount="0"/>
|
|
817
|
+
<line num="218" count="3" type="stmt"/>
|
|
818
|
+
<line num="220" count="7" type="cond" truecount="2" falsecount="0"/>
|
|
819
|
+
<line num="229" count="9" type="cond" truecount="1" falsecount="0"/>
|
|
820
|
+
<line num="230" count="8" type="stmt"/>
|
|
821
|
+
<line num="238" count="5" type="cond" truecount="1" falsecount="0"/>
|
|
822
|
+
<line num="239" count="4" type="stmt"/>
|
|
823
|
+
<line num="242" count="76" type="stmt"/>
|
|
824
|
+
<line num="243" count="76" type="stmt"/>
|
|
825
|
+
<line num="244" count="76" type="stmt"/>
|
|
811
826
|
</file>
|
|
812
827
|
<file name="DeclarativeWidgets.ts" path="/Users/Coleton/saasquatch/squatch-js/src/widgets/declarative/DeclarativeWidgets.ts">
|
|
813
|
-
<metrics statements="
|
|
828
|
+
<metrics statements="32" coveredstatements="32" conditionals="18" coveredconditionals="18" methods="10" coveredmethods="10"/>
|
|
814
829
|
<line num="1" count="3" type="stmt"/>
|
|
815
830
|
<line num="14" count="3" type="stmt"/>
|
|
816
831
|
<line num="16" count="36" type="stmt"/>
|
|
817
832
|
<line num="21" count="36" type="stmt"/>
|
|
818
|
-
<line num="25" count="
|
|
833
|
+
<line num="25" count="42" type="stmt"/>
|
|
819
834
|
<line num="29" count="42" type="cond" truecount="3" falsecount="0"/>
|
|
820
835
|
<line num="31" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
821
836
|
<line num="34" count="4" type="stmt"/>
|
|
@@ -830,16 +845,19 @@
|
|
|
830
845
|
<line num="69" count="24" type="stmt"/>
|
|
831
846
|
<line num="71" count="24" type="stmt"/>
|
|
832
847
|
<line num="72" count="3" type="stmt"/>
|
|
833
|
-
<line num="
|
|
834
|
-
<line num="
|
|
835
|
-
<line num="
|
|
836
|
-
<line num="
|
|
848
|
+
<line num="74" count="3" type="stmt"/>
|
|
849
|
+
<line num="79" count="30" type="stmt"/>
|
|
850
|
+
<line num="83" count="28" type="cond" truecount="3" falsecount="0"/>
|
|
851
|
+
<line num="85" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
852
|
+
<line num="88" count="4" type="stmt"/>
|
|
837
853
|
<line num="89" count="4" type="stmt"/>
|
|
838
|
-
<line num="
|
|
854
|
+
<line num="94" count="28" type="cond" truecount="2" falsecount="0"/>
|
|
839
855
|
<line num="95" count="28" type="stmt"/>
|
|
840
|
-
<line num="
|
|
841
|
-
<line num="
|
|
842
|
-
<line num="
|
|
856
|
+
<line num="97" count="26" type="cond" truecount="1" falsecount="0"/>
|
|
857
|
+
<line num="106" count="3" type="stmt"/>
|
|
858
|
+
<line num="107" count="3" type="stmt"/>
|
|
859
|
+
<line num="108" count="3" type="stmt"/>
|
|
860
|
+
<line num="109" count="3" type="stmt"/>
|
|
843
861
|
</file>
|
|
844
862
|
</package>
|
|
845
863
|
</project>
|