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