@ordergroove/smi-serve 1.9.21 → 1.9.22

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/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [1.9.22](https://github.com/ordergroove/plush-toys/compare/@ordergroove/smi-serve@1.9.21...@ordergroove/smi-serve@1.9.22) (2025-08-28)
7
+
8
+ **Note:** Version bump only for package @ordergroove/smi-serve
9
+
10
+
11
+
12
+
13
+
6
14
  ## [1.9.21](https://github.com/ordergroove/plush-toys/compare/@ordergroove/smi-serve@1.9.20...@ordergroove/smi-serve@1.9.21) (2025-08-12)
7
15
 
8
16
  **Note:** Version bump only for package @ordergroove/smi-serve
@@ -0,0 +1,1043 @@
1
+ <?xml version="1.0" ?>
2
+ <!DOCTYPE coverage SYSTEM "http://cobertura.sourceforge.net/xml/coverage-04.dtd">
3
+ <coverage lines-valid="485" lines-covered="209" line-rate="0.43090000000000006" branches-valid="165" branches-covered="45" branch-rate="0.2727" timestamp="1756393661284" complexity="0" version="0.1">
4
+ <sources>
5
+ <source>/home/jenkins/agent/workspace/Ordergroove_plush-toys_master/plush-toys/packages/smi-serve</source>
6
+ </sources>
7
+ <packages>
8
+ <package name="smi-serve" line-rate="0.4523" branch-rate="0.3061">
9
+ <classes>
10
+ <class name="auth.js" filename="src/auth.js" line-rate="0.9333" branch-rate="0.8332999999999999">
11
+ <methods>
12
+ <method name="getValidLoginAndCurrentMerchant" hits="11" signature="()V">
13
+ <lines>
14
+ <line number="9" hits="11"/>
15
+ </lines>
16
+ </method>
17
+ </methods>
18
+ <lines>
19
+ <line number="1" hits="2" branch="false"/>
20
+ <line number="2" hits="2" branch="false"/>
21
+ <line number="4" hits="2" branch="false"/>
22
+ <line number="5" hits="2" branch="false"/>
23
+ <line number="7" hits="2" branch="false"/>
24
+ <line number="10" hits="11" branch="false"/>
25
+ <line number="13" hits="11" branch="true" condition-coverage="75% (3/4)"/>
26
+ <line number="14" hits="0" branch="false"/>
27
+ <line number="16" hits="11" branch="false"/>
28
+ <line number="20" hits="11" branch="true" condition-coverage="100% (2/2)"/>
29
+ <line number="21" hits="1" branch="false"/>
30
+ <line number="24" hits="11" branch="false"/>
31
+ <line number="26" hits="11" branch="false"/>
32
+ <line number="28" hits="2" branch="false"/>
33
+ <line number="30" hits="2" branch="false"/>
34
+ </lines>
35
+ </class>
36
+ <class name="impersonate.js" filename="src/impersonate.js" line-rate="0.20679999999999998" branch-rate="0">
37
+ <methods>
38
+ <method name="impersonate" hits="0" signature="()V">
39
+ <lines>
40
+ <line number="8" hits="0"/>
41
+ </lines>
42
+ </method>
43
+ <method name="(anonymous_1)" hits="0" signature="()V">
44
+ <lines>
45
+ <line number="14" hits="0"/>
46
+ </lines>
47
+ </method>
48
+ <method name="(anonymous_2)" hits="0" signature="()V">
49
+ <lines>
50
+ <line number="36" hits="0"/>
51
+ </lines>
52
+ </method>
53
+ <method name="(anonymous_3)" hits="0" signature="()V">
54
+ <lines>
55
+ <line number="55" hits="0"/>
56
+ </lines>
57
+ </method>
58
+ <method name="(anonymous_4)" hits="0" signature="()V">
59
+ <lines>
60
+ <line number="58" hits="0"/>
61
+ </lines>
62
+ </method>
63
+ </methods>
64
+ <lines>
65
+ <line number="1" hits="1" branch="false"/>
66
+ <line number="2" hits="1" branch="false"/>
67
+ <line number="3" hits="1" branch="false"/>
68
+ <line number="4" hits="1" branch="false"/>
69
+ <line number="6" hits="1" branch="false"/>
70
+ <line number="9" hits="0" branch="false"/>
71
+ <line number="13" hits="0" branch="false"/>
72
+ <line number="14" hits="0" branch="false"/>
73
+ <line number="15" hits="0" branch="false"/>
74
+ <line number="16" hits="0" branch="false"/>
75
+ <line number="17" hits="0" branch="true" condition-coverage="0% (0/2)"/>
76
+ <line number="18" hits="0" branch="false"/>
77
+ <line number="31" hits="0" branch="true" condition-coverage="0% (0/2)"/>
78
+ <line number="33" hits="0" branch="false"/>
79
+ <line number="35" hits="0" branch="true" condition-coverage="0% (0/2)"/>
80
+ <line number="36" hits="0" branch="false"/>
81
+ <line number="38" hits="0" branch="false"/>
82
+ <line number="42" hits="0" branch="true" condition-coverage="0% (0/2)"/>
83
+ <line number="43" hits="0" branch="false"/>
84
+ <line number="44" hits="0" branch="true" condition-coverage="0% (0/2)"/>
85
+ <line number="45" hits="0" branch="false"/>
86
+ <line number="48" hits="0" branch="true" condition-coverage="0% (0/2)"/>
87
+ <line number="49" hits="0" branch="false"/>
88
+ <line number="55" hits="0" branch="true" condition-coverage="0% (0/2)"/>
89
+ <line number="59" hits="0" branch="false"/>
90
+ <line number="61" hits="0" branch="false"/>
91
+ <line number="64" hits="0" branch="false"/>
92
+ <line number="78" hits="0" branch="false"/>
93
+ <line number="81" hits="1" branch="false"/>
94
+ </lines>
95
+ </class>
96
+ <class name="init.js" filename="src/init.js" line-rate="0.875" branch-rate="0.375">
97
+ <methods>
98
+ <method name="getConfigs" hits="1" signature="()V">
99
+ <lines>
100
+ <line number="25" hits="1"/>
101
+ </lines>
102
+ </method>
103
+ <method name="(anonymous_1)" hits="1" signature="()V">
104
+ <lines>
105
+ <line number="34" hits="1"/>
106
+ </lines>
107
+ </method>
108
+ <method name="(anonymous_2)" hits="0" signature="()V">
109
+ <lines>
110
+ <line number="38" hits="0"/>
111
+ </lines>
112
+ </method>
113
+ <method name="updateJsonFile" hits="1" signature="()V">
114
+ <lines>
115
+ <line number="41" hits="1"/>
116
+ </lines>
117
+ </method>
118
+ <method name="(anonymous_4)" hits="1" signature="()V">
119
+ <lines>
120
+ <line number="42" hits="1"/>
121
+ </lines>
122
+ </method>
123
+ <method name="(anonymous_5)" hits="6" signature="()V">
124
+ <lines>
125
+ <line number="44" hits="6"/>
126
+ </lines>
127
+ </method>
128
+ <method name="isEmptyDir" hits="1" signature="()V">
129
+ <lines>
130
+ <line number="50" hits="1"/>
131
+ </lines>
132
+ </method>
133
+ <method name="init" hits="1" signature="()V">
134
+ <lines>
135
+ <line number="62" hits="1"/>
136
+ </lines>
137
+ </method>
138
+ </methods>
139
+ <lines>
140
+ <line number="1" hits="1" branch="false"/>
141
+ <line number="2" hits="1" branch="false"/>
142
+ <line number="3" hits="1" branch="false"/>
143
+ <line number="5" hits="1" branch="false"/>
144
+ <line number="13" hits="1" branch="false"/>
145
+ <line number="14" hits="1" branch="false"/>
146
+ <line number="15" hits="1" branch="false"/>
147
+ <line number="16" hits="1" branch="false"/>
148
+ <line number="18" hits="1" branch="false"/>
149
+ <line number="20" hits="1" branch="false"/>
150
+ <line number="22" hits="1" branch="false"/>
151
+ <line number="23" hits="1" branch="false"/>
152
+ <line number="26" hits="1" branch="false"/>
153
+ <line number="32" hits="1" branch="false"/>
154
+ <line number="35" hits="1" branch="true" condition-coverage="50% (1/2)"/>
155
+ <line number="36" hits="1" branch="false"/>
156
+ <line number="38" hits="0" branch="false"/>
157
+ <line number="42" hits="1" branch="false"/>
158
+ <line number="44" hits="1" branch="false"/>
159
+ <line number="45" hits="6" branch="false"/>
160
+ <line number="47" hits="1" branch="false"/>
161
+ <line number="51" hits="1" branch="false"/>
162
+ <line number="52" hits="1" branch="true" condition-coverage="50% (1/2)"/>
163
+ <line number="53" hits="0" branch="true" condition-coverage="0% (0/4)"/>
164
+ <line number="54" hits="0" branch="false"/>
165
+ <line number="58" hits="1" branch="false"/>
166
+ <line number="63" hits="1" branch="true" condition-coverage="50% (2/4)"/>
167
+ <line number="64" hits="0" branch="false"/>
168
+ <line number="67" hits="1" branch="false"/>
169
+ <line number="69" hits="1" branch="false"/>
170
+ <line number="71" hits="1" branch="false"/>
171
+ <line number="78" hits="1" branch="true" condition-coverage="50% (1/2)"/>
172
+ <line number="80" hits="1" branch="false"/>
173
+ <line number="82" hits="1" branch="true" condition-coverage="50% (1/2)"/>
174
+ <line number="83" hits="0" branch="false"/>
175
+ <line number="87" hits="1" branch="false"/>
176
+ <line number="95" hits="1" branch="false"/>
177
+ <line number="110" hits="1" branch="false"/>
178
+ <line number="115" hits="1" branch="false"/>
179
+ <line number="118" hits="1" branch="false"/>
180
+ </lines>
181
+ </class>
182
+ <class name="login.js" filename="src/login.js" line-rate="0.14" branch-rate="0.1666">
183
+ <methods>
184
+ <method name="login" hits="0" signature="()V">
185
+ <lines>
186
+ <line number="4" hits="0"/>
187
+ </lines>
188
+ </method>
189
+ <method name="(anonymous_1)" hits="0" signature="()V">
190
+ <lines>
191
+ <line number="6" hits="0"/>
192
+ </lines>
193
+ </method>
194
+ <method name="(anonymous_2)" hits="0" signature="()V">
195
+ <lines>
196
+ <line number="15" hits="0"/>
197
+ </lines>
198
+ </method>
199
+ <method name="(anonymous_3)" hits="0" signature="()V">
200
+ <lines>
201
+ <line number="17" hits="0"/>
202
+ </lines>
203
+ </method>
204
+ <method name="(anonymous_4)" hits="0" signature="()V">
205
+ <lines>
206
+ <line number="18" hits="0"/>
207
+ </lines>
208
+ </method>
209
+ <method name="(anonymous_5)" hits="0" signature="()V">
210
+ <lines>
211
+ <line number="23" hits="0"/>
212
+ </lines>
213
+ </method>
214
+ <method name="(anonymous_6)" hits="0" signature="()V">
215
+ <lines>
216
+ <line number="24" hits="0"/>
217
+ </lines>
218
+ </method>
219
+ <method name="requestListener" hits="0" signature="()V">
220
+ <lines>
221
+ <line number="35" hits="0"/>
222
+ </lines>
223
+ </method>
224
+ <method name="(anonymous_8)" hits="0" signature="()V">
225
+ <lines>
226
+ <line number="39" hits="0"/>
227
+ </lines>
228
+ </method>
229
+ <method name="(anonymous_9)" hits="0" signature="()V">
230
+ <lines>
231
+ <line number="43" hits="0"/>
232
+ </lines>
233
+ </method>
234
+ <method name="(anonymous_10)" hits="0" signature="()V">
235
+ <lines>
236
+ <line number="66" hits="0"/>
237
+ </lines>
238
+ </method>
239
+ <method name="(anonymous_11)" hits="0" signature="()V">
240
+ <lines>
241
+ <line number="69" hits="0"/>
242
+ </lines>
243
+ </method>
244
+ <method name="(anonymous_12)" hits="0" signature="()V">
245
+ <lines>
246
+ <line number="74" hits="0"/>
247
+ </lines>
248
+ </method>
249
+ <method name="(anonymous_13)" hits="0" signature="()V">
250
+ <lines>
251
+ <line number="86" hits="0"/>
252
+ </lines>
253
+ </method>
254
+ <method name="getRC3Url" hits="9" signature="()V">
255
+ <lines>
256
+ <line number="96" hits="9"/>
257
+ </lines>
258
+ </method>
259
+ </methods>
260
+ <lines>
261
+ <line number="1" hits="2" branch="false"/>
262
+ <line number="2" hits="2" branch="false"/>
263
+ <line number="6" hits="0" branch="false"/>
264
+ <line number="7" hits="0" branch="false"/>
265
+ <line number="11" hits="0" branch="false"/>
266
+ <line number="15" hits="0" branch="false"/>
267
+ <line number="16" hits="0" branch="false"/>
268
+ <line number="17" hits="0" branch="false"/>
269
+ <line number="18" hits="0" branch="false"/>
270
+ <line number="19" hits="0" branch="false"/>
271
+ <line number="20" hits="0" branch="false"/>
272
+ <line number="23" hits="0" branch="false"/>
273
+ <line number="24" hits="0" branch="false"/>
274
+ <line number="25" hits="0" branch="true" condition-coverage="0% (0/2)"/>
275
+ <line number="26" hits="0" branch="false"/>
276
+ <line number="28" hits="0" branch="false"/>
277
+ <line number="36" hits="0" branch="true" condition-coverage="0% (0/4)"/>
278
+ <line number="37" hits="0" branch="false"/>
279
+ <line number="39" hits="0" branch="false"/>
280
+ <line number="40" hits="0" branch="false"/>
281
+ <line number="43" hits="0" branch="false"/>
282
+ <line number="44" hits="0" branch="false"/>
283
+ <line number="45" hits="0" branch="false"/>
284
+ <line number="47" hits="0" branch="true" condition-coverage="0% (0/2)"/>
285
+ <line number="48" hits="0" branch="false"/>
286
+ <line number="49" hits="0" branch="false"/>
287
+ <line number="50" hits="0" branch="false"/>
288
+ <line number="53" hits="0" branch="false"/>
289
+ <line number="55" hits="0" branch="false"/>
290
+ <line number="56" hits="0" branch="false"/>
291
+ <line number="57" hits="0" branch="false"/>
292
+ <line number="60" hits="0" branch="false"/>
293
+ <line number="61" hits="0" branch="false"/>
294
+ <line number="65" hits="0" branch="false"/>
295
+ <line number="66" hits="0" branch="false"/>
296
+ <line number="67" hits="0" branch="false"/>
297
+ <line number="69" hits="0" branch="false"/>
298
+ <line number="70" hits="0" branch="false"/>
299
+ <line number="74" hits="0" branch="false"/>
300
+ <line number="75" hits="0" branch="false"/>
301
+ <line number="79" hits="0" branch="false"/>
302
+ <line number="80" hits="0" branch="false"/>
303
+ <line number="81" hits="0" branch="false"/>
304
+ <line number="85" hits="0" branch="false"/>
305
+ <line number="87" hits="0" branch="false"/>
306
+ <line number="94" hits="2" branch="false"/>
307
+ <line number="97" hits="9" branch="true" condition-coverage="50% (1/2)"/>
308
+ <line number="98" hits="9" branch="true" condition-coverage="50% (1/2)"/>
309
+ <line number="99" hits="9" branch="false"/>
310
+ <line number="102" hits="2" branch="false"/>
311
+ </lines>
312
+ </class>
313
+ <class name="pull-theme.js" filename="src/pull-theme.js" line-rate="0.7684000000000001" branch-rate="0.5625">
314
+ <methods>
315
+ <method name="getThemeList" hits="1" signature="()V">
316
+ <lines>
317
+ <line number="11" hits="1"/>
318
+ </lines>
319
+ </method>
320
+ <method name="getMerchantThemes" hits="1" signature="()V">
321
+ <lines>
322
+ <line number="42" hits="1"/>
323
+ </lines>
324
+ </method>
325
+ <method name="(anonymous_2)" hits="1" signature="()V">
326
+ <lines>
327
+ <line number="59" hits="1"/>
328
+ </lines>
329
+ </method>
330
+ <method name="cliPullTheme" hits="0" signature="()V">
331
+ <lines>
332
+ <line number="76" hits="0"/>
333
+ </lines>
334
+ </method>
335
+ <method name="fetchThemeFiles" hits="1" signature="()V">
336
+ <lines>
337
+ <line number="82" hits="1"/>
338
+ </lines>
339
+ </method>
340
+ <method name="removeExistingThemeFiles" hits="1" signature="()V">
341
+ <lines>
342
+ <line number="108" hits="1"/>
343
+ </lines>
344
+ </method>
345
+ <method name="(anonymous_6)" hits="5" signature="()V">
346
+ <lines>
347
+ <line number="113" hits="5"/>
348
+ </lines>
349
+ </method>
350
+ <method name="overwriteThemeFiles" hits="1" signature="()V">
351
+ <lines>
352
+ <line number="123" hits="1"/>
353
+ </lines>
354
+ </method>
355
+ <method name="(anonymous_8)" hits="2" signature="()V">
356
+ <lines>
357
+ <line number="137" hits="2"/>
358
+ </lines>
359
+ </method>
360
+ <method name="pullTheme" hits="1" signature="()V">
361
+ <lines>
362
+ <line number="149" hits="1"/>
363
+ </lines>
364
+ </method>
365
+ <method name="(anonymous_10)" hits="1" signature="()V">
366
+ <lines>
367
+ <line number="170" hits="1"/>
368
+ </lines>
369
+ </method>
370
+ <method name="(anonymous_11)" hits="1" signature="()V">
371
+ <lines>
372
+ <line number="184" hits="1"/>
373
+ </lines>
374
+ </method>
375
+ <method name="(anonymous_12)" hits="1" signature="()V">
376
+ <lines>
377
+ <line number="192" hits="1"/>
378
+ </lines>
379
+ </method>
380
+ <method name="(anonymous_13)" hits="1" signature="()V">
381
+ <lines>
382
+ <line number="193" hits="1"/>
383
+ </lines>
384
+ </method>
385
+ <method name="(anonymous_14)" hits="1" signature="()V">
386
+ <lines>
387
+ <line number="196" hits="1"/>
388
+ </lines>
389
+ </method>
390
+ <method name="(anonymous_15)" hits="1" signature="()V">
391
+ <lines>
392
+ <line number="197" hits="1"/>
393
+ </lines>
394
+ </method>
395
+ </methods>
396
+ <lines>
397
+ <line number="1" hits="1" branch="false"/>
398
+ <line number="2" hits="1" branch="false"/>
399
+ <line number="3" hits="1" branch="false"/>
400
+ <line number="4" hits="1" branch="false"/>
401
+ <line number="5" hits="1" branch="false"/>
402
+ <line number="6" hits="1" branch="false"/>
403
+ <line number="7" hits="1" branch="false"/>
404
+ <line number="9" hits="1" branch="false"/>
405
+ <line number="12" hits="1" branch="false"/>
406
+ <line number="14" hits="1" branch="false"/>
407
+ <line number="17" hits="1" branch="false"/>
408
+ <line number="24" hits="1" branch="true" condition-coverage="50% (1/2)"/>
409
+ <line number="25" hits="0" branch="true" condition-coverage="0% (0/2)"/>
410
+ <line number="26" hits="0" branch="false"/>
411
+ <line number="28" hits="0" branch="false"/>
412
+ <line number="32" hits="1" branch="false"/>
413
+ <line number="33" hits="1" branch="false"/>
414
+ <line number="35" hits="1" branch="false"/>
415
+ <line number="37" hits="0" branch="false"/>
416
+ <line number="38" hits="0" branch="false"/>
417
+ <line number="43" hits="1" branch="false"/>
418
+ <line number="45" hits="1" branch="false"/>
419
+ <line number="48" hits="1" branch="false"/>
420
+ <line number="52" hits="1" branch="false"/>
421
+ <line number="53" hits="1" branch="false"/>
422
+ <line number="56" hits="1" branch="false"/>
423
+ <line number="59" hits="1" branch="true" condition-coverage="50% (1/2)"/>
424
+ <line number="61" hits="1" branch="false"/>
425
+ <line number="69" hits="0" branch="false"/>
426
+ <line number="70" hits="0" branch="false"/>
427
+ <line number="74" hits="1" branch="false"/>
428
+ <line number="77" hits="0" branch="false"/>
429
+ <line number="80" hits="1" branch="false"/>
430
+ <line number="83" hits="1" branch="false"/>
431
+ <line number="84" hits="1" branch="false"/>
432
+ <line number="86" hits="1" branch="false"/>
433
+ <line number="93" hits="1" branch="true" condition-coverage="50% (1/2)"/>
434
+ <line number="94" hits="0" branch="false"/>
435
+ <line number="97" hits="1" branch="false"/>
436
+ <line number="98" hits="1" branch="true" condition-coverage="50% (1/2)"/>
437
+ <line number="100" hits="1" branch="false"/>
438
+ <line number="102" hits="0" branch="false"/>
439
+ <line number="103" hits="0" branch="false"/>
440
+ <line number="109" hits="1" branch="false"/>
441
+ <line number="111" hits="1" branch="false"/>
442
+ <line number="113" hits="1" branch="false"/>
443
+ <line number="114" hits="5" branch="false"/>
444
+ <line number="116" hits="5" branch="true" condition-coverage="50% (1/2)"/>
445
+ <line number="117" hits="0" branch="false"/>
446
+ <line number="124" hits="1" branch="false"/>
447
+ <line number="125" hits="1" branch="false"/>
448
+ <line number="127" hits="1" branch="false"/>
449
+ <line number="129" hits="1" branch="true" condition-coverage="50% (1/2)"/>
450
+ <line number="130" hits="0" branch="false"/>
451
+ <line number="134" hits="1" branch="false"/>
452
+ <line number="137" hits="1" branch="false"/>
453
+ <line number="138" hits="2" branch="false"/>
454
+ <line number="139" hits="2" branch="false"/>
455
+ <line number="140" hits="2" branch="false"/>
456
+ <line number="143" hits="1" branch="false"/>
457
+ <line number="145" hits="0" branch="false"/>
458
+ <line number="150" hits="1" branch="false"/>
459
+ <line number="151" hits="1" branch="false"/>
460
+ <line number="152" hits="1" branch="false"/>
461
+ <line number="153" hits="1" branch="false"/>
462
+ <line number="155" hits="1" branch="true" condition-coverage="50% (1/2)"/>
463
+ <line number="156" hits="0" branch="false"/>
464
+ <line number="157" hits="0" branch="false"/>
465
+ <line number="162" hits="1" branch="true" condition-coverage="75% (3/4)"/>
466
+ <line number="163" hits="0" branch="false"/>
467
+ <line number="166" hits="0" branch="false"/>
468
+ <line number="170" hits="1" branch="false"/>
469
+ <line number="171" hits="1" branch="false"/>
470
+ <line number="174" hits="1" branch="true" condition-coverage="75% (3/4)"/>
471
+ <line number="175" hits="1" branch="false"/>
472
+ <line number="177" hits="1" branch="true" condition-coverage="50% (1/2)"/>
473
+ <line number="178" hits="0" branch="false"/>
474
+ <line number="180" hits="1" branch="false"/>
475
+ <line number="183" hits="1" branch="false"/>
476
+ <line number="184" hits="1" branch="false"/>
477
+ <line number="186" hits="1" branch="false"/>
478
+ <line number="193" hits="1" branch="true" condition-coverage="100% (2/2)"/>
479
+ <line number="197" hits="1" branch="false"/>
480
+ <line number="200" hits="1" branch="true" condition-coverage="50% (1/2)"/>
481
+ <line number="201" hits="1" branch="false"/>
482
+ <line number="214" hits="1" branch="true" condition-coverage="50% (1/2)"/>
483
+ <line number="215" hits="1" branch="false"/>
484
+ <line number="216" hits="1" branch="false"/>
485
+ <line number="218" hits="1" branch="false"/>
486
+ <line number="230" hits="1" branch="false"/>
487
+ <line number="232" hits="1" branch="false"/>
488
+ <line number="234" hits="0" branch="false"/>
489
+ <line number="235" hits="0" branch="false"/>
490
+ <line number="239" hits="0" branch="false"/>
491
+ <line number="243" hits="1" branch="false"/>
492
+ </lines>
493
+ </class>
494
+ <class name="push-theme.js" filename="src/push-theme.js" line-rate="0" branch-rate="0">
495
+ <methods>
496
+ <method name="pushTheme" hits="0" signature="()V">
497
+ <lines>
498
+ <line number="11" hits="0"/>
499
+ </lines>
500
+ </method>
501
+ <method name="fetchOriginalConfig" hits="0" signature="()V">
502
+ <lines>
503
+ <line number="85" hits="0"/>
504
+ </lines>
505
+ </method>
506
+ <method name="(anonymous_2)" hits="0" signature="()V">
507
+ <lines>
508
+ <line number="97" hits="0"/>
509
+ </lines>
510
+ </method>
511
+ <method name="cliPushTheme" hits="0" signature="()V">
512
+ <lines>
513
+ <line number="107" hits="0"/>
514
+ </lines>
515
+ </method>
516
+ <method name="getThemeFiles" hits="0" signature="()V">
517
+ <lines>
518
+ <line number="113" hits="0"/>
519
+ </lines>
520
+ </method>
521
+ <method name="(anonymous_5)" hits="0" signature="()V">
522
+ <lines>
523
+ <line number="117" hits="0"/>
524
+ </lines>
525
+ </method>
526
+ <method name="buildRequestPayload" hits="0" signature="()V">
527
+ <lines>
528
+ <line number="124" hits="0"/>
529
+ </lines>
530
+ </method>
531
+ </methods>
532
+ <lines>
533
+ <line number="1" hits="0" branch="false"/>
534
+ <line number="2" hits="0" branch="false"/>
535
+ <line number="3" hits="0" branch="false"/>
536
+ <line number="4" hits="0" branch="false"/>
537
+ <line number="5" hits="0" branch="false"/>
538
+ <line number="6" hits="0" branch="false"/>
539
+ <line number="7" hits="0" branch="false"/>
540
+ <line number="8" hits="0" branch="false"/>
541
+ <line number="12" hits="0" branch="false"/>
542
+ <line number="14" hits="0" branch="false"/>
543
+ <line number="15" hits="0" branch="false"/>
544
+ <line number="18" hits="0" branch="false"/>
545
+ <line number="19" hits="0" branch="false"/>
546
+ <line number="21" hits="0" branch="true" condition-coverage="0% (0/2)"/>
547
+ <line number="22" hits="0" branch="false"/>
548
+ <line number="23" hits="0" branch="false"/>
549
+ <line number="26" hits="0" branch="false"/>
550
+ <line number="27" hits="0" branch="false"/>
551
+ <line number="29" hits="0" branch="false"/>
552
+ <line number="31" hits="0" branch="true" condition-coverage="0% (0/2)"/>
553
+ <line number="32" hits="0" branch="false"/>
554
+ <line number="35" hits="0" branch="false"/>
555
+ <line number="37" hits="0" branch="false"/>
556
+ <line number="39" hits="0" branch="false"/>
557
+ <line number="42" hits="0" branch="true" condition-coverage="0% (0/2)"/>
558
+ <line number="56" hits="0" branch="true" condition-coverage="0% (0/2)"/>
559
+ <line number="59" hits="0" branch="true" condition-coverage="0% (0/2)"/>
560
+ <line number="66" hits="0" branch="false"/>
561
+ <line number="75" hits="0" branch="true" condition-coverage="0% (0/2)"/>
562
+ <line number="76" hits="0" branch="false"/>
563
+ <line number="78" hits="0" branch="false"/>
564
+ <line number="81" hits="0" branch="false"/>
565
+ <line number="86" hits="0" branch="true" condition-coverage="0% (0/2)"/>
566
+ <line number="88" hits="0" branch="false"/>
567
+ <line number="89" hits="0" branch="false"/>
568
+ <line number="96" hits="0" branch="true" condition-coverage="0% (0/2)"/>
569
+ <line number="97" hits="0" branch="false"/>
570
+ <line number="99" hits="0" branch="false"/>
571
+ <line number="102" hits="0" branch="false"/>
572
+ <line number="103" hits="0" branch="false"/>
573
+ <line number="108" hits="0" branch="false"/>
574
+ <line number="111" hits="0" branch="false"/>
575
+ <line number="114" hits="0" branch="false"/>
576
+ <line number="115" hits="0" branch="false"/>
577
+ <line number="116" hits="0" branch="false"/>
578
+ <line number="117" hits="0" branch="false"/>
579
+ <line number="125" hits="0" branch="true" condition-coverage="0% (0/2)"/>
580
+ <line number="126" hits="0" branch="false"/>
581
+ <line number="127" hits="0" branch="false"/>
582
+ <line number="130" hits="0" branch="false"/>
583
+ </lines>
584
+ </class>
585
+ <class name="select-merchant.js" filename="src/select-merchant.js" line-rate="0.5588000000000001" branch-rate="0.3529">
586
+ <methods>
587
+ <method name="getValidSettings" hits="6" signature="()V">
588
+ <lines>
589
+ <line number="9" hits="6"/>
590
+ </lines>
591
+ </method>
592
+ <method name="cliCallSelectMerchant" hits="0" signature="()V">
593
+ <lines>
594
+ <line number="18" hits="0"/>
595
+ </lines>
596
+ </method>
597
+ <method name="selectMerchant" hits="5" signature="()V">
598
+ <lines>
599
+ <line number="24" hits="5"/>
600
+ </lines>
601
+ </method>
602
+ <method name="(anonymous_3)" hits="0" signature="()V">
603
+ <lines>
604
+ <line number="56" hits="0"/>
605
+ </lines>
606
+ </method>
607
+ <method name="(anonymous_4)" hits="0" signature="()V">
608
+ <lines>
609
+ <line number="63" hits="0"/>
610
+ </lines>
611
+ </method>
612
+ <method name="(anonymous_5)" hits="0" signature="()V">
613
+ <lines>
614
+ <line number="71" hits="0"/>
615
+ </lines>
616
+ </method>
617
+ <method name="(anonymous_6)" hits="0" signature="()V">
618
+ <lines>
619
+ <line number="72" hits="0"/>
620
+ </lines>
621
+ </method>
622
+ <method name="(anonymous_7)" hits="0" signature="()V">
623
+ <lines>
624
+ <line number="75" hits="0"/>
625
+ </lines>
626
+ </method>
627
+ <method name="(anonymous_8)" hits="0" signature="()V">
628
+ <lines>
629
+ <line number="76" hits="0"/>
630
+ </lines>
631
+ </method>
632
+ </methods>
633
+ <lines>
634
+ <line number="1" hits="2" branch="false"/>
635
+ <line number="2" hits="2" branch="false"/>
636
+ <line number="3" hits="2" branch="false"/>
637
+ <line number="5" hits="2" branch="false"/>
638
+ <line number="7" hits="2" branch="false"/>
639
+ <line number="10" hits="6" branch="false"/>
640
+ <line number="11" hits="6" branch="true" condition-coverage="100% (2/2)"/>
641
+ <line number="12" hits="5" branch="false"/>
642
+ <line number="14" hits="6" branch="false"/>
643
+ <line number="16" hits="2" branch="false"/>
644
+ <line number="19" hits="0" branch="false"/>
645
+ <line number="22" hits="2" branch="false"/>
646
+ <line number="25" hits="5" branch="false"/>
647
+ <line number="26" hits="5" branch="false"/>
648
+ <line number="30" hits="5" branch="true" condition-coverage="50% (1/2)"/>
649
+ <line number="31" hits="0" branch="false"/>
650
+ <line number="34" hits="5" branch="false"/>
651
+ <line number="36" hits="5" branch="true" condition-coverage="50% (1/2)"/>
652
+ <line number="37" hits="5" branch="true" condition-coverage="50% (1/2)"/>
653
+ <line number="38" hits="0" branch="false"/>
654
+ <line number="40" hits="5" branch="false"/>
655
+ <line number="43" hits="0" branch="true" condition-coverage="0% (0/2)"/>
656
+ <line number="44" hits="0" branch="false"/>
657
+ <line number="55" hits="0" branch="true" condition-coverage="0% (0/2)"/>
658
+ <line number="56" hits="0" branch="false"/>
659
+ <line number="57" hits="0" branch="true" condition-coverage="0% (0/2)"/>
660
+ <line number="58" hits="0" branch="false"/>
661
+ <line number="63" hits="0" branch="false"/>
662
+ <line number="65" hits="0" branch="false"/>
663
+ <line number="72" hits="0" branch="true" condition-coverage="0% (0/2)"/>
664
+ <line number="76" hits="0" branch="false"/>
665
+ <line number="79" hits="0" branch="false"/>
666
+ <line number="81" hits="0" branch="false"/>
667
+ <line number="84" hits="2" branch="false"/>
668
+ </lines>
669
+ </class>
670
+ <class name="serve.js" filename="src/serve.js" line-rate="0.17850000000000002" branch-rate="0">
671
+ <methods>
672
+ <method name="getGlobals" hits="0" signature="()V">
673
+ <lines>
674
+ <line number="11" hits="0"/>
675
+ </lines>
676
+ </method>
677
+ <method name="(anonymous_1)" hits="0" signature="()V">
678
+ <lines>
679
+ <line number="35" hits="0"/>
680
+ </lines>
681
+ </method>
682
+ <method name="(anonymous_2)" hits="0" signature="()V">
683
+ <lines>
684
+ <line number="40" hits="0"/>
685
+ </lines>
686
+ </method>
687
+ <method name="(anonymous_3)" hits="0" signature="()V">
688
+ <lines>
689
+ <line number="41" hits="0"/>
690
+ </lines>
691
+ </method>
692
+ <method name="(anonymous_4)" hits="0" signature="()V">
693
+ <lines>
694
+ <line number="48" hits="0"/>
695
+ </lines>
696
+ </method>
697
+ <method name="(anonymous_5)" hits="0" signature="()V">
698
+ <lines>
699
+ <line number="50" hits="0"/>
700
+ </lines>
701
+ </method>
702
+ <method name="(anonymous_6)" hits="0" signature="()V">
703
+ <lines>
704
+ <line number="77" hits="0"/>
705
+ </lines>
706
+ </method>
707
+ <method name="(anonymous_7)" hits="0" signature="()V">
708
+ <lines>
709
+ <line number="83" hits="0"/>
710
+ </lines>
711
+ </method>
712
+ <method name="(anonymous_8)" hits="0" signature="()V">
713
+ <lines>
714
+ <line number="91" hits="0"/>
715
+ </lines>
716
+ </method>
717
+ <method name="serve" hits="0" signature="()V">
718
+ <lines>
719
+ <line number="102" hits="0"/>
720
+ </lines>
721
+ </method>
722
+ </methods>
723
+ <lines>
724
+ <line number="1" hits="1" branch="false"/>
725
+ <line number="2" hits="1" branch="false"/>
726
+ <line number="3" hits="1" branch="false"/>
727
+ <line number="4" hits="1" branch="false"/>
728
+ <line number="5" hits="1" branch="false"/>
729
+ <line number="6" hits="1" branch="false"/>
730
+ <line number="8" hits="1" branch="false"/>
731
+ <line number="9" hits="1" branch="false"/>
732
+ <line number="12" hits="0" branch="false"/>
733
+ <line number="17" hits="0" branch="true" condition-coverage="0% (0/2)"/>
734
+ <line number="18" hits="0" branch="false"/>
735
+ <line number="20" hits="0" branch="true" condition-coverage="0% (0/2)"/>
736
+ <line number="23" hits="0" branch="false"/>
737
+ <line number="24" hits="0" branch="true" condition-coverage="0% (0/2)"/>
738
+ <line number="26" hits="0" branch="false"/>
739
+ <line number="35" hits="1" branch="false"/>
740
+ <line number="36" hits="0" branch="false"/>
741
+ <line number="38" hits="0" branch="false"/>
742
+ <line number="41" hits="0" branch="false"/>
743
+ <line number="43" hits="0" branch="false"/>
744
+ <line number="47" hits="0" branch="false"/>
745
+ <line number="48" hits="0" branch="false"/>
746
+ <line number="50" hits="0" branch="false"/>
747
+ <line number="54" hits="0" branch="false"/>
748
+ <line number="55" hits="0" branch="false"/>
749
+ <line number="56" hits="0" branch="false"/>
750
+ <line number="62" hits="0" branch="false"/>
751
+ <line number="76" hits="0" branch="false"/>
752
+ <line number="77" hits="0" branch="false"/>
753
+ <line number="78" hits="0" branch="false"/>
754
+ <line number="83" hits="0" branch="false"/>
755
+ <line number="84" hits="0" branch="false"/>
756
+ <line number="91" hits="0" branch="false"/>
757
+ <line number="92" hits="0" branch="false"/>
758
+ <line number="99" hits="0" branch="false"/>
759
+ <line number="103" hits="0" branch="false"/>
760
+ <line number="104" hits="0" branch="false"/>
761
+ <line number="106" hits="0" branch="false"/>
762
+ <line number="107" hits="0" branch="false"/>
763
+ <line number="108" hits="0" branch="false"/>
764
+ <line number="110" hits="0" branch="true" condition-coverage="0% (0/2)"/>
765
+ <line number="111" hits="0" branch="false"/>
766
+ <line number="114" hits="0" branch="false"/>
767
+ <line number="116" hits="0" branch="false"/>
768
+ <line number="117" hits="0" branch="false"/>
769
+ <line number="118" hits="0" branch="false"/>
770
+ <line number="120" hits="0" branch="false"/>
771
+ <line number="123" hits="0" branch="false"/>
772
+ <line number="142" hits="0" branch="true" condition-coverage="0% (0/2)"/>
773
+ <line number="143" hits="0" branch="false"/>
774
+ <line number="146" hits="0" branch="false"/>
775
+ <line number="148" hits="0" branch="false"/>
776
+ <line number="150" hits="0" branch="false"/>
777
+ <line number="155" hits="0" branch="false"/>
778
+ <line number="156" hits="0" branch="false"/>
779
+ <line number="158" hits="1" branch="false"/>
780
+ </lines>
781
+ </class>
782
+ <class name="utils.js" filename="src/utils.js" line-rate="0.4838" branch-rate="0.44439999999999996">
783
+ <methods>
784
+ <method name="getcwd" hits="0" signature="()V">
785
+ <lines>
786
+ <line number="12" hits="0"/>
787
+ </lines>
788
+ </method>
789
+ <method name="getNetFreePort" hits="0" signature="()V">
790
+ <lines>
791
+ <line number="22" hits="0"/>
792
+ </lines>
793
+ </method>
794
+ <method name="(anonymous_2)" hits="0" signature="()V">
795
+ <lines>
796
+ <line number="23" hits="0"/>
797
+ </lines>
798
+ </method>
799
+ <method name="(anonymous_3)" hits="0" signature="()V">
800
+ <lines>
801
+ <line number="26" hits="0"/>
802
+ </lines>
803
+ </method>
804
+ <method name="open" hits="0" signature="()V">
805
+ <lines>
806
+ <line number="39" hits="0"/>
807
+ </lines>
808
+ </method>
809
+ <method name="exec" hits="0" signature="()V">
810
+ <lines>
811
+ <line number="52" hits="0"/>
812
+ </lines>
813
+ </method>
814
+ <method name="(anonymous_6)" hits="0" signature="()V">
815
+ <lines>
816
+ <line number="53" hits="0"/>
817
+ </lines>
818
+ </method>
819
+ <method name="(anonymous_7)" hits="0" signature="()V">
820
+ <lines>
821
+ <line number="61" hits="0"/>
822
+ </lines>
823
+ </method>
824
+ <method name="(anonymous_8)" hits="0" signature="()V">
825
+ <lines>
826
+ <line number="62" hits="0"/>
827
+ </lines>
828
+ </method>
829
+ <method name="(anonymous_9)" hits="0" signature="()V">
830
+ <lines>
831
+ <line number="63" hits="0"/>
832
+ </lines>
833
+ </method>
834
+ <method name="unzip" hits="0" signature="()V">
835
+ <lines>
836
+ <line number="80" hits="0"/>
837
+ </lines>
838
+ </method>
839
+ <method name="readRc" hits="23" signature="()V">
840
+ <lines>
841
+ <line number="97" hits="23"/>
842
+ </lines>
843
+ </method>
844
+ <method name="readRcEnv" hits="11" signature="()V">
845
+ <lines>
846
+ <line number="110" hits="11"/>
847
+ </lines>
848
+ </method>
849
+ <method name="writeRc" hits="12" signature="()V">
850
+ <lines>
851
+ <line number="117" hits="12"/>
852
+ </lines>
853
+ </method>
854
+ <method name="writeRcEnv" hits="12" signature="()V">
855
+ <lines>
856
+ <line number="132" hits="12"/>
857
+ </lines>
858
+ </method>
859
+ <method name="readPackageJson" hits="0" signature="()V">
860
+ <lines>
861
+ <line number="139" hits="0"/>
862
+ </lines>
863
+ </method>
864
+ <method name="isValidToken" hits="10" signature="()V">
865
+ <lines>
866
+ <line number="150" hits="10"/>
867
+ </lines>
868
+ </method>
869
+ <method name="getAuthorNameFromToken" hits="1" signature="()V">
870
+ <lines>
871
+ <line number="165" hits="1"/>
872
+ </lines>
873
+ </method>
874
+ <method name="getMerchantTemplatesVersion" hits="1" signature="()V">
875
+ <lines>
876
+ <line number="180" hits="1"/>
877
+ </lines>
878
+ </method>
879
+ </methods>
880
+ <lines>
881
+ <line number="1" hits="2" branch="false"/>
882
+ <line number="2" hits="2" branch="false"/>
883
+ <line number="3" hits="2" branch="false"/>
884
+ <line number="4" hits="2" branch="false"/>
885
+ <line number="5" hits="2" branch="false"/>
886
+ <line number="6" hits="2" branch="false"/>
887
+ <line number="7" hits="2" branch="false"/>
888
+ <line number="8" hits="2" branch="false"/>
889
+ <line number="10" hits="2" branch="false"/>
890
+ <line number="13" hits="0" branch="false"/>
891
+ <line number="16" hits="2" branch="false"/>
892
+ <line number="22" hits="2" branch="false"/>
893
+ <line number="23" hits="0" branch="false"/>
894
+ <line number="24" hits="0" branch="false"/>
895
+ <line number="25" hits="0" branch="false"/>
896
+ <line number="26" hits="0" branch="false"/>
897
+ <line number="27" hits="0" branch="false"/>
898
+ <line number="28" hits="0" branch="false"/>
899
+ <line number="31" hits="0" branch="false"/>
900
+ <line number="39" hits="2" branch="false"/>
901
+ <line number="40" hits="0" branch="false"/>
902
+ <line number="52" hits="2" branch="false"/>
903
+ <line number="53" hits="0" branch="false"/>
904
+ <line number="54" hits="0" branch="false"/>
905
+ <line number="57" hits="0" branch="false"/>
906
+ <line number="58" hits="0" branch="false"/>
907
+ <line number="60" hits="0" branch="false"/>
908
+ <line number="61" hits="0" branch="false"/>
909
+ <line number="62" hits="0" branch="false"/>
910
+ <line number="63" hits="0" branch="false"/>
911
+ <line number="64" hits="0" branch="false"/>
912
+ <line number="65" hits="0" branch="true" condition-coverage="0% (0/2)"/>
913
+ <line number="66" hits="0" branch="false"/>
914
+ <line number="67" hits="0" branch="false"/>
915
+ <line number="68" hits="0" branch="false"/>
916
+ <line number="70" hits="0" branch="false"/>
917
+ <line number="80" hits="2" branch="false"/>
918
+ <line number="81" hits="0" branch="false"/>
919
+ <line number="82" hits="0" branch="false"/>
920
+ <line number="84" hits="0" branch="true" condition-coverage="0% (0/2)"/>
921
+ <line number="85" hits="0" branch="false"/>
922
+ <line number="88" hits="0" branch="false"/>
923
+ <line number="90" hits="0" branch="false"/>
924
+ <line number="93" hits="0" branch="false"/>
925
+ <line number="94" hits="0" branch="false"/>
926
+ <line number="98" hits="23" branch="false"/>
927
+ <line number="99" hits="23" branch="true" condition-coverage="100% (2/2)"/>
928
+ <line number="100" hits="21" branch="false"/>
929
+ <line number="101" hits="21" branch="false"/>
930
+ <line number="102" hits="21" branch="false"/>
931
+ <line number="104" hits="0" branch="false"/>
932
+ <line number="107" hits="2" branch="false"/>
933
+ <line number="111" hits="11" branch="false"/>
934
+ <line number="112" hits="11" branch="true" condition-coverage="100% (2/2)"/>
935
+ <line number="115" hits="2" branch="false"/>
936
+ <line number="118" hits="12" branch="false"/>
937
+ <line number="133" hits="12" branch="false"/>
938
+ <line number="134" hits="12" branch="false"/>
939
+ <line number="137" hits="2" branch="false"/>
940
+ <line number="140" hits="0" branch="false"/>
941
+ <line number="141" hits="0" branch="false"/>
942
+ <line number="142" hits="0" branch="false"/>
943
+ <line number="144" hits="0" branch="false"/>
944
+ <line number="148" hits="2" branch="false"/>
945
+ <line number="151" hits="10" branch="false"/>
946
+ <line number="152" hits="10" branch="true" condition-coverage="50% (1/2)"/>
947
+ <line number="153" hits="0" branch="false"/>
948
+ <line number="154" hits="0" branch="false"/>
949
+ <line number="155" hits="0" branch="false"/>
950
+ <line number="156" hits="0" branch="true" condition-coverage="0% (0/2)"/>
951
+ <line number="157" hits="0" branch="false"/>
952
+ <line number="160" hits="10" branch="false"/>
953
+ <line number="163" hits="2" branch="false"/>
954
+ <line number="166" hits="1" branch="false"/>
955
+ <line number="167" hits="1" branch="true" condition-coverage="50% (1/2)"/>
956
+ <line number="168" hits="0" branch="false"/>
957
+ <line number="169" hits="0" branch="false"/>
958
+ <line number="172" hits="0" branch="false"/>
959
+ <line number="173" hits="0" branch="false"/>
960
+ <line number="175" hits="1" branch="false"/>
961
+ <line number="178" hits="2" branch="false"/>
962
+ <line number="182" hits="1" branch="false"/>
963
+ <line number="183" hits="1" branch="false"/>
964
+ <line number="185" hits="1" branch="true" condition-coverage="50% (1/2)"/>
965
+ <line number="186" hits="1" branch="false"/>
966
+ <line number="187" hits="1" branch="false"/>
967
+ <line number="190" hits="1" branch="true" condition-coverage="50% (1/2)"/>
968
+ <line number="191" hits="1" branch="false"/>
969
+ <line number="193" hits="0" branch="false"/>
970
+ <line number="194" hits="0" branch="false"/>
971
+ <line number="195" hits="0" branch="false"/>
972
+ <line number="199" hits="2" branch="false"/>
973
+ <line number="201" hits="2" branch="false"/>
974
+ </lines>
975
+ </class>
976
+ </classes>
977
+ </package>
978
+ <package name="smi-serve.partials" line-rate="0" branch-rate="0">
979
+ <classes>
980
+ <class name="devmode.js" filename="src/partials/devmode.js" line-rate="0" branch-rate="0">
981
+ <methods>
982
+ </methods>
983
+ <lines>
984
+ <line number="4" hits="0" branch="false"/>
985
+ <line number="6" hits="0" branch="true" condition-coverage="0% (0/2)"/>
986
+ <line number="8" hits="0" branch="true" condition-coverage="0% (0/2)"/>
987
+ <line number="10" hits="0" branch="true" condition-coverage="0% (0/2)"/>
988
+ <line number="19" hits="0" branch="false"/>
989
+ <line number="21" hits="0" branch="false"/>
990
+ </lines>
991
+ </class>
992
+ <class name="entrypoint.js" filename="src/partials/entrypoint.js" line-rate="0" branch-rate="0">
993
+ <methods>
994
+ <method name="(anonymous_0)" hits="0" signature="()V">
995
+ <lines>
996
+ <line number="17" hits="0"/>
997
+ </lines>
998
+ </method>
999
+ <method name="(anonymous_1)" hits="0" signature="()V">
1000
+ <lines>
1001
+ <line number="34" hits="0"/>
1002
+ </lines>
1003
+ </method>
1004
+ <method name="waitForScriptToLoad" hits="0" signature="()V">
1005
+ <lines>
1006
+ <line number="43" hits="0"/>
1007
+ </lines>
1008
+ </method>
1009
+ <method name="(anonymous_3)" hits="0" signature="()V">
1010
+ <lines>
1011
+ <line number="44" hits="0"/>
1012
+ </lines>
1013
+ </method>
1014
+ <method name="(anonymous_4)" hits="0" signature="()V">
1015
+ <lines>
1016
+ <line number="47" hits="0"/>
1017
+ </lines>
1018
+ </method>
1019
+ </methods>
1020
+ <lines>
1021
+ <line number="6" hits="0" branch="true" condition-coverage="0% (0/2)"/>
1022
+ <line number="10" hits="0" branch="true" condition-coverage="0% (0/2)"/>
1023
+ <line number="15" hits="0" branch="true" condition-coverage="0% (0/2)"/>
1024
+ <line number="16" hits="0" branch="true" condition-coverage="0% (0/4)"/>
1025
+ <line number="17" hits="0" branch="false"/>
1026
+ <line number="18" hits="0" branch="false"/>
1027
+ <line number="34" hits="0" branch="false"/>
1028
+ <line number="35" hits="0" branch="false"/>
1029
+ <line number="36" hits="0" branch="false"/>
1030
+ <line number="37" hits="0" branch="false"/>
1031
+ <line number="38" hits="0" branch="false"/>
1032
+ <line number="44" hits="0" branch="false"/>
1033
+ <line number="45" hits="0" branch="false"/>
1034
+ <line number="46" hits="0" branch="false"/>
1035
+ <line number="47" hits="0" branch="false"/>
1036
+ <line number="48" hits="0" branch="false"/>
1037
+ <line number="50" hits="0" branch="false"/>
1038
+ </lines>
1039
+ </class>
1040
+ </classes>
1041
+ </package>
1042
+ </packages>
1043
+ </coverage>
@@ -0,0 +1,18 @@
1
+ ---------------------|---------|----------|---------|---------|-------------------------------------------------------------------------
2
+ File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
3
+ ---------------------|---------|----------|---------|---------|-------------------------------------------------------------------------
4
+ All files | 42.49 | 27.27 | 34.73 | 43.09 |
5
+ src | 44.51 | 30.61 | 36.66 | 45.23 |
6
+ auth.js | 93.33 | 83.33 | 100 | 93.33 | 14
7
+ impersonate.js | 19.35 | 0 | 0 | 20.68 | 9-78
8
+ init.js | 84.09 | 37.5 | 87.5 | 87.5 | 38,53-54,64,83
9
+ login.js | 13.46 | 16.66 | 6.66 | 14 | 6-87
10
+ pull-theme.js | 77.77 | 56.25 | 93.75 | 76.84 | 25-28,37-38,69-70,77,94,102-103,117,130,145,156-157,163-166,178,234-239
11
+ push-theme.js | 0 | 0 | 0 | 0 | 1-130
12
+ select-merchant.js | 50 | 35.29 | 22.22 | 55.88 | 19,31,38,43-81
13
+ serve.js | 17.85 | 0 | 0 | 17.85 | 12-26,36-156
14
+ utils.js | 47.36 | 44.44 | 36.84 | 48.38 | 13,23-31,40,53-70,81-94,104,140-144,153-157,168-173,193-195
15
+ src/partials | 0 | 0 | 0 | 0 |
16
+ devmode.js | 0 | 0 | 100 | 0 | 4-21
17
+ entrypoint.js | 0 | 0 | 0 | 0 | 6-50
18
+ ---------------------|---------|----------|---------|---------|-------------------------------------------------------------------------
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ordergroove/smi-serve",
3
- "version": "1.9.21",
3
+ "version": "1.9.22",
4
4
  "description": "Utility to serve a Subscription Manager template locally",
5
5
  "keywords": [],
6
6
  "author": "Eugenio Lattanzio <eugenio.lattanzio@ordergroove.com>",
@@ -21,7 +21,7 @@
21
21
  },
22
22
  "homepage": "https://github.com/ordergroove/plush-toys/tree/master/packages/smi-serve#readme",
23
23
  "dependencies": {
24
- "@ordergroove/smi-precompile": "^1.11.3",
24
+ "@ordergroove/smi-precompile": "^1.11.4",
25
25
  "adm-zip": "^0.5.10",
26
26
  "esbuild": "^0.19.2",
27
27
  "esbuild-plugin-less": "^1.2.4",
@@ -34,5 +34,5 @@
34
34
  "devDependencies": {
35
35
  "memfs": "^4.8.2"
36
36
  },
37
- "gitHead": "76a2cab67f8b85669547c1e5f6d19ce78f5ab5c9"
37
+ "gitHead": "9d93c37b1c3496a752d6036ae695450e9b1f00cb"
38
38
  }