dcl-catalyst-client 11.3.1 → 11.3.3-20220530195134.commit-ed4e3c5
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/.eslintignore +5 -0
- package/.eslintrc.json +8 -13
- package/README.md +2 -2
- package/coverage/clover.xml +242 -240
- package/coverage/coverage-final.json +8 -8
- package/coverage/lcov-report/index.html +19 -19
- package/coverage/lcov.info +490 -483
- package/dist/CatalystClient.d.ts +13 -13
- package/dist/CatalystClient.js.map +1 -1
- package/dist/ContentAPI.d.ts +19 -11
- package/dist/ContentClient.d.ts +21 -20
- package/dist/ContentClient.js +1 -5
- package/dist/ContentClient.js.map +1 -1
- package/dist/LambdasAPI.d.ts +11 -7
- package/dist/LambdasAPI.js.map +1 -1
- package/dist/LambdasClient.d.ts +6 -7
- package/dist/LambdasClient.js.map +1 -1
- package/dist/utils/CatalystClientBuilder.js +7 -1
- package/dist/utils/CatalystClientBuilder.js.map +1 -1
- package/dist/utils/DeploymentBuilder.d.ts +14 -15
- package/dist/utils/DeploymentBuilder.js +17 -7
- package/dist/utils/DeploymentBuilder.js.map +1 -1
- package/dist/utils/catalystList.d.ts +0 -1
- package/dist/utils/catalystList.js +2 -8
- package/dist/utils/catalystList.js.map +1 -1
- package/package.json +10 -14
- package/scripts/generate-catalysts-list.ts +20 -4
package/coverage/clover.xml
CHANGED
|
@@ -1,21 +1,23 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<coverage generated="
|
|
3
|
-
<project timestamp="
|
|
4
|
-
<metrics statements="
|
|
2
|
+
<coverage generated="1653940293647" clover="3.2.0">
|
|
3
|
+
<project timestamp="1653940293647" name="All files">
|
|
4
|
+
<metrics statements="473" coveredstatements="371" conditionals="195" coveredconditionals="121" methods="141" coveredmethods="92" elements="809" coveredelements="584" complexity="0" loc="473" ncloc="473" packages="3" files="15" classes="15"/>
|
|
5
5
|
<package name="src">
|
|
6
6
|
<metrics statements="144" coveredstatements="103" conditionals="63" coveredconditionals="46" methods="62" coveredmethods="27"/>
|
|
7
7
|
<file name="CatalystClient.ts" path="/home/runner/work/catalyst-client/catalyst-client/src/CatalystClient.ts">
|
|
8
8
|
<metrics statements="32" coveredstatements="6" conditionals="3" coveredconditionals="0" methods="23" coveredmethods="0"/>
|
|
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="
|
|
9
|
+
<line num="2" count="3" type="stmt"/>
|
|
10
|
+
<line num="12" count="3" type="stmt"/>
|
|
11
|
+
<line num="14" count="3" type="stmt"/>
|
|
12
|
+
<line num="15" count="3" type="stmt"/>
|
|
13
|
+
<line num="17" count="3" type="stmt"/>
|
|
14
|
+
<line num="24" count="3" type="stmt"/>
|
|
15
|
+
<line num="30" count="0" type="stmt"/>
|
|
16
|
+
<line num="31" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
17
|
+
<line num="36" count="0" type="stmt"/>
|
|
18
|
+
<line num="41" count="0" type="stmt"/>
|
|
19
|
+
<line num="48" count="0" type="stmt"/>
|
|
20
|
+
<line num="52" count="0" type="stmt"/>
|
|
19
21
|
<line num="56" count="0" type="stmt"/>
|
|
20
22
|
<line num="60" count="0" type="stmt"/>
|
|
21
23
|
<line num="64" count="0" type="stmt"/>
|
|
@@ -28,16 +30,14 @@
|
|
|
28
30
|
<line num="92" count="0" type="stmt"/>
|
|
29
31
|
<line num="96" count="0" type="stmt"/>
|
|
30
32
|
<line num="104" count="0" type="stmt"/>
|
|
31
|
-
<line num="
|
|
32
|
-
<line num="
|
|
33
|
+
<line num="113" count="0" type="stmt"/>
|
|
34
|
+
<line num="117" count="0" type="stmt"/>
|
|
35
|
+
<line num="121" count="0" type="stmt"/>
|
|
33
36
|
<line num="125" count="0" type="stmt"/>
|
|
34
37
|
<line num="129" count="0" type="stmt"/>
|
|
35
38
|
<line num="133" count="0" type="stmt"/>
|
|
36
39
|
<line num="137" count="0" type="stmt"/>
|
|
37
40
|
<line num="141" count="0" type="stmt"/>
|
|
38
|
-
<line num="145" count="0" type="stmt"/>
|
|
39
|
-
<line num="149" count="0" type="stmt"/>
|
|
40
|
-
<line num="153" count="0" type="stmt"/>
|
|
41
41
|
</file>
|
|
42
42
|
<file name="CatalystsList.ts" path="/home/runner/work/catalyst-client/catalyst-client/src/CatalystsList.ts">
|
|
43
43
|
<metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
@@ -46,115 +46,115 @@
|
|
|
46
46
|
<file name="ContentClient.ts" path="/home/runner/work/catalyst-client/catalyst-client/src/ContentClient.ts">
|
|
47
47
|
<metrics statements="75" coveredstatements="67" conditionals="43" coveredconditionals="32" methods="27" coveredmethods="20"/>
|
|
48
48
|
<line num="1" count="4" type="stmt"/>
|
|
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="
|
|
49
|
+
<line num="3" count="4" type="stmt"/>
|
|
50
|
+
<line num="4" count="4" type="stmt"/>
|
|
51
|
+
<line num="6" count="4" type="stmt"/>
|
|
52
|
+
<line num="7" count="4" type="stmt"/>
|
|
53
|
+
<line num="15" count="4" type="stmt"/>
|
|
54
|
+
<line num="21" count="18" type="stmt"/>
|
|
55
|
+
<line num="22" count="18" type="cond" truecount="2" falsecount="0"/>
|
|
56
|
+
<line num="27" count="18" type="cond" truecount="2" falsecount="0"/>
|
|
57
|
+
<line num="37" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
58
|
+
<line num="38" count="1" type="stmt"/>
|
|
59
|
+
<line num="55" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
60
|
+
<line num="56" count="1" type="stmt"/>
|
|
61
|
+
<line num="67" count="2" type="stmt"/>
|
|
62
|
+
<line num="69" count="2" type="stmt"/>
|
|
63
|
+
<line num="70" count="2" type="stmt"/>
|
|
64
|
+
<line num="71" count="2" type="stmt"/>
|
|
65
|
+
<line num="73" count="2" type="stmt"/>
|
|
66
|
+
<line num="74" count="2" type="stmt"/>
|
|
67
|
+
<line num="75" count="4" type="cond" truecount="2" falsecount="1"/>
|
|
68
|
+
<line num="76" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
69
|
+
<line num="78" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
70
|
+
<line num="81" count="0" type="stmt"/>
|
|
64
71
|
<line num="86" count="2" type="stmt"/>
|
|
65
|
-
<line num="
|
|
66
|
-
<line num="
|
|
67
|
-
<line num="
|
|
68
|
-
<line num="
|
|
69
|
-
<line num="
|
|
70
|
-
<line num="96" count="0" type="stmt"/>
|
|
71
|
-
<line num="101" count="2" type="stmt"/>
|
|
72
|
+
<line num="90" count="1" type="stmt"/>
|
|
73
|
+
<line num="92" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
74
|
+
<line num="96" count="1" type="stmt"/>
|
|
75
|
+
<line num="100" count="1" type="stmt"/>
|
|
76
|
+
<line num="104" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
72
77
|
<line num="105" count="1" type="stmt"/>
|
|
73
|
-
<line num="
|
|
74
|
-
<line num="
|
|
75
|
-
<line num="115" count="1" type="stmt"/>
|
|
76
|
-
<line num="119" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
78
|
+
<line num="108" count="2" type="stmt"/>
|
|
79
|
+
<line num="119" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
77
80
|
<line num="120" count="1" type="stmt"/>
|
|
78
|
-
<line num="123" count="
|
|
79
|
-
<line num="134" count="
|
|
80
|
-
<line num="135" count="
|
|
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="
|
|
91
|
-
<line num="
|
|
92
|
-
<line num="
|
|
93
|
-
<line num="175" count="
|
|
94
|
-
<line num="
|
|
95
|
-
<line num="
|
|
96
|
-
<line num="
|
|
97
|
-
<line num="
|
|
98
|
-
<line num="
|
|
81
|
+
<line num="123" count="3" type="stmt"/>
|
|
82
|
+
<line num="134" count="2" type="stmt"/>
|
|
83
|
+
<line num="135" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
84
|
+
<line num="136" count="1" type="stmt"/>
|
|
85
|
+
<line num="138" count="1" type="stmt"/>
|
|
86
|
+
<line num="142" count="0" type="stmt"/>
|
|
87
|
+
<line num="146" count="0" type="stmt"/>
|
|
88
|
+
<line num="150" count="2" type="cond" truecount="2" falsecount="2"/>
|
|
89
|
+
<line num="151" count="2" type="cond" truecount="4" falsecount="2"/>
|
|
90
|
+
<line num="153" count="2" type="stmt"/>
|
|
91
|
+
<line num="155" count="4" type="stmt"/>
|
|
92
|
+
<line num="156" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
93
|
+
<line num="160" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
94
|
+
<line num="161" count="1" type="stmt"/>
|
|
95
|
+
<line num="163" count="3" type="stmt"/>
|
|
96
|
+
<line num="175" count="3" type="stmt"/>
|
|
97
|
+
<line num="180" count="18" type="stmt"/>
|
|
98
|
+
<line num="191" count="20" type="stmt"/>
|
|
99
|
+
<line num="195" count="3" type="stmt"/>
|
|
100
|
+
<line num="196" count="3" type="cond" truecount="3" falsecount="1"/>
|
|
101
|
+
<line num="197" count="3" type="stmt"/>
|
|
102
|
+
<line num="198" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
103
|
+
<line num="199" count="1" type="stmt"/>
|
|
104
|
+
<line num="202" count="3" type="stmt"/>
|
|
105
|
+
<line num="206" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
106
|
+
<line num="207" count="1" type="stmt"/>
|
|
99
107
|
<line num="210" count="3" type="stmt"/>
|
|
100
|
-
<line num="
|
|
101
|
-
<line num="
|
|
102
|
-
<line num="
|
|
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="
|
|
112
|
-
<line num="
|
|
113
|
-
<line num="
|
|
114
|
-
<line num="
|
|
115
|
-
<line num="276" count="4" type="stmt"/>
|
|
116
|
-
<line num="282" count="4" type="stmt"/>
|
|
117
|
-
<line num="288" count="12" type="stmt"/>
|
|
118
|
-
<line num="291" count="0" type="stmt"/>
|
|
119
|
-
<line num="295" count="0" type="stmt"/>
|
|
120
|
-
<line num="300" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
121
|
-
<line num="301" count="2" type="stmt"/>
|
|
122
|
-
<line num="303" count="0" type="stmt"/>
|
|
108
|
+
<line num="221" count="0" type="stmt"/>
|
|
109
|
+
<line num="226" count="2" type="stmt"/>
|
|
110
|
+
<line num="228" count="2" type="stmt"/>
|
|
111
|
+
<line num="230" count="2" type="stmt"/>
|
|
112
|
+
<line num="234" count="0" type="stmt"/>
|
|
113
|
+
<line num="256" count="4" type="stmt"/>
|
|
114
|
+
<line num="257" count="4" type="stmt"/>
|
|
115
|
+
<line num="258" count="4" type="stmt"/>
|
|
116
|
+
<line num="264" count="4" type="stmt"/>
|
|
117
|
+
<line num="266" count="12" type="stmt"/>
|
|
118
|
+
<line num="269" count="0" type="stmt"/>
|
|
119
|
+
<line num="273" count="0" type="stmt"/>
|
|
120
|
+
<line num="278" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
121
|
+
<line num="279" count="2" type="stmt"/>
|
|
122
|
+
<line num="281" count="0" type="stmt"/>
|
|
123
123
|
</file>
|
|
124
124
|
<file name="LambdasAPI.ts" path="/home/runner/work/catalyst-client/catalyst-client/src/LambdasAPI.ts">
|
|
125
125
|
<metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
|
|
126
|
-
<line num="
|
|
127
|
-
<line num="
|
|
128
|
-
<line num="
|
|
129
|
-
<line num="
|
|
126
|
+
<line num="33" count="2" type="stmt"/>
|
|
127
|
+
<line num="34" count="2" type="stmt"/>
|
|
128
|
+
<line num="36" count="2" type="stmt"/>
|
|
129
|
+
<line num="39" count="1" type="stmt"/>
|
|
130
130
|
</file>
|
|
131
131
|
<file name="LambdasClient.ts" path="/home/runner/work/catalyst-client/catalyst-client/src/LambdasClient.ts">
|
|
132
132
|
<metrics statements="25" coveredstatements="18" conditionals="17" coveredconditionals="14" methods="10" coveredmethods="5"/>
|
|
133
133
|
<line num="1" count="3" type="stmt"/>
|
|
134
134
|
<line num="11" count="3" type="stmt"/>
|
|
135
|
-
<line num="
|
|
136
|
-
<line num="
|
|
137
|
-
<line num="
|
|
138
|
-
<line num="
|
|
139
|
-
<line num="
|
|
140
|
-
<line num="
|
|
141
|
-
<line num="
|
|
142
|
-
<line num="
|
|
143
|
-
<line num="
|
|
144
|
-
<line num="
|
|
145
|
-
<line num="
|
|
146
|
-
<line num="
|
|
147
|
-
<line num="
|
|
148
|
-
<line num="
|
|
149
|
-
<line num="
|
|
150
|
-
<line num="
|
|
151
|
-
<line num="
|
|
152
|
-
<line num="
|
|
153
|
-
<line num="
|
|
154
|
-
<line num="
|
|
155
|
-
<line num="
|
|
156
|
-
<line num="
|
|
157
|
-
<line num="
|
|
135
|
+
<line num="24" count="3" type="stmt"/>
|
|
136
|
+
<line num="29" count="6" type="stmt"/>
|
|
137
|
+
<line num="30" count="6" type="cond" truecount="1" falsecount="1"/>
|
|
138
|
+
<line num="38" count="3" type="stmt"/>
|
|
139
|
+
<line num="39" count="3" type="stmt"/>
|
|
140
|
+
<line num="40" count="3" type="cond" truecount="5" falsecount="0"/>
|
|
141
|
+
<line num="41" count="1" type="cond" truecount="3" falsecount="1"/>
|
|
142
|
+
<line num="42" count="1" type="stmt"/>
|
|
143
|
+
<line num="45" count="3" type="cond" truecount="5" falsecount="0"/>
|
|
144
|
+
<line num="46" count="1" type="stmt"/>
|
|
145
|
+
<line num="48" count="2" type="stmt"/>
|
|
146
|
+
<line num="52" count="3" type="stmt"/>
|
|
147
|
+
<line num="62" count="1" type="stmt"/>
|
|
148
|
+
<line num="63" count="1" type="cond" truecount="0" falsecount="1"/>
|
|
149
|
+
<line num="64" count="0" type="stmt"/>
|
|
150
|
+
<line num="67" count="1" type="stmt"/>
|
|
151
|
+
<line num="83" count="2" type="stmt"/>
|
|
152
|
+
<line num="98" count="0" type="stmt"/>
|
|
153
|
+
<line num="102" count="0" type="stmt"/>
|
|
154
|
+
<line num="112" count="0" type="stmt"/>
|
|
155
|
+
<line num="116" count="0" type="stmt"/>
|
|
156
|
+
<line num="120" count="0" type="stmt"/>
|
|
157
|
+
<line num="124" count="0" type="stmt"/>
|
|
158
158
|
</file>
|
|
159
159
|
<file name="index.ts" path="/home/runner/work/catalyst-client/catalyst-client/src/index.ts">
|
|
160
160
|
<metrics statements="7" coveredstatements="7" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
@@ -168,96 +168,102 @@
|
|
|
168
168
|
</file>
|
|
169
169
|
</package>
|
|
170
170
|
<package name="src.utils">
|
|
171
|
-
<metrics statements="
|
|
171
|
+
<metrics statements="281" coveredstatements="220" conditionals="132" coveredconditionals="75" methods="68" coveredmethods="54"/>
|
|
172
172
|
<file name="CatalystClientBuilder.ts" path="/home/runner/work/catalyst-client/catalyst-client/src/utils/CatalystClientBuilder.ts">
|
|
173
|
-
<metrics statements="
|
|
173
|
+
<metrics statements="27" coveredstatements="25" conditionals="3" coveredconditionals="3" methods="5" coveredmethods="5"/>
|
|
174
174
|
<line num="1" count="4" type="stmt"/>
|
|
175
175
|
<line num="2" count="4" type="stmt"/>
|
|
176
176
|
<line num="3" count="4" type="stmt"/>
|
|
177
177
|
<line num="4" count="4" type="stmt"/>
|
|
178
|
+
<line num="5" count="4" type="stmt"/>
|
|
178
179
|
<line num="6" count="4" type="stmt"/>
|
|
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="31" count="2" type="stmt"/>
|
|
189
|
-
<line num="32" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
180
|
+
<line num="8" count="4" type="stmt"/>
|
|
181
|
+
<line num="11" count="1" type="stmt"/>
|
|
182
|
+
<line num="14" count="1" type="stmt"/>
|
|
183
|
+
<line num="20" count="4" type="stmt"/>
|
|
184
|
+
<line num="21" count="2" type="stmt"/>
|
|
185
|
+
<line num="26" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
186
|
+
<line num="27" count="1" type="stmt"/>
|
|
187
|
+
<line num="29" count="1" type="stmt"/>
|
|
188
|
+
<line num="30" count="3" type="stmt"/>
|
|
190
189
|
<line num="33" count="2" type="stmt"/>
|
|
191
|
-
<line num="
|
|
192
|
-
<line num="
|
|
190
|
+
<line num="35" count="2" type="stmt"/>
|
|
191
|
+
<line num="36" count="2" type="stmt"/>
|
|
192
|
+
<line num="40" count="2" type="stmt"/>
|
|
193
|
+
<line num="41" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
193
194
|
<line num="42" count="2" type="stmt"/>
|
|
194
|
-
<line num="
|
|
195
|
-
<line num="
|
|
196
|
-
<line num="
|
|
195
|
+
<line num="46" count="0" type="stmt"/>
|
|
196
|
+
<line num="50" count="2" type="stmt"/>
|
|
197
|
+
<line num="51" count="2" type="stmt"/>
|
|
198
|
+
<line num="52" count="6" type="stmt"/>
|
|
199
|
+
<line num="54" count="2" type="stmt"/>
|
|
200
|
+
<line num="56" count="0" type="stmt"/>
|
|
197
201
|
</file>
|
|
198
202
|
<file name="DeploymentBuilder.ts" path="/home/runner/work/catalyst-client/catalyst-client/src/utils/DeploymentBuilder.ts">
|
|
199
|
-
<metrics statements="
|
|
203
|
+
<metrics statements="63" coveredstatements="34" conditionals="55" coveredconditionals="27" methods="16" coveredmethods="8"/>
|
|
200
204
|
<line num="1" count="5" type="stmt"/>
|
|
201
205
|
<line num="2" count="5" type="stmt"/>
|
|
206
|
+
<line num="3" count="5" type="stmt"/>
|
|
202
207
|
<line num="4" count="5" type="stmt"/>
|
|
203
|
-
<line num="
|
|
204
|
-
<line num="
|
|
208
|
+
<line num="6" count="5" type="stmt"/>
|
|
209
|
+
<line num="24" count="7" type="cond" truecount="1" falsecount="0"/>
|
|
210
|
+
<line num="26" count="6" type="stmt"/>
|
|
211
|
+
<line num="37" count="6" type="cond" truecount="1" falsecount="0"/>
|
|
205
212
|
<line num="38" count="6" type="stmt"/>
|
|
206
|
-
<line num="
|
|
207
|
-
<line num="
|
|
208
|
-
<line num="
|
|
213
|
+
<line num="39" count="6" type="stmt"/>
|
|
214
|
+
<line num="40" count="5" type="stmt"/>
|
|
215
|
+
<line num="41" count="5" type="cond" truecount="1" falsecount="0"/>
|
|
216
|
+
<line num="42" count="1" type="stmt"/>
|
|
217
|
+
<line num="48" count="4" type="stmt"/>
|
|
209
218
|
<line num="52" count="5" type="stmt"/>
|
|
210
|
-
<line num="
|
|
211
|
-
<line num="
|
|
212
|
-
<line num="60" count="
|
|
219
|
+
<line num="54" count="5" type="stmt"/>
|
|
220
|
+
<line num="55" count="5" type="stmt"/>
|
|
221
|
+
<line num="60" count="5" type="cond" truecount="0" falsecount="1"/>
|
|
222
|
+
<line num="61" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
213
223
|
<line num="64" count="5" type="stmt"/>
|
|
214
|
-
<line num="
|
|
215
|
-
<line num="
|
|
216
|
-
<line num="
|
|
217
|
-
<line num="
|
|
218
|
-
<line num="
|
|
219
|
-
<line num="
|
|
220
|
-
<line num="
|
|
221
|
-
<line num="
|
|
222
|
-
<line num="
|
|
223
|
-
<line num="
|
|
224
|
-
<line num="
|
|
225
|
-
<line num="
|
|
226
|
-
<line num="
|
|
227
|
-
<line num="
|
|
228
|
-
<line num="
|
|
229
|
-
<line num="
|
|
230
|
-
<line num="155" count="1" type="stmt"/>
|
|
224
|
+
<line num="85" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
225
|
+
<line num="91" count="2" type="stmt"/>
|
|
226
|
+
<line num="92" count="1" type="stmt"/>
|
|
227
|
+
<line num="94" count="2" type="stmt"/>
|
|
228
|
+
<line num="95" count="2" type="stmt"/>
|
|
229
|
+
<line num="97" count="2" type="stmt"/>
|
|
230
|
+
<line num="125" count="0" type="cond" truecount="0" falsecount="6"/>
|
|
231
|
+
<line num="127" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
232
|
+
<line num="128" count="0" type="stmt"/>
|
|
233
|
+
<line num="129" count="0" type="stmt"/>
|
|
234
|
+
<line num="130" count="0" type="stmt"/>
|
|
235
|
+
<line num="138" count="0" type="stmt"/>
|
|
236
|
+
<line num="147" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
237
|
+
<line num="148" count="1" type="stmt"/>
|
|
238
|
+
<line num="152" count="1" type="cond" truecount="7" falsecount="3"/>
|
|
239
|
+
<line num="153" count="1" type="stmt"/>
|
|
231
240
|
<line num="159" count="1" type="cond" truecount="7" falsecount="3"/>
|
|
232
|
-
<line num="
|
|
233
|
-
<line num="
|
|
234
|
-
<line num="
|
|
235
|
-
<line num="
|
|
236
|
-
<line num="
|
|
237
|
-
<line num="
|
|
238
|
-
<line num="
|
|
241
|
+
<line num="162" count="1" type="stmt"/>
|
|
242
|
+
<line num="171" count="1" type="cond" truecount="4" falsecount="2"/>
|
|
243
|
+
<line num="172" count="1" type="stmt"/>
|
|
244
|
+
<line num="174" count="1" type="stmt"/>
|
|
245
|
+
<line num="196" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
246
|
+
<line num="200" count="0" type="stmt"/>
|
|
247
|
+
<line num="201" count="0" type="stmt"/>
|
|
248
|
+
<line num="202" count="0" type="stmt"/>
|
|
239
249
|
<line num="204" count="0" type="stmt"/>
|
|
240
|
-
<line num="
|
|
241
|
-
<line num="
|
|
242
|
-
<line num="
|
|
243
|
-
<line num="
|
|
244
|
-
<line num="
|
|
245
|
-
<line num="
|
|
246
|
-
<line num="
|
|
250
|
+
<line num="205" count="0" type="stmt"/>
|
|
251
|
+
<line num="206" count="0" type="stmt"/>
|
|
252
|
+
<line num="208" count="0" type="stmt"/>
|
|
253
|
+
<line num="215" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
254
|
+
<line num="217" count="0" type="stmt"/>
|
|
255
|
+
<line num="219" count="0" type="stmt"/>
|
|
256
|
+
<line num="221" count="0" type="stmt"/>
|
|
247
257
|
<line num="222" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
248
|
-
<line num="
|
|
258
|
+
<line num="223" count="0" type="stmt"/>
|
|
249
259
|
<line num="225" count="0" type="stmt"/>
|
|
260
|
+
<line num="226" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
250
261
|
<line num="227" count="0" type="stmt"/>
|
|
251
|
-
<line num="228" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
252
262
|
<line num="229" count="0" type="stmt"/>
|
|
253
|
-
<line num="
|
|
254
|
-
<line num="
|
|
255
|
-
<line num="
|
|
256
|
-
<line num="
|
|
257
|
-
<line num="236" count="0" type="stmt"/>
|
|
258
|
-
<line num="239" count="0" type="stmt"/>
|
|
259
|
-
<line num="242" count="0" type="stmt"/>
|
|
260
|
-
<line num="243" count="0" type="stmt"/>
|
|
263
|
+
<line num="230" count="0" type="stmt"/>
|
|
264
|
+
<line num="234" count="0" type="stmt"/>
|
|
265
|
+
<line num="237" count="0" type="stmt"/>
|
|
266
|
+
<line num="238" count="0" type="stmt"/>
|
|
261
267
|
</file>
|
|
262
268
|
<file name="Environment.ts" path="/home/runner/work/catalyst-client/catalyst-client/src/utils/Environment.ts">
|
|
263
269
|
<metrics statements="1" coveredstatements="1" conditionals="2" coveredconditionals="1" methods="0" coveredmethods="0"/>
|
|
@@ -409,51 +415,47 @@
|
|
|
409
415
|
<line num="340" count="449" type="stmt"/>
|
|
410
416
|
</file>
|
|
411
417
|
<file name="catalystList.ts" path="/home/runner/work/catalyst-client/catalyst-client/src/utils/catalystList.ts">
|
|
412
|
-
<metrics statements="
|
|
418
|
+
<metrics statements="40" coveredstatements="30" conditionals="15" coveredconditionals="10" methods="10" coveredmethods="7"/>
|
|
413
419
|
<line num="1" count="4" type="stmt"/>
|
|
414
420
|
<line num="2" count="4" type="stmt"/>
|
|
415
421
|
<line num="3" count="4" type="stmt"/>
|
|
416
|
-
<line num="
|
|
417
|
-
<line num="6" count="4" type="stmt"/>
|
|
418
|
-
<line num="7" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
419
|
-
<line num="8" count="0" type="stmt"/>
|
|
422
|
+
<line num="12" count="4" type="stmt"/>
|
|
420
423
|
<line num="18" count="4" type="stmt"/>
|
|
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="
|
|
424
|
+
<line num="22" count="5" type="cond" truecount="1" falsecount="1"/>
|
|
425
|
+
<line num="24" count="0" type="stmt"/>
|
|
426
|
+
<line num="25" count="5" type="cond" truecount="1" falsecount="1"/>
|
|
427
|
+
<line num="29" count="5" type="cond" truecount="1" falsecount="1"/>
|
|
428
|
+
<line num="32" count="5" type="cond" truecount="1" falsecount="0"/>
|
|
429
|
+
<line num="33" count="1" type="stmt"/>
|
|
430
|
+
<line num="37" count="4" type="stmt"/>
|
|
431
|
+
<line num="40" count="4" type="stmt"/>
|
|
432
|
+
<line num="43" count="11" type="stmt"/>
|
|
433
|
+
<line num="44" count="11" type="stmt"/>
|
|
434
|
+
<line num="48" count="4" type="stmt"/>
|
|
430
435
|
<line num="49" count="11" type="stmt"/>
|
|
431
|
-
<line num="
|
|
432
|
-
<line num="54" count="4" type="
|
|
433
|
-
<line num="55" count="
|
|
434
|
-
<line num="
|
|
435
|
-
<line num="
|
|
436
|
-
<line num="
|
|
437
|
-
<line num="
|
|
438
|
-
<line num="
|
|
439
|
-
<line num="
|
|
440
|
-
<line num="
|
|
441
|
-
<line num="70" count="1" type="stmt"/>
|
|
436
|
+
<line num="53" count="4" type="stmt"/>
|
|
437
|
+
<line num="54" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
438
|
+
<line num="55" count="0" type="stmt"/>
|
|
439
|
+
<line num="56" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
440
|
+
<line num="57" count="0" type="stmt"/>
|
|
441
|
+
<line num="59" count="0" type="stmt"/>
|
|
442
|
+
<line num="63" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
443
|
+
<line num="64" count="1" type="stmt"/>
|
|
444
|
+
<line num="68" count="3" type="stmt"/>
|
|
445
|
+
<line num="70" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
442
446
|
<line num="74" count="3" type="stmt"/>
|
|
443
|
-
<line num="
|
|
444
|
-
<line num="
|
|
445
|
-
<line num="
|
|
446
|
-
<line num="
|
|
447
|
-
<line num="
|
|
448
|
-
<line num="
|
|
449
|
-
<line num="
|
|
450
|
-
<line num="
|
|
451
|
-
<line num="
|
|
452
|
-
<line num="
|
|
453
|
-
<line num="
|
|
454
|
-
<line num="
|
|
455
|
-
<line num="99" count="0" type="stmt"/>
|
|
456
|
-
<line num="101" count="0" type="stmt"/>
|
|
447
|
+
<line num="75" count="3" type="stmt"/>
|
|
448
|
+
<line num="76" count="7" type="stmt"/>
|
|
449
|
+
<line num="77" count="9" type="stmt"/>
|
|
450
|
+
<line num="78" count="9" type="cond" truecount="2" falsecount="0"/>
|
|
451
|
+
<line num="82" count="3" type="stmt"/>
|
|
452
|
+
<line num="83" count="7" type="stmt"/>
|
|
453
|
+
<line num="84" count="2" type="stmt"/>
|
|
454
|
+
<line num="88" count="0" type="stmt"/>
|
|
455
|
+
<line num="91" count="0" type="stmt"/>
|
|
456
|
+
<line num="92" count="0" type="stmt"/>
|
|
457
|
+
<line num="93" count="0" type="stmt"/>
|
|
458
|
+
<line num="95" count="0" type="stmt"/>
|
|
457
459
|
</file>
|
|
458
460
|
<file name="common.ts" path="/home/runner/work/catalyst-client/catalyst-client/src/utils/common.ts">
|
|
459
461
|
<metrics statements="5" coveredstatements="5" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
@@ -474,31 +476,31 @@
|
|
|
474
476
|
<metrics statements="48" coveredstatements="48" conditionals="0" coveredconditionals="0" methods="11" coveredmethods="11"/>
|
|
475
477
|
<file name="components.ts" path="/home/runner/work/catalyst-client/catalyst-client/test/components.ts">
|
|
476
478
|
<metrics statements="25" coveredstatements="25" conditionals="0" coveredconditionals="0" methods="4" coveredmethods="4"/>
|
|
479
|
+
<line num="1" count="1" type="stmt"/>
|
|
477
480
|
<line num="2" count="1" type="stmt"/>
|
|
478
|
-
<line num="
|
|
481
|
+
<line num="4" count="1" type="stmt"/>
|
|
479
482
|
<line num="5" count="1" type="stmt"/>
|
|
480
483
|
<line num="6" count="1" type="stmt"/>
|
|
481
|
-
<line num="
|
|
482
|
-
<line num="
|
|
483
|
-
<line num="
|
|
484
|
-
<line num="31" count="
|
|
485
|
-
<line num="
|
|
486
|
-
<line num="34" count="
|
|
487
|
-
<line num="
|
|
484
|
+
<line num="26" count="1" type="stmt"/>
|
|
485
|
+
<line num="28" count="1" type="stmt"/>
|
|
486
|
+
<line num="30" count="1" type="stmt"/>
|
|
487
|
+
<line num="31" count="2" type="stmt"/>
|
|
488
|
+
<line num="33" count="2" type="stmt"/>
|
|
489
|
+
<line num="34" count="12" type="stmt"/>
|
|
490
|
+
<line num="37" count="2" type="stmt"/>
|
|
488
491
|
<line num="38" count="2" type="stmt"/>
|
|
489
492
|
<line num="39" count="2" type="stmt"/>
|
|
490
493
|
<line num="40" count="2" type="stmt"/>
|
|
491
|
-
<line num="
|
|
492
|
-
<line num="
|
|
493
|
-
<line num="
|
|
494
|
-
<line num="
|
|
495
|
-
<line num="
|
|
496
|
-
<line num="
|
|
497
|
-
<line num="
|
|
494
|
+
<line num="43" count="1" type="stmt"/>
|
|
495
|
+
<line num="46" count="1" type="stmt"/>
|
|
496
|
+
<line num="52" count="1" type="stmt"/>
|
|
497
|
+
<line num="54" count="1" type="stmt"/>
|
|
498
|
+
<line num="56" count="1" type="stmt"/>
|
|
499
|
+
<line num="58" count="1" type="stmt"/>
|
|
500
|
+
<line num="60" count="1" type="stmt"/>
|
|
498
501
|
<line num="61" count="1" type="stmt"/>
|
|
499
|
-
<line num="
|
|
500
|
-
<line num="
|
|
501
|
-
<line num="74" count="1" type="stmt"/>
|
|
502
|
+
<line num="64" count="1" type="stmt"/>
|
|
503
|
+
<line num="73" count="1" type="stmt"/>
|
|
502
504
|
</file>
|
|
503
505
|
<file name="utils.ts" path="/home/runner/work/catalyst-client/catalyst-client/test/utils.ts">
|
|
504
506
|
<metrics statements="23" coveredstatements="23" conditionals="0" coveredconditionals="0" methods="7" coveredmethods="7"/>
|