dcl-catalyst-client 15.0.0 → 17.0.0
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 +2 -1
- package/.github/workflows/build-and-publish.yml +13 -74
- package/README.md +50 -44
- package/coverage/clover.xml +352 -442
- package/coverage/coverage-final.json +9 -14
- package/coverage/lcov-report/index.html +47 -32
- package/coverage/lcov.info +656 -892
- package/dist/package.json +77 -0
- package/package.json +16 -19
- package/scripts/generate-snapshots.ts +49 -0
- package/dist/CatalystAPI.d.ts +0 -5
- package/dist/CatalystAPI.js +0 -3
- package/dist/CatalystAPI.js.map +0 -1
- package/dist/CatalystClient.d.ts +0 -46
- package/dist/CatalystClient.js +0 -93
- package/dist/CatalystClient.js.map +0 -1
- package/dist/CatalystsList.d.ts +0 -13
- package/dist/CatalystsList.js +0 -78
- package/dist/CatalystsList.js.map +0 -1
- package/dist/ContentAPI.d.ts +0 -30
- package/dist/ContentAPI.js +0 -3
- package/dist/ContentAPI.js.map +0 -1
- package/dist/ContentClient.d.ts +0 -53
- package/dist/ContentClient.js +0 -175
- package/dist/ContentClient.js.map +0 -1
- package/dist/LambdasAPI.d.ts +0 -38
- package/dist/LambdasAPI.js +0 -3
- package/dist/LambdasAPI.js.map +0 -1
- package/dist/LambdasClient.d.ts +0 -25
- package/dist/LambdasClient.js +0 -112
- package/dist/LambdasClient.js.map +0 -1
- package/dist/index.d.ts +0 -7
- package/dist/index.js +0 -24
- package/dist/index.js.map +0 -1
- package/dist/utils/CatalystClientBuilder.d.ts +0 -5
- package/dist/utils/CatalystClientBuilder.js +0 -53
- package/dist/utils/CatalystClientBuilder.js.map +0 -1
- package/dist/utils/DeploymentBuilder.d.ts +0 -48
- package/dist/utils/DeploymentBuilder.js +0 -180
- package/dist/utils/DeploymentBuilder.js.map +0 -1
- package/dist/utils/Environment.d.ts +0 -1
- package/dist/utils/Environment.js +0 -5
- package/dist/utils/Environment.js.map +0 -1
- package/dist/utils/Helper.d.ts +0 -63
- package/dist/utils/Helper.js +0 -276
- package/dist/utils/Helper.js.map +0 -1
- package/dist/utils/catalystList.d.ts +0 -11
- package/dist/utils/catalystList.js +0 -81
- package/dist/utils/catalystList.js.map +0 -1
- package/dist/utils/common.d.ts +0 -1
- package/dist/utils/common.js +0 -12
- package/dist/utils/common.js.map +0 -1
- package/dist/utils/fetcher.d.ts +0 -11
- package/dist/utils/fetcher.js +0 -57
- package/dist/utils/fetcher.js.map +0 -1
- package/dist/utils/index.d.ts +0 -4
- package/dist/utils/index.js +0 -21
- package/dist/utils/index.js.map +0 -1
- package/scripts/generate-catalysts-list.ts +0 -32
package/coverage/clover.xml
CHANGED
|
@@ -1,220 +1,185 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<coverage generated="
|
|
3
|
-
<project timestamp="
|
|
4
|
-
<metrics statements="
|
|
2
|
+
<coverage generated="1683548616708" clover="3.2.0">
|
|
3
|
+
<project timestamp="1683548616708" name="All files">
|
|
4
|
+
<metrics statements="404" coveredstatements="312" conditionals="171" coveredconditionals="98" methods="99" coveredmethods="79" elements="674" coveredelements="489" complexity="0" loc="404" ncloc="404" packages="4" files="10" classes="10"/>
|
|
5
5
|
<package name="src">
|
|
6
|
-
<metrics statements="
|
|
7
|
-
<file name="CatalystClient.ts" path="/home/runner/work/catalyst-client/catalyst-client/src/CatalystClient.ts">
|
|
8
|
-
<metrics statements="31" coveredstatements="9" conditionals="3" coveredconditionals="1" methods="23" coveredmethods="1"/>
|
|
9
|
-
<line num="4" count="5" type="stmt"/>
|
|
10
|
-
<line num="6" count="5" type="stmt"/>
|
|
11
|
-
<line num="7" count="5" type="stmt"/>
|
|
12
|
-
<line num="17" count="5" type="stmt"/>
|
|
13
|
-
<line num="25" count="5" type="stmt"/>
|
|
14
|
-
<line num="31" count="1" type="stmt"/>
|
|
15
|
-
<line num="32" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
16
|
-
<line num="35" count="1" type="stmt"/>
|
|
17
|
-
<line num="40" count="1" type="stmt"/>
|
|
18
|
-
<line num="47" count="0" type="stmt"/>
|
|
19
|
-
<line num="51" count="0" type="stmt"/>
|
|
20
|
-
<line num="56" count="0" type="stmt"/>
|
|
21
|
-
<line num="60" count="0" type="stmt"/>
|
|
22
|
-
<line num="64" count="0" type="stmt"/>
|
|
23
|
-
<line num="68" count="0" type="stmt"/>
|
|
24
|
-
<line num="72" count="0" type="stmt"/>
|
|
25
|
-
<line num="76" count="0" type="stmt"/>
|
|
26
|
-
<line num="80" count="0" type="stmt"/>
|
|
27
|
-
<line num="84" count="0" type="stmt"/>
|
|
28
|
-
<line num="92" count="0" type="stmt"/>
|
|
29
|
-
<line num="101" count="0" type="stmt"/>
|
|
30
|
-
<line num="105" count="0" type="stmt"/>
|
|
31
|
-
<line num="113" count="0" type="stmt"/>
|
|
32
|
-
<line num="122" count="0" type="stmt"/>
|
|
33
|
-
<line num="126" count="0" type="stmt"/>
|
|
34
|
-
<line num="130" count="0" type="stmt"/>
|
|
35
|
-
<line num="134" count="0" type="stmt"/>
|
|
36
|
-
<line num="138" count="0" type="stmt"/>
|
|
37
|
-
<line num="142" count="0" type="stmt"/>
|
|
38
|
-
<line num="146" count="0" type="stmt"/>
|
|
39
|
-
<line num="150" count="0" type="stmt"/>
|
|
40
|
-
</file>
|
|
41
|
-
<file name="CatalystsList.ts" path="/home/runner/work/catalyst-client/catalyst-client/src/CatalystsList.ts">
|
|
42
|
-
<metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
43
|
-
<line num="2" count="6" type="stmt"/>
|
|
44
|
-
</file>
|
|
45
|
-
<file name="ContentClient.ts" path="/home/runner/work/catalyst-client/catalyst-client/src/ContentClient.ts">
|
|
46
|
-
<metrics statements="69" coveredstatements="60" conditionals="44" coveredconditionals="28" methods="20" coveredmethods="15"/>
|
|
47
|
-
<line num="1" count="6" type="stmt"/>
|
|
48
|
-
<line num="3" count="6" type="stmt"/>
|
|
49
|
-
<line num="4" count="6" type="stmt"/>
|
|
50
|
-
<line num="6" count="6" type="stmt"/>
|
|
51
|
-
<line num="7" count="6" type="stmt"/>
|
|
52
|
-
<line num="8" count="6" type="stmt"/>
|
|
53
|
-
<line num="16" count="6" type="stmt"/>
|
|
54
|
-
<line num="22" count="17" type="stmt"/>
|
|
55
|
-
<line num="23" count="17" type="cond" truecount="2" falsecount="0"/>
|
|
56
|
-
<line num="24" count="17" type="cond" truecount="2" falsecount="0"/>
|
|
57
|
-
<line num="36" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
58
|
-
<line num="37" count="1" type="stmt"/>
|
|
59
|
-
<line num="54" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
60
|
-
<line num="55" count="1" type="stmt"/>
|
|
61
|
-
<line num="66" count="2" type="stmt"/>
|
|
62
|
-
<line num="68" count="2" type="stmt"/>
|
|
63
|
-
<line num="69" count="2" type="stmt"/>
|
|
64
|
-
<line num="70" count="2" type="stmt"/>
|
|
65
|
-
<line num="72" count="2" type="stmt"/>
|
|
66
|
-
<line num="73" count="2" type="stmt"/>
|
|
67
|
-
<line num="74" count="4" type="cond" truecount="2" falsecount="1"/>
|
|
68
|
-
<line num="75" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
69
|
-
<line num="77" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
70
|
-
<line num="80" count="0" type="stmt"/>
|
|
71
|
-
<line num="85" count="2" type="stmt"/>
|
|
72
|
-
<line num="89" count="0" type="stmt"/>
|
|
73
|
-
<line num="91" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
74
|
-
<line num="96" count="0" type="stmt"/>
|
|
75
|
-
<line num="99" count="0" type="stmt"/>
|
|
76
|
-
<line num="103" count="1" type="stmt"/>
|
|
77
|
-
<line num="105" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
78
|
-
<line num="110" count="1" type="stmt"/>
|
|
79
|
-
<line num="114" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
80
|
-
<line num="115" count="1" type="stmt"/>
|
|
81
|
-
<line num="118" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
82
|
-
<line num="124" count="2" type="stmt"/>
|
|
83
|
-
<line num="128" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
84
|
-
<line num="129" count="1" type="stmt"/>
|
|
85
|
-
<line num="132" count="3" type="cond" truecount="1" falsecount="1"/>
|
|
86
|
-
<line num="138" count="3" type="stmt"/>
|
|
87
|
-
<line num="142" count="2" type="stmt"/>
|
|
88
|
-
<line num="143" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
89
|
-
<line num="144" count="1" type="stmt"/>
|
|
90
|
-
<line num="146" count="1" type="stmt"/>
|
|
91
|
-
<line num="150" count="2" type="cond" truecount="2" falsecount="2"/>
|
|
92
|
-
<line num="151" count="2" type="cond" truecount="4" falsecount="2"/>
|
|
93
|
-
<line num="153" count="2" type="stmt"/>
|
|
94
|
-
<line num="155" count="4" type="stmt"/>
|
|
95
|
-
<line num="156" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
96
|
-
<line num="160" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
97
|
-
<line num="161" count="1" type="stmt"/>
|
|
98
|
-
<line num="163" count="3" type="stmt"/>
|
|
99
|
-
<line num="171" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
100
|
-
<line num="172" count="1" type="stmt"/>
|
|
101
|
-
<line num="175" count="3" type="stmt"/>
|
|
102
|
-
<line num="186" count="0" type="stmt"/>
|
|
103
|
-
<line num="191" count="2" type="stmt"/>
|
|
104
|
-
<line num="193" count="2" type="stmt"/>
|
|
105
|
-
<line num="195" count="2" type="stmt"/>
|
|
106
|
-
<line num="217" count="6" type="stmt"/>
|
|
107
|
-
<line num="218" count="6" type="stmt"/>
|
|
108
|
-
<line num="219" count="6" type="stmt"/>
|
|
109
|
-
<line num="225" count="6" type="stmt"/>
|
|
110
|
-
<line num="227" count="18" type="stmt"/>
|
|
111
|
-
<line num="230" count="0" type="stmt"/>
|
|
112
|
-
<line num="234" count="0" type="stmt"/>
|
|
113
|
-
<line num="239" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
114
|
-
<line num="240" count="2" type="stmt"/>
|
|
115
|
-
<line num="242" count="0" type="stmt"/>
|
|
116
|
-
</file>
|
|
117
|
-
<file name="LambdasClient.ts" path="/home/runner/work/catalyst-client/catalyst-client/src/LambdasClient.ts">
|
|
118
|
-
<metrics statements="27" coveredstatements="27" conditionals="7" coveredconditionals="6" methods="15" coveredmethods="15"/>
|
|
119
|
-
<line num="11" count="5" type="stmt"/>
|
|
120
|
-
<line num="20" count="5" type="stmt"/>
|
|
121
|
-
<line num="27" count="5" type="stmt"/>
|
|
122
|
-
<line num="32" count="18" type="stmt"/>
|
|
123
|
-
<line num="33" count="18" type="cond" truecount="2" falsecount="0"/>
|
|
124
|
-
<line num="39" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
125
|
-
<line num="40" count="1" type="stmt"/>
|
|
126
|
-
<line num="43" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
127
|
-
<line num="49" count="1" type="stmt"/>
|
|
128
|
-
<line num="53" count="2" type="stmt"/>
|
|
129
|
-
<line num="54" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
130
|
-
<line num="55" count="1" type="stmt"/>
|
|
131
|
-
<line num="58" count="1" type="stmt"/>
|
|
132
|
-
<line num="74" count="2" type="stmt"/>
|
|
133
|
-
<line num="89" count="1" type="stmt"/>
|
|
134
|
-
<line num="93" count="1" type="stmt"/>
|
|
135
|
-
<line num="103" count="2" type="stmt"/>
|
|
136
|
-
<line num="104" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
137
|
-
<line num="105" count="1" type="stmt"/>
|
|
138
|
-
<line num="108" count="1" type="stmt"/>
|
|
139
|
-
<line num="124" count="2" type="stmt"/>
|
|
140
|
-
<line num="139" count="1" type="stmt"/>
|
|
141
|
-
<line num="143" count="1" type="stmt"/>
|
|
142
|
-
<line num="153" count="1" type="stmt"/>
|
|
143
|
-
<line num="157" count="1" type="stmt"/>
|
|
144
|
-
<line num="161" count="1" type="stmt"/>
|
|
145
|
-
<line num="165" count="1" type="stmt"/>
|
|
146
|
-
</file>
|
|
6
|
+
<metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
147
7
|
<file name="index.ts" path="/home/runner/work/catalyst-client/catalyst-client/src/index.ts">
|
|
148
|
-
<metrics statements="
|
|
8
|
+
<metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
149
9
|
<line num="1" count="3" type="stmt"/>
|
|
150
10
|
<line num="2" count="3" type="stmt"/>
|
|
151
11
|
<line num="3" count="3" type="stmt"/>
|
|
12
|
+
</file>
|
|
13
|
+
</package>
|
|
14
|
+
<package name="src.client">
|
|
15
|
+
<metrics statements="127" coveredstatements="86" conditionals="46" coveredconditionals="26" methods="32" coveredmethods="23"/>
|
|
16
|
+
<file name="CatalystClient.ts" path="/home/runner/work/catalyst-client/catalyst-client/src/client/CatalystClient.ts">
|
|
17
|
+
<metrics statements="40" coveredstatements="5" conditionals="6" coveredconditionals="0" methods="6" coveredmethods="0"/>
|
|
18
|
+
<line num="3" count="3" type="stmt"/>
|
|
152
19
|
<line num="4" count="3" type="stmt"/>
|
|
153
20
|
<line num="5" count="3" type="stmt"/>
|
|
154
|
-
<line num="
|
|
155
|
-
<line num="
|
|
21
|
+
<line num="9" count="0" type="stmt"/>
|
|
22
|
+
<line num="10" count="0" type="stmt"/>
|
|
23
|
+
<line num="11" count="0" type="stmt"/>
|
|
24
|
+
<line num="13" count="0" type="stmt"/>
|
|
25
|
+
<line num="22" count="3" type="stmt"/>
|
|
26
|
+
<line num="23" count="0" type="stmt"/>
|
|
27
|
+
<line num="24" count="0" type="stmt"/>
|
|
28
|
+
<line num="26" count="0" type="stmt"/>
|
|
29
|
+
<line num="27" count="0" type="stmt"/>
|
|
30
|
+
<line num="28" count="0" type="stmt"/>
|
|
31
|
+
<line num="31" count="0" type="stmt"/>
|
|
32
|
+
<line num="32" count="0" type="stmt"/>
|
|
33
|
+
<line num="34" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
34
|
+
<line num="35" count="0" type="stmt"/>
|
|
35
|
+
<line num="38" count="0" type="stmt"/>
|
|
36
|
+
<line num="40" count="0" type="stmt"/>
|
|
37
|
+
<line num="44" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
38
|
+
<line num="45" count="0" type="stmt"/>
|
|
39
|
+
<line num="48" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
40
|
+
<line num="49" count="0" type="stmt"/>
|
|
41
|
+
<line num="52" count="0" type="stmt"/>
|
|
42
|
+
<line num="57" count="0" type="stmt"/>
|
|
43
|
+
<line num="61" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
44
|
+
<line num="62" count="0" type="stmt"/>
|
|
45
|
+
<line num="65" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
46
|
+
<line num="66" count="0" type="stmt"/>
|
|
47
|
+
<line num="69" count="0" type="stmt"/>
|
|
48
|
+
<line num="74" count="0" type="stmt"/>
|
|
49
|
+
<line num="77" count="0" type="stmt"/>
|
|
50
|
+
<line num="84" count="3" type="stmt"/>
|
|
51
|
+
<line num="88" count="0" type="stmt"/>
|
|
52
|
+
<line num="90" count="0" type="stmt"/>
|
|
53
|
+
<line num="91" count="0" type="stmt"/>
|
|
54
|
+
<line num="92" count="0" type="stmt"/>
|
|
55
|
+
<line num="94" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
56
|
+
<line num="95" count="0" type="stmt"/>
|
|
57
|
+
<line num="99" count="0" type="stmt"/>
|
|
156
58
|
</file>
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
<
|
|
162
|
-
<line num="
|
|
163
|
-
<line num="
|
|
164
|
-
<line num="
|
|
165
|
-
<line num="
|
|
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="
|
|
175
|
-
<line num="
|
|
176
|
-
<line num="
|
|
177
|
-
<line num="
|
|
178
|
-
<line num="
|
|
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="
|
|
59
|
+
<file name="ContentClient.ts" path="/home/runner/work/catalyst-client/catalyst-client/src/client/ContentClient.ts">
|
|
60
|
+
<metrics statements="59" coveredstatements="53" conditionals="35" coveredconditionals="22" methods="16" coveredmethods="13"/>
|
|
61
|
+
<line num="1" count="3" type="stmt"/>
|
|
62
|
+
<line num="4" count="3" type="stmt"/>
|
|
63
|
+
<line num="12" count="3" type="stmt"/>
|
|
64
|
+
<line num="13" count="3" type="stmt"/>
|
|
65
|
+
<line num="14" count="3" type="stmt"/>
|
|
66
|
+
<line num="15" count="3" type="stmt"/>
|
|
67
|
+
<line num="18" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
68
|
+
<line num="19" count="2" type="stmt"/>
|
|
69
|
+
<line num="21" count="0" type="stmt"/>
|
|
70
|
+
<line num="54" count="3" type="stmt"/>
|
|
71
|
+
<line num="60" count="3" type="cond" truecount="2" falsecount="2"/>
|
|
72
|
+
<line num="61" count="3" type="cond" truecount="4" falsecount="2"/>
|
|
73
|
+
<line num="63" count="3" type="stmt"/>
|
|
74
|
+
<line num="66" count="6" type="stmt"/>
|
|
75
|
+
<line num="67" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
76
|
+
<line num="71" count="6" type="cond" truecount="1" falsecount="0"/>
|
|
77
|
+
<line num="72" count="2" type="stmt"/>
|
|
78
|
+
<line num="74" count="4" type="stmt"/>
|
|
79
|
+
<line num="81" count="3" type="stmt"/>
|
|
80
|
+
<line num="82" count="18" type="stmt"/>
|
|
81
|
+
<line num="83" count="18" type="stmt"/>
|
|
82
|
+
<line num="92" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
83
|
+
<line num="93" count="0" type="stmt"/>
|
|
84
|
+
<line num="110" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
85
|
+
<line num="111" count="0" type="stmt"/>
|
|
86
|
+
<line num="125" count="2" type="stmt"/>
|
|
87
|
+
<line num="127" count="2" type="stmt"/>
|
|
88
|
+
<line num="128" count="2" type="stmt"/>
|
|
89
|
+
<line num="129" count="2" type="stmt"/>
|
|
90
|
+
<line num="131" count="2" type="stmt"/>
|
|
91
|
+
<line num="132" count="2" type="stmt"/>
|
|
92
|
+
<line num="133" count="4" type="cond" truecount="2" falsecount="1"/>
|
|
93
|
+
<line num="134" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
94
|
+
<line num="136" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
95
|
+
<line num="139" count="0" type="stmt"/>
|
|
96
|
+
<line num="144" count="2" type="stmt"/>
|
|
97
|
+
<line num="148" count="1" type="stmt"/>
|
|
98
|
+
<line num="150" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
99
|
+
<line num="155" count="1" type="stmt"/>
|
|
100
|
+
<line num="159" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
101
|
+
<line num="160" count="1" type="stmt"/>
|
|
102
|
+
<line num="163" count="3" type="cond" truecount="1" falsecount="1"/>
|
|
103
|
+
<line num="169" count="3" type="stmt"/>
|
|
104
|
+
<line num="173" count="6" type="cond" truecount="1" falsecount="0"/>
|
|
105
|
+
<line num="174" count="1" type="stmt"/>
|
|
106
|
+
<line num="177" count="5" type="cond" truecount="1" falsecount="1"/>
|
|
107
|
+
<line num="183" count="5" type="stmt"/>
|
|
108
|
+
<line num="187" count="3" type="stmt"/>
|
|
109
|
+
<line num="188" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
110
|
+
<line num="189" count="1" type="stmt"/>
|
|
111
|
+
<line num="191" count="2" type="stmt"/>
|
|
112
|
+
<line num="195" count="5" type="cond" truecount="1" falsecount="0"/>
|
|
113
|
+
<line num="196" count="1" type="stmt"/>
|
|
114
|
+
<line num="199" count="4" type="stmt"/>
|
|
115
|
+
<line num="211" count="2" type="stmt"/>
|
|
116
|
+
<line num="213" count="2" type="stmt"/>
|
|
117
|
+
<line num="215" count="2" type="stmt"/>
|
|
118
|
+
<line num="218" count="18" type="stmt"/>
|
|
119
|
+
<line num="226" count="3" type="stmt"/>
|
|
120
|
+
</file>
|
|
121
|
+
<file name="LambdasClient.ts" path="/home/runner/work/catalyst-client/catalyst-client/src/client/LambdasClient.ts">
|
|
122
|
+
<metrics statements="28" coveredstatements="28" conditionals="5" coveredconditionals="4" methods="10" coveredmethods="10"/>
|
|
123
|
+
<line num="1" count="3" type="stmt"/>
|
|
124
|
+
<line num="19" count="3" type="stmt"/>
|
|
125
|
+
<line num="51" count="3" type="stmt"/>
|
|
126
|
+
<line num="52" count="21" type="stmt"/>
|
|
127
|
+
<line num="53" count="21" type="stmt"/>
|
|
128
|
+
<line num="56" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
129
|
+
<line num="57" count="1" type="stmt"/>
|
|
130
|
+
<line num="60" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
131
|
+
<line num="66" count="1" type="stmt"/>
|
|
132
|
+
<line num="70" count="3" type="stmt"/>
|
|
133
|
+
<line num="71" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
134
|
+
<line num="72" count="1" type="stmt"/>
|
|
135
|
+
<line num="75" count="2" type="stmt"/>
|
|
136
|
+
<line num="91" count="3" type="stmt"/>
|
|
137
|
+
<line num="106" count="2" type="stmt"/>
|
|
138
|
+
<line num="110" count="2" type="stmt"/>
|
|
139
|
+
<line num="120" count="3" type="stmt"/>
|
|
140
|
+
<line num="121" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
141
|
+
<line num="122" count="1" type="stmt"/>
|
|
142
|
+
<line num="125" count="2" type="stmt"/>
|
|
143
|
+
<line num="141" count="3" type="stmt"/>
|
|
144
|
+
<line num="156" count="1" type="stmt"/>
|
|
145
|
+
<line num="160" count="1" type="stmt"/>
|
|
146
|
+
<line num="170" count="2" type="stmt"/>
|
|
147
|
+
<line num="171" count="2" type="stmt"/>
|
|
148
|
+
<line num="175" count="2" type="stmt"/>
|
|
149
|
+
<line num="176" count="2" type="stmt"/>
|
|
150
|
+
<line num="179" count="21" type="stmt"/>
|
|
189
151
|
</file>
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
<
|
|
195
|
-
<line num="
|
|
196
|
-
<line num="
|
|
197
|
-
<line num="
|
|
198
|
-
<line num="
|
|
199
|
-
<line num="
|
|
200
|
-
<line num="
|
|
201
|
-
<line num="
|
|
202
|
-
<line num="
|
|
203
|
-
<line num="
|
|
204
|
-
<line num="
|
|
205
|
-
<line num="
|
|
152
|
+
</package>
|
|
153
|
+
<package name="src.client.utils">
|
|
154
|
+
<metrics statements="226" coveredstatements="175" conditionals="125" coveredconditionals="72" methods="56" coveredmethods="45"/>
|
|
155
|
+
<file name="DeploymentBuilder.ts" path="/home/runner/work/catalyst-client/catalyst-client/src/client/utils/DeploymentBuilder.ts">
|
|
156
|
+
<metrics statements="65" coveredstatements="34" conditionals="55" coveredconditionals="27" methods="17" coveredmethods="8"/>
|
|
157
|
+
<line num="1" count="4" type="stmt"/>
|
|
158
|
+
<line num="2" count="4" type="stmt"/>
|
|
159
|
+
<line num="8" count="4" type="stmt"/>
|
|
160
|
+
<line num="22" count="7" type="cond" truecount="1" falsecount="0"/>
|
|
161
|
+
<line num="24" count="6" type="stmt"/>
|
|
162
|
+
<line num="35" count="6" type="cond" truecount="1" falsecount="0"/>
|
|
163
|
+
<line num="36" count="6" type="stmt"/>
|
|
164
|
+
<line num="37" count="6" type="stmt"/>
|
|
165
|
+
<line num="38" count="5" type="stmt"/>
|
|
166
|
+
<line num="39" count="5" type="cond" truecount="1" falsecount="0"/>
|
|
167
|
+
<line num="40" count="1" type="stmt"/>
|
|
168
|
+
<line num="46" count="4" type="stmt"/>
|
|
169
|
+
<line num="50" count="5" type="stmt"/>
|
|
206
170
|
<line num="52" count="5" type="stmt"/>
|
|
207
|
-
<line num="
|
|
208
|
-
<line num="
|
|
209
|
-
<line num="
|
|
210
|
-
<line num="
|
|
211
|
-
<line num="
|
|
212
|
-
<line num="
|
|
213
|
-
<line num="
|
|
214
|
-
<line num="
|
|
215
|
-
<line num="
|
|
171
|
+
<line num="53" count="5" type="stmt"/>
|
|
172
|
+
<line num="58" count="5" type="cond" truecount="0" falsecount="1"/>
|
|
173
|
+
<line num="59" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
174
|
+
<line num="62" count="5" type="stmt"/>
|
|
175
|
+
<line num="69" count="4" type="stmt"/>
|
|
176
|
+
<line num="83" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
177
|
+
<line num="89" count="2" type="stmt"/>
|
|
178
|
+
<line num="90" count="1" type="stmt"/>
|
|
179
|
+
<line num="92" count="2" type="stmt"/>
|
|
180
|
+
<line num="93" count="2" type="stmt"/>
|
|
216
181
|
<line num="95" count="2" type="stmt"/>
|
|
217
|
-
<line num="
|
|
182
|
+
<line num="107" count="4" type="stmt"/>
|
|
218
183
|
<line num="125" count="0" type="cond" truecount="0" falsecount="6"/>
|
|
219
184
|
<line num="127" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
220
185
|
<line num="128" count="0" type="stmt"/>
|
|
@@ -230,255 +195,200 @@
|
|
|
230
195
|
<line num="171" count="1" type="cond" truecount="4" falsecount="2"/>
|
|
231
196
|
<line num="172" count="1" type="stmt"/>
|
|
232
197
|
<line num="174" count="1" type="stmt"/>
|
|
233
|
-
<line num="
|
|
198
|
+
<line num="195" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
199
|
+
<line num="199" count="0" type="stmt"/>
|
|
234
200
|
<line num="200" count="0" type="stmt"/>
|
|
235
201
|
<line num="201" count="0" type="stmt"/>
|
|
236
|
-
<line num="
|
|
237
|
-
<line num="
|
|
238
|
-
<line num="
|
|
239
|
-
<line num="
|
|
240
|
-
<line num="
|
|
241
|
-
<line num="
|
|
242
|
-
<line num="
|
|
243
|
-
<line num="219" count="0" type="stmt"/>
|
|
244
|
-
<line num="221" count="0" type="stmt"/>
|
|
245
|
-
<line num="222" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
246
|
-
<line num="223" count="0" type="stmt"/>
|
|
247
|
-
<line num="225" count="0" type="stmt"/>
|
|
248
|
-
<line num="226" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
249
|
-
<line num="227" count="0" type="stmt"/>
|
|
202
|
+
<line num="209" count="0" type="stmt"/>
|
|
203
|
+
<line num="210" count="0" type="stmt"/>
|
|
204
|
+
<line num="212" count="0" type="stmt"/>
|
|
205
|
+
<line num="213" count="0" type="stmt"/>
|
|
206
|
+
<line num="215" count="0" type="stmt"/>
|
|
207
|
+
<line num="220" count="0" type="stmt"/>
|
|
208
|
+
<line num="227" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
250
209
|
<line num="229" count="0" type="stmt"/>
|
|
251
|
-
<line num="
|
|
252
|
-
<line num="
|
|
210
|
+
<line num="231" count="0" type="stmt"/>
|
|
211
|
+
<line num="233" count="0" type="stmt"/>
|
|
212
|
+
<line num="234" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
213
|
+
<line num="235" count="0" type="stmt"/>
|
|
253
214
|
<line num="237" count="0" type="stmt"/>
|
|
254
|
-
<line num="238" count="0" type="
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
<
|
|
258
|
-
<line num="
|
|
215
|
+
<line num="238" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
216
|
+
<line num="239" count="0" type="stmt"/>
|
|
217
|
+
<line num="241" count="0" type="stmt"/>
|
|
218
|
+
<line num="242" count="0" type="stmt"/>
|
|
219
|
+
<line num="246" count="0" type="stmt"/>
|
|
220
|
+
<line num="250" count="0" type="stmt"/>
|
|
221
|
+
<line num="251" count="0" type="stmt"/>
|
|
259
222
|
</file>
|
|
260
|
-
<file name="Helper.ts" path="/home/runner/work/catalyst-client/catalyst-client/src/utils/Helper.ts">
|
|
261
|
-
<metrics statements="145" coveredstatements="126" conditionals="
|
|
262
|
-
<line num="
|
|
263
|
-
<line num="
|
|
264
|
-
<line num="
|
|
265
|
-
<line num="
|
|
266
|
-
<line num="
|
|
267
|
-
<line num="
|
|
268
|
-
<line num="
|
|
269
|
-
<line num="10" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
270
|
-
<line num="11" count="0" type="stmt"/>
|
|
271
|
-
<line num="12" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
223
|
+
<file name="Helper.ts" path="/home/runner/work/catalyst-client/catalyst-client/src/client/utils/Helper.ts">
|
|
224
|
+
<metrics statements="145" coveredstatements="126" conditionals="66" coveredconditionals="41" methods="36" coveredmethods="34"/>
|
|
225
|
+
<line num="1" count="4" type="stmt"/>
|
|
226
|
+
<line num="4" count="4" type="stmt"/>
|
|
227
|
+
<line num="6" count="4" type="stmt"/>
|
|
228
|
+
<line num="7" count="49" type="cond" truecount="1" falsecount="2"/>
|
|
229
|
+
<line num="10" count="4" type="cond" truecount="0" falsecount="1"/>
|
|
230
|
+
<line num="11" count="2" type="stmt"/>
|
|
231
|
+
<line num="12" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
272
232
|
<line num="13" count="0" type="stmt"/>
|
|
273
|
-
<line num="14" count="0" type="
|
|
274
|
-
<line num="15" count="0" type="
|
|
233
|
+
<line num="14" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
234
|
+
<line num="15" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
235
|
+
<line num="16" count="0" type="stmt"/>
|
|
275
236
|
<line num="17" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
276
237
|
<line num="18" count="0" type="stmt"/>
|
|
238
|
+
<line num="19" count="0" type="stmt"/>
|
|
277
239
|
<line num="20" count="0" type="stmt"/>
|
|
278
|
-
<line num="
|
|
279
|
-
<line num="
|
|
280
|
-
<line num="
|
|
281
|
-
<line num="
|
|
282
|
-
<line num="
|
|
283
|
-
<line num="
|
|
284
|
-
<line num="
|
|
285
|
-
<line num="
|
|
286
|
-
<line num="51" count="
|
|
287
|
-
<line num="
|
|
288
|
-
<line num="
|
|
289
|
-
<line num="
|
|
290
|
-
<line num="
|
|
291
|
-
<line num="
|
|
292
|
-
<line num="
|
|
293
|
-
<line num="
|
|
294
|
-
<line num="
|
|
295
|
-
<line num="
|
|
296
|
-
<line num="89" count="
|
|
297
|
-
<line num="
|
|
298
|
-
<line num="
|
|
299
|
-
<line num="
|
|
300
|
-
<line num="95" count="
|
|
301
|
-
<line num="96" count="
|
|
240
|
+
<line num="22" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
241
|
+
<line num="23" count="0" type="stmt"/>
|
|
242
|
+
<line num="25" count="0" type="stmt"/>
|
|
243
|
+
<line num="28" count="2" type="stmt"/>
|
|
244
|
+
<line num="32" count="28" type="stmt"/>
|
|
245
|
+
<line num="38" count="4" type="stmt"/>
|
|
246
|
+
<line num="39" count="4" type="stmt"/>
|
|
247
|
+
<line num="48" count="13" type="cond" truecount="1" falsecount="1"/>
|
|
248
|
+
<line num="51" count="13" type="stmt"/>
|
|
249
|
+
<line num="53" count="13" type="stmt"/>
|
|
250
|
+
<line num="54" count="13" type="stmt"/>
|
|
251
|
+
<line num="56" count="13" type="stmt"/>
|
|
252
|
+
<line num="61" count="15" type="cond" truecount="2" falsecount="0"/>
|
|
253
|
+
<line num="65" count="13" type="stmt"/>
|
|
254
|
+
<line num="68" count="4" type="stmt"/>
|
|
255
|
+
<line num="73" count="4" type="stmt"/>
|
|
256
|
+
<line num="83" count="5" type="cond" truecount="1" falsecount="1"/>
|
|
257
|
+
<line num="86" count="5" type="stmt"/>
|
|
258
|
+
<line num="89" count="5" type="stmt"/>
|
|
259
|
+
<line num="92" count="5" type="stmt"/>
|
|
260
|
+
<line num="93" count="5" type="stmt"/>
|
|
261
|
+
<line num="94" count="5" type="cond" truecount="2" falsecount="0"/>
|
|
262
|
+
<line num="95" count="5" type="stmt"/>
|
|
263
|
+
<line num="96" count="5" type="cond" truecount="2" falsecount="0"/>
|
|
302
264
|
<line num="97" count="6" type="stmt"/>
|
|
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="153" count="
|
|
325
|
-
<line num="154" count="
|
|
326
|
-
<line num="
|
|
327
|
-
<line num="158" count="
|
|
328
|
-
<line num="
|
|
329
|
-
<line num="
|
|
330
|
-
<line num="
|
|
331
|
-
<line num="
|
|
332
|
-
<line num="169" count="
|
|
333
|
-
<line num="172" count="
|
|
334
|
-
<line num="173" count="
|
|
335
|
-
<line num="174" count="
|
|
336
|
-
<line num="
|
|
337
|
-
<line num="
|
|
338
|
-
<line num="179" count="
|
|
339
|
-
<line num="
|
|
340
|
-
<line num="
|
|
341
|
-
<line num="184" count="
|
|
342
|
-
<line num="
|
|
343
|
-
<line num="
|
|
344
|
-
<line num="
|
|
345
|
-
<line num="
|
|
346
|
-
<line num="
|
|
347
|
-
<line num="
|
|
348
|
-
<line num="198" count="
|
|
349
|
-
<line num="
|
|
350
|
-
<line num="202" count="
|
|
351
|
-
<line num="
|
|
352
|
-
<line num="
|
|
353
|
-
<line num="
|
|
354
|
-
<line num="
|
|
355
|
-
<line num="
|
|
356
|
-
<line num="
|
|
357
|
-
<line num="
|
|
358
|
-
<line num="
|
|
359
|
-
<line num="
|
|
360
|
-
<line num="
|
|
361
|
-
<line num="
|
|
362
|
-
<line num="
|
|
363
|
-
<line num="
|
|
364
|
-
<line num="
|
|
365
|
-
<line num="
|
|
366
|
-
<line num="
|
|
367
|
-
<line num="
|
|
368
|
-
<line num="
|
|
369
|
-
<line num="
|
|
370
|
-
<line num="
|
|
371
|
-
<line num="
|
|
372
|
-
<line num="
|
|
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="
|
|
382
|
-
<line num="
|
|
383
|
-
<line num="
|
|
384
|
-
<line num="
|
|
265
|
+
<line num="100" count="6" type="stmt"/>
|
|
266
|
+
<line num="101" count="6" type="stmt"/>
|
|
267
|
+
<line num="102" count="8" type="stmt"/>
|
|
268
|
+
<line num="103" count="6" type="stmt"/>
|
|
269
|
+
<line num="104" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
270
|
+
<line num="106" count="0" type="stmt"/>
|
|
271
|
+
<line num="111" count="5" type="stmt"/>
|
|
272
|
+
<line num="114" count="4" type="stmt"/>
|
|
273
|
+
<line num="121" count="20" type="cond" truecount="2" falsecount="0"/>
|
|
274
|
+
<line num="124" count="20" type="cond" truecount="0" falsecount="1"/>
|
|
275
|
+
<line num="125" count="0" type="stmt"/>
|
|
276
|
+
<line num="129" count="28" type="stmt"/>
|
|
277
|
+
<line num="135" count="20" type="stmt"/>
|
|
278
|
+
<line num="136" count="8" type="stmt"/>
|
|
279
|
+
<line num="140" count="20" type="stmt"/>
|
|
280
|
+
<line num="141" count="20" type="stmt"/>
|
|
281
|
+
<line num="142" count="8" type="stmt"/>
|
|
282
|
+
<line num="143" count="8" type="cond" truecount="0" falsecount="1"/>
|
|
283
|
+
<line num="144" count="0" type="stmt"/>
|
|
284
|
+
<line num="148" count="8" type="stmt"/>
|
|
285
|
+
<line num="152" count="20" type="stmt"/>
|
|
286
|
+
<line num="153" count="20" type="stmt"/>
|
|
287
|
+
<line num="154" count="20" type="stmt"/>
|
|
288
|
+
<line num="156" count="20" type="stmt"/>
|
|
289
|
+
<line num="158" count="427" type="cond" truecount="1" falsecount="0"/>
|
|
290
|
+
<line num="159" count="2" type="stmt"/>
|
|
291
|
+
<line num="160" count="2" type="stmt"/>
|
|
292
|
+
<line num="163" count="427" type="stmt"/>
|
|
293
|
+
<line num="167" count="20" type="stmt"/>
|
|
294
|
+
<line num="169" count="20" type="stmt"/>
|
|
295
|
+
<line num="172" count="4" type="stmt"/>
|
|
296
|
+
<line num="173" count="20" type="stmt"/>
|
|
297
|
+
<line num="174" count="22" type="stmt"/>
|
|
298
|
+
<line num="177" count="4" type="stmt"/>
|
|
299
|
+
<line num="178" count="8" type="cond" truecount="1" falsecount="0"/>
|
|
300
|
+
<line num="179" count="2" type="stmt"/>
|
|
301
|
+
<line num="181" count="6" type="stmt"/>
|
|
302
|
+
<line num="182" count="13" type="stmt"/>
|
|
303
|
+
<line num="184" count="13" type="cond" truecount="2" falsecount="0"/>
|
|
304
|
+
<line num="187" count="13" type="cond" truecount="2" falsecount="0"/>
|
|
305
|
+
<line num="188" count="11" type="stmt"/>
|
|
306
|
+
<line num="189" count="8" type="cond" truecount="2" falsecount="0"/>
|
|
307
|
+
<line num="190" count="7" type="stmt"/>
|
|
308
|
+
<line num="192" count="1" type="stmt"/>
|
|
309
|
+
<line num="196" count="12" type="stmt"/>
|
|
310
|
+
<line num="198" count="12" type="stmt"/>
|
|
311
|
+
<line num="199" count="5" type="stmt"/>
|
|
312
|
+
<line num="202" count="4" type="stmt"/>
|
|
313
|
+
<line num="203" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
314
|
+
<line num="206" count="4" type="stmt"/>
|
|
315
|
+
<line num="207" count="47" type="stmt"/>
|
|
316
|
+
<line num="212" count="47" type="stmt"/>
|
|
317
|
+
<line num="220" count="19" type="cond" truecount="3" falsecount="0"/>
|
|
318
|
+
<line num="224" count="4" type="stmt"/>
|
|
319
|
+
<line num="226" count="41" type="stmt"/>
|
|
320
|
+
<line num="229" count="41" type="cond" truecount="3" falsecount="0"/>
|
|
321
|
+
<line num="230" count="1" type="stmt"/>
|
|
322
|
+
<line num="234" count="41" type="cond" truecount="1" falsecount="0"/>
|
|
323
|
+
<line num="235" count="1" type="stmt"/>
|
|
324
|
+
<line num="238" count="41" type="stmt"/>
|
|
325
|
+
<line num="262" count="4" type="stmt"/>
|
|
326
|
+
<line num="266" count="42" type="stmt"/>
|
|
327
|
+
<line num="267" count="42" type="cond" truecount="0" falsecount="1"/>
|
|
328
|
+
<line num="268" count="42" type="cond" truecount="1" falsecount="0"/>
|
|
329
|
+
<line num="270" count="42" type="stmt"/>
|
|
330
|
+
<line num="274" count="854" type="stmt"/>
|
|
331
|
+
<line num="278" count="427" type="cond" truecount="0" falsecount="1"/>
|
|
332
|
+
<line num="279" count="0" type="stmt"/>
|
|
333
|
+
<line num="281" count="427" type="stmt"/>
|
|
334
|
+
<line num="282" count="427" type="cond" truecount="2" falsecount="0"/>
|
|
335
|
+
<line num="283" count="427" type="stmt"/>
|
|
336
|
+
<line num="284" count="427" type="stmt"/>
|
|
337
|
+
<line num="285" count="427" type="stmt"/>
|
|
338
|
+
<line num="286" count="427" type="stmt"/>
|
|
339
|
+
<line num="290" count="16" type="stmt"/>
|
|
340
|
+
<line num="291" count="16" type="stmt"/>
|
|
341
|
+
<line num="292" count="16" type="stmt"/>
|
|
342
|
+
<line num="297" count="8" type="cond" truecount="0" falsecount="1"/>
|
|
343
|
+
<line num="298" count="0" type="stmt"/>
|
|
344
|
+
<line num="300" count="8" type="stmt"/>
|
|
345
|
+
<line num="302" count="9" type="stmt"/>
|
|
346
|
+
<line num="304" count="8" type="stmt"/>
|
|
347
|
+
<line num="305" count="8" type="stmt"/>
|
|
348
|
+
<line num="310" count="0" type="stmt"/>
|
|
385
349
|
<line num="311" count="0" type="stmt"/>
|
|
386
|
-
<line num="
|
|
387
|
-
<line num="316" count="
|
|
388
|
-
<line num="317" count="
|
|
389
|
-
<line num="318" count="
|
|
390
|
-
<line num="319" count="
|
|
391
|
-
<line num="320" count="
|
|
392
|
-
<line num="
|
|
393
|
-
<line num="323" count="
|
|
394
|
-
<line num="
|
|
395
|
-
<line num="
|
|
396
|
-
<line num="332" count="
|
|
397
|
-
<line num="333" count="
|
|
398
|
-
<line num="
|
|
399
|
-
<line num="
|
|
400
|
-
<line num="339" count="
|
|
401
|
-
<line num="
|
|
402
|
-
<line num="
|
|
403
|
-
<line num="
|
|
404
|
-
<line num="350" count="
|
|
405
|
-
<line num="
|
|
406
|
-
<line num="355" count="444" type="stmt"/>
|
|
350
|
+
<line num="315" count="22" type="stmt"/>
|
|
351
|
+
<line num="316" count="22" type="stmt"/>
|
|
352
|
+
<line num="317" count="22" type="stmt"/>
|
|
353
|
+
<line num="318" count="31" type="stmt"/>
|
|
354
|
+
<line num="319" count="438" type="cond" truecount="2" falsecount="0"/>
|
|
355
|
+
<line num="320" count="416" type="stmt"/>
|
|
356
|
+
<line num="322" count="22" type="stmt"/>
|
|
357
|
+
<line num="323" count="22" type="stmt"/>
|
|
358
|
+
<line num="327" count="22" type="stmt"/>
|
|
359
|
+
<line num="331" count="66" type="stmt"/>
|
|
360
|
+
<line num="332" count="66" type="stmt"/>
|
|
361
|
+
<line num="333" count="22" type="cond" truecount="1" falsecount="0"/>
|
|
362
|
+
<line num="335" count="22" type="stmt"/>
|
|
363
|
+
<line num="338" count="66" type="stmt"/>
|
|
364
|
+
<line num="339" count="33" type="stmt"/>
|
|
365
|
+
<line num="341" count="66" type="stmt"/>
|
|
366
|
+
<line num="345" count="22" type="stmt"/>
|
|
367
|
+
<line num="349" count="460" type="stmt"/>
|
|
368
|
+
<line num="350" count="460" type="stmt"/>
|
|
369
|
+
<line num="354" count="465" type="stmt"/>
|
|
407
370
|
</file>
|
|
408
|
-
<file name="
|
|
409
|
-
<metrics statements="
|
|
410
|
-
<line num="
|
|
411
|
-
<line num="
|
|
412
|
-
<line num="
|
|
413
|
-
<line num="
|
|
414
|
-
<line num="
|
|
415
|
-
<line num="22" count="5" type="cond" truecount="1" falsecount="1"/>
|
|
416
|
-
<line num="24" count="0" type="stmt"/>
|
|
417
|
-
<line num="25" count="5" type="cond" truecount="1" falsecount="1"/>
|
|
418
|
-
<line num="29" count="5" type="cond" truecount="1" falsecount="1"/>
|
|
419
|
-
<line num="32" count="5" type="cond" truecount="1" falsecount="0"/>
|
|
420
|
-
<line num="33" count="1" type="stmt"/>
|
|
421
|
-
<line num="37" count="4" type="stmt"/>
|
|
422
|
-
<line num="40" count="4" type="stmt"/>
|
|
423
|
-
<line num="43" count="11" type="stmt"/>
|
|
424
|
-
<line num="44" count="11" type="stmt"/>
|
|
425
|
-
<line num="48" count="4" type="stmt"/>
|
|
426
|
-
<line num="49" count="11" type="stmt"/>
|
|
427
|
-
<line num="53" count="4" type="stmt"/>
|
|
428
|
-
<line num="54" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
429
|
-
<line num="55" count="0" type="stmt"/>
|
|
430
|
-
<line num="56" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
431
|
-
<line num="57" count="0" type="stmt"/>
|
|
432
|
-
<line num="59" count="0" type="stmt"/>
|
|
433
|
-
<line num="63" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
434
|
-
<line num="64" count="1" type="stmt"/>
|
|
435
|
-
<line num="68" count="3" type="stmt"/>
|
|
436
|
-
<line num="70" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
437
|
-
<line num="74" count="3" type="stmt"/>
|
|
438
|
-
<line num="75" count="3" type="stmt"/>
|
|
439
|
-
<line num="76" count="7" type="stmt"/>
|
|
440
|
-
<line num="77" count="9" type="stmt"/>
|
|
441
|
-
<line num="78" count="9" type="cond" truecount="2" falsecount="0"/>
|
|
442
|
-
<line num="82" count="3" type="stmt"/>
|
|
443
|
-
<line num="83" count="7" type="stmt"/>
|
|
444
|
-
<line num="84" count="2" type="stmt"/>
|
|
445
|
-
<line num="88" count="0" type="stmt"/>
|
|
446
|
-
<line num="91" count="0" type="stmt"/>
|
|
447
|
-
<line num="92" count="0" type="stmt"/>
|
|
448
|
-
<line num="93" count="0" type="stmt"/>
|
|
449
|
-
<line num="95" count="0" type="stmt"/>
|
|
450
|
-
</file>
|
|
451
|
-
<file name="common.ts" path="/home/runner/work/catalyst-client/catalyst-client/src/utils/common.ts">
|
|
452
|
-
<metrics statements="5" coveredstatements="5" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
453
|
-
<line num="1" count="6" type="stmt"/>
|
|
454
|
-
<line num="2" count="4" type="stmt"/>
|
|
455
|
-
<line num="3" count="7" type="stmt"/>
|
|
456
|
-
<line num="4" count="7" type="stmt"/>
|
|
457
|
-
<line num="6" count="4" type="stmt"/>
|
|
458
|
-
</file>
|
|
459
|
-
<file name="fetcher.ts" path="/home/runner/work/catalyst-client/catalyst-client/src/utils/fetcher.ts">
|
|
460
|
-
<metrics statements="14" coveredstatements="11" conditionals="6" coveredconditionals="3" methods="4" coveredmethods="3"/>
|
|
461
|
-
<line num="1" count="5" type="stmt"/>
|
|
462
|
-
<line num="17" count="5" type="cond" truecount="1" falsecount="0"/>
|
|
463
|
-
<line num="19" count="2" type="stmt"/>
|
|
464
|
-
<line num="20" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
465
|
-
<line num="22" count="0" type="stmt"/>
|
|
466
|
-
<line num="26" count="2" type="stmt"/>
|
|
467
|
-
<line num="27" count="2" type="stmt"/>
|
|
468
|
-
<line num="29" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
469
|
-
<line num="30" count="2" type="stmt"/>
|
|
470
|
-
<line num="32" count="0" type="stmt"/>
|
|
471
|
-
<line num="33" count="0" type="stmt"/>
|
|
472
|
-
<line num="36" count="2" type="cond" truecount="0" falsecount="1"/>
|
|
473
|
-
<line num="41" count="2" type="stmt"/>
|
|
474
|
-
<line num="44" count="32" type="stmt"/>
|
|
371
|
+
<file name="fetcher.ts" path="/home/runner/work/catalyst-client/catalyst-client/src/client/utils/fetcher.ts">
|
|
372
|
+
<metrics statements="5" coveredstatements="5" conditionals="2" coveredconditionals="2" methods="2" coveredmethods="2"/>
|
|
373
|
+
<line num="3" count="3" type="stmt"/>
|
|
374
|
+
<line num="5" count="3" type="stmt"/>
|
|
375
|
+
<line num="6" count="39" type="stmt"/>
|
|
376
|
+
<line num="8" count="37" type="cond" truecount="2" falsecount="0"/>
|
|
377
|
+
<line num="12" count="37" type="stmt"/>
|
|
475
378
|
</file>
|
|
476
|
-
<file name="
|
|
477
|
-
<metrics statements="
|
|
478
|
-
<line num="1" count="
|
|
479
|
-
<line num="
|
|
480
|
-
<line num="
|
|
481
|
-
<line num="
|
|
379
|
+
<file name="retry.ts" path="/home/runner/work/catalyst-client/catalyst-client/src/client/utils/retry.ts">
|
|
380
|
+
<metrics statements="11" coveredstatements="10" conditionals="2" coveredconditionals="2" methods="1" coveredmethods="1"/>
|
|
381
|
+
<line num="1" count="3" type="stmt"/>
|
|
382
|
+
<line num="3" count="3" type="stmt"/>
|
|
383
|
+
<line num="9" count="3" type="stmt"/>
|
|
384
|
+
<line num="10" count="6" type="stmt"/>
|
|
385
|
+
<line num="11" count="6" type="stmt"/>
|
|
386
|
+
<line num="15" count="4" type="stmt"/>
|
|
387
|
+
<line num="16" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
388
|
+
<line num="17" count="3" type="stmt"/>
|
|
389
|
+
<line num="20" count="3" type="stmt"/>
|
|
390
|
+
<line num="22" count="1" type="stmt"/>
|
|
391
|
+
<line num="26" count="0" type="stmt"/>
|
|
482
392
|
</file>
|
|
483
393
|
</package>
|
|
484
394
|
<package name="test">
|
|
@@ -495,7 +405,7 @@
|
|
|
495
405
|
<line num="30" count="1" type="stmt"/>
|
|
496
406
|
<line num="31" count="2" type="stmt"/>
|
|
497
407
|
<line num="33" count="2" type="stmt"/>
|
|
498
|
-
<line num="34" count="
|
|
408
|
+
<line num="34" count="15" type="stmt"/>
|
|
499
409
|
<line num="37" count="2" type="stmt"/>
|
|
500
410
|
<line num="38" count="2" type="stmt"/>
|
|
501
411
|
<line num="39" count="2" type="stmt"/>
|