@retailcrm/embed-ui 0.9.11 → 0.9.12
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 +12 -0
- package/README.md +12 -1
- package/bin/embed-ui-update.mjs +421 -33
- package/coverage/clover.xml +535 -522
- package/coverage/coverage-final.json +20 -20
- package/coverage/index.html +40 -40
- package/package.json +6 -6
package/coverage/clover.xml
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<coverage generated="
|
|
3
|
-
<project timestamp="
|
|
4
|
-
<metrics statements="
|
|
2
|
+
<coverage generated="1773243290996" clover="3.2.0">
|
|
3
|
+
<project timestamp="1773243290996" name="All files">
|
|
4
|
+
<metrics statements="3934" coveredstatements="2558" conditionals="2627" coveredconditionals="1445" methods="1244" coveredmethods="771" elements="7805" coveredelements="4774" complexity="0" loc="3934" ncloc="3934" packages="57" files="159" classes="159"/>
|
|
5
5
|
<package name="packages.v1-components.src.common">
|
|
6
6
|
<metrics statements="32" coveredstatements="13" conditionals="18" coveredconditionals="4" methods="12" coveredmethods="4"/>
|
|
7
7
|
<file name="platform.ts" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/common/platform.ts">
|
|
8
8
|
<metrics statements="3" coveredstatements="3" conditionals="6" coveredconditionals="4" methods="1" coveredmethods="1"/>
|
|
9
|
-
<line num="1" count="
|
|
10
|
-
<line num="9" count="
|
|
11
|
-
<line num="10" count="
|
|
9
|
+
<line num="1" count="3" type="stmt"/>
|
|
10
|
+
<line num="9" count="3" type="stmt"/>
|
|
11
|
+
<line num="10" count="3" type="cond" truecount="3" falsecount="1"/>
|
|
12
12
|
</file>
|
|
13
13
|
<file name="predicate.ts" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/common/predicate.ts">
|
|
14
14
|
<metrics statements="9" coveredstatements="1" conditionals="7" coveredconditionals="0" methods="2" coveredmethods="0"/>
|
|
@@ -381,36 +381,36 @@
|
|
|
381
381
|
</file>
|
|
382
382
|
<file name="popper.ts" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/common/components/popper.ts">
|
|
383
383
|
<metrics statements="11" coveredstatements="8" conditionals="13" coveredconditionals="3" methods="7" coveredmethods="2"/>
|
|
384
|
-
<line num="5" count="
|
|
385
|
-
<line num="58" count="
|
|
386
|
-
<line num="60" count="
|
|
387
|
-
<line num="61" count="
|
|
388
|
-
<line num="66" count="
|
|
389
|
-
<line num="67" count="
|
|
384
|
+
<line num="5" count="3" type="stmt"/>
|
|
385
|
+
<line num="58" count="3" type="stmt"/>
|
|
386
|
+
<line num="60" count="10" type="stmt"/>
|
|
387
|
+
<line num="61" count="30" type="cond" truecount="3" falsecount="0"/>
|
|
388
|
+
<line num="66" count="3" type="stmt"/>
|
|
389
|
+
<line num="67" count="3" type="stmt"/>
|
|
390
390
|
<line num="68" count="0" type="stmt"/>
|
|
391
|
-
<line num="71" count="
|
|
391
|
+
<line num="71" count="3" type="stmt"/>
|
|
392
392
|
<line num="72" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
393
|
-
<line num="75" count="
|
|
393
|
+
<line num="75" count="3" type="stmt"/>
|
|
394
394
|
<line num="76" count="0" type="cond" truecount="0" falsecount="8"/>
|
|
395
395
|
</file>
|
|
396
396
|
<file name="select.ts" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/common/components/select.ts">
|
|
397
397
|
<metrics statements="17" coveredstatements="17" conditionals="5" coveredconditionals="4" methods="5" coveredmethods="3"/>
|
|
398
|
-
<line num="8" count="
|
|
399
|
-
<line num="9" count="
|
|
400
|
-
<line num="10" count="
|
|
401
|
-
<line num="11" count="
|
|
402
|
-
<line num="14" count="
|
|
403
|
-
<line num="15" count="
|
|
404
|
-
<line num="16" count="
|
|
405
|
-
<line num="17" count="
|
|
406
|
-
<line num="18" count="
|
|
407
|
-
<line num="19" count="
|
|
408
|
-
<line num="20" count="
|
|
409
|
-
<line num="21" count="
|
|
410
|
-
<line num="22" count="
|
|
411
|
-
<line num="94" count="
|
|
412
|
-
<line num="105" count="
|
|
413
|
-
<line num="110" count="
|
|
398
|
+
<line num="8" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
399
|
+
<line num="9" count="2" type="stmt"/>
|
|
400
|
+
<line num="10" count="2" type="stmt"/>
|
|
401
|
+
<line num="11" count="2" type="stmt"/>
|
|
402
|
+
<line num="14" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
403
|
+
<line num="15" count="2" type="stmt"/>
|
|
404
|
+
<line num="16" count="2" type="stmt"/>
|
|
405
|
+
<line num="17" count="2" type="stmt"/>
|
|
406
|
+
<line num="18" count="2" type="stmt"/>
|
|
407
|
+
<line num="19" count="2" type="stmt"/>
|
|
408
|
+
<line num="20" count="2" type="stmt"/>
|
|
409
|
+
<line num="21" count="2" type="stmt"/>
|
|
410
|
+
<line num="22" count="2" type="stmt"/>
|
|
411
|
+
<line num="94" count="2" type="stmt"/>
|
|
412
|
+
<line num="105" count="2" type="stmt"/>
|
|
413
|
+
<line num="110" count="2" type="stmt"/>
|
|
414
414
|
<line num="116" count="6" type="cond" truecount="0" falsecount="1"/>
|
|
415
415
|
</file>
|
|
416
416
|
<file name="slider.ts" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/common/components/slider.ts">
|
|
@@ -657,11 +657,11 @@
|
|
|
657
657
|
<metrics statements="29" coveredstatements="24" conditionals="19" coveredconditionals="17" methods="13" coveredmethods="9"/>
|
|
658
658
|
<file name="composables.ts" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/host/composables.ts">
|
|
659
659
|
<metrics statements="5" coveredstatements="5" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
660
|
-
<line num="5" count="
|
|
661
|
-
<line num="9" count="
|
|
662
|
-
<line num="10" count="
|
|
663
|
-
<line num="12" count="
|
|
664
|
-
<line num="14" count="
|
|
660
|
+
<line num="5" count="9" type="stmt"/>
|
|
661
|
+
<line num="9" count="9" type="stmt"/>
|
|
662
|
+
<line num="10" count="174" type="stmt"/>
|
|
663
|
+
<line num="12" count="174" type="stmt"/>
|
|
664
|
+
<line num="14" count="174" type="stmt"/>
|
|
665
665
|
</file>
|
|
666
666
|
<file name="dom.ts" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/host/dom.ts">
|
|
667
667
|
<metrics statements="1" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="0"/>
|
|
@@ -2281,19 +2281,19 @@
|
|
|
2281
2281
|
</file>
|
|
2282
2282
|
</package>
|
|
2283
2283
|
<package name="packages.v1-components.src.host.components.popper">
|
|
2284
|
-
<metrics statements="238" coveredstatements="
|
|
2284
|
+
<metrics statements="238" coveredstatements="163" conditionals="174" coveredconditionals="65" methods="72" coveredmethods="42"/>
|
|
2285
2285
|
<file name="Listener.ts" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/host/components/popper/Listener.ts">
|
|
2286
|
-
<metrics statements="37" coveredstatements="
|
|
2287
|
-
<line num="5" count="
|
|
2288
|
-
<line num="6" count="
|
|
2289
|
-
<line num="7" count="
|
|
2290
|
-
<line num="8" count="
|
|
2291
|
-
<line num="10" count="
|
|
2292
|
-
<line num="17" count="
|
|
2293
|
-
<line num="18" count="
|
|
2294
|
-
<line num="26" count="
|
|
2295
|
-
<line num="32" count="
|
|
2296
|
-
<line num="33" count="
|
|
2286
|
+
<metrics statements="37" coveredstatements="24" conditionals="20" coveredconditionals="8" methods="15" coveredmethods="9"/>
|
|
2287
|
+
<line num="5" count="3" type="stmt"/>
|
|
2288
|
+
<line num="6" count="3" type="stmt"/>
|
|
2289
|
+
<line num="7" count="1" type="cond" truecount="2" falsecount="2"/>
|
|
2290
|
+
<line num="8" count="1" type="cond" truecount="3" falsecount="1"/>
|
|
2291
|
+
<line num="10" count="1" type="stmt"/>
|
|
2292
|
+
<line num="17" count="2" type="stmt"/>
|
|
2293
|
+
<line num="18" count="2" type="stmt"/>
|
|
2294
|
+
<line num="26" count="2" type="stmt"/>
|
|
2295
|
+
<line num="32" count="2" type="stmt"/>
|
|
2296
|
+
<line num="33" count="2" type="stmt"/>
|
|
2297
2297
|
<line num="37" count="0" type="stmt"/>
|
|
2298
2298
|
<line num="41" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2299
2299
|
<line num="42" count="0" type="stmt"/>
|
|
@@ -2307,112 +2307,112 @@
|
|
|
2307
2307
|
<line num="59" count="0" type="stmt"/>
|
|
2308
2308
|
<line num="60" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2309
2309
|
<line num="61" count="0" type="stmt"/>
|
|
2310
|
-
<line num="67" count="
|
|
2311
|
-
<line num="68" count="
|
|
2312
|
-
<line num="69" count="
|
|
2313
|
-
<line num="73" count="
|
|
2314
|
-
<line num="74" count="
|
|
2315
|
-
<line num="78" count="
|
|
2316
|
-
<line num="79" count="
|
|
2317
|
-
<line num="80" count="
|
|
2318
|
-
<line num="85" count="
|
|
2319
|
-
<line num="92" count="
|
|
2320
|
-
<line num="101" count="
|
|
2321
|
-
<line num="102" count="
|
|
2322
|
-
<line num="103" count="
|
|
2323
|
-
<line num="104" count="
|
|
2310
|
+
<line num="67" count="1" type="stmt"/>
|
|
2311
|
+
<line num="68" count="1" type="stmt"/>
|
|
2312
|
+
<line num="69" count="1" type="stmt"/>
|
|
2313
|
+
<line num="73" count="2" type="stmt"/>
|
|
2314
|
+
<line num="74" count="2" type="stmt"/>
|
|
2315
|
+
<line num="78" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
2316
|
+
<line num="79" count="1" type="stmt"/>
|
|
2317
|
+
<line num="80" count="1" type="stmt"/>
|
|
2318
|
+
<line num="85" count="1" type="stmt"/>
|
|
2319
|
+
<line num="92" count="1" type="stmt"/>
|
|
2320
|
+
<line num="101" count="2" type="stmt"/>
|
|
2321
|
+
<line num="102" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
2322
|
+
<line num="103" count="1" type="stmt"/>
|
|
2323
|
+
<line num="104" count="1" type="stmt"/>
|
|
2324
2324
|
</file>
|
|
2325
2325
|
<file name="Scheduler.ts" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/host/components/popper/Scheduler.ts">
|
|
2326
|
-
<metrics statements="6" coveredstatements="
|
|
2327
|
-
<line num="2" count="
|
|
2328
|
-
<line num="5" count="
|
|
2329
|
-
<line num="6" count="
|
|
2326
|
+
<metrics statements="6" coveredstatements="5" conditionals="2" coveredconditionals="1" methods="3" coveredmethods="2"/>
|
|
2327
|
+
<line num="2" count="2" type="stmt"/>
|
|
2328
|
+
<line num="5" count="2" type="stmt"/>
|
|
2329
|
+
<line num="6" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
2330
2330
|
<line num="7" count="0" type="stmt"/>
|
|
2331
|
-
<line num="9" count="
|
|
2332
|
-
<line num="14" count="
|
|
2331
|
+
<line num="9" count="2" type="stmt"/>
|
|
2332
|
+
<line num="14" count="3" type="stmt"/>
|
|
2333
2333
|
</file>
|
|
2334
2334
|
<file name="UiPopper.vue" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/host/components/popper/UiPopper.vue">
|
|
2335
|
-
<metrics statements="147" coveredstatements="
|
|
2336
|
-
<line num="11" count="0" type="cond" truecount="
|
|
2337
|
-
<line num="19" count="
|
|
2338
|
-
<line num="71" count="
|
|
2339
|
-
<line num="168" count="
|
|
2340
|
-
<line num="185" count="
|
|
2341
|
-
<line num="186" count="
|
|
2342
|
-
<line num="187" count="
|
|
2343
|
-
<line num="189" count="
|
|
2344
|
-
<line num="199" count="
|
|
2345
|
-
<line num="200" count="
|
|
2346
|
-
<line num="202" count="
|
|
2347
|
-
<line num="208" count="
|
|
2348
|
-
<line num="218" count="
|
|
2349
|
-
<line num="219" count="
|
|
2350
|
-
<line num="220" count="
|
|
2351
|
-
<line num="224" count="
|
|
2352
|
-
<line num="225" count="
|
|
2353
|
-
<line num="227" count="
|
|
2354
|
-
<line num="229" count="
|
|
2355
|
-
<line num="231" count="
|
|
2356
|
-
<line num="232" count="
|
|
2335
|
+
<metrics statements="147" coveredstatements="100" conditionals="106" coveredconditionals="37" methods="43" coveredmethods="24"/>
|
|
2336
|
+
<line num="11" count="0" type="cond" truecount="2" falsecount="2"/>
|
|
2337
|
+
<line num="19" count="3" type="stmt"/>
|
|
2338
|
+
<line num="71" count="1" type="stmt"/>
|
|
2339
|
+
<line num="168" count="1" type="stmt"/>
|
|
2340
|
+
<line num="185" count="1" type="stmt"/>
|
|
2341
|
+
<line num="186" count="1" type="stmt"/>
|
|
2342
|
+
<line num="187" count="1" type="stmt"/>
|
|
2343
|
+
<line num="189" count="1" type="stmt"/>
|
|
2344
|
+
<line num="199" count="1" type="stmt"/>
|
|
2345
|
+
<line num="200" count="1" type="stmt"/>
|
|
2346
|
+
<line num="202" count="1" type="stmt"/>
|
|
2347
|
+
<line num="208" count="1" type="stmt"/>
|
|
2348
|
+
<line num="218" count="1" type="stmt"/>
|
|
2349
|
+
<line num="219" count="1" type="cond" truecount="4" falsecount="1"/>
|
|
2350
|
+
<line num="220" count="1" type="stmt"/>
|
|
2351
|
+
<line num="224" count="1" type="stmt"/>
|
|
2352
|
+
<line num="225" count="1" type="stmt"/>
|
|
2353
|
+
<line num="227" count="1" type="stmt"/>
|
|
2354
|
+
<line num="229" count="1" type="stmt"/>
|
|
2355
|
+
<line num="231" count="1" type="stmt"/>
|
|
2356
|
+
<line num="232" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
2357
2357
|
<line num="233" count="0" type="stmt"/>
|
|
2358
2358
|
<line num="234" count="0" type="stmt"/>
|
|
2359
|
-
<line num="238" count="
|
|
2360
|
-
<line num="239" count="
|
|
2361
|
-
<line num="241" count="
|
|
2359
|
+
<line num="238" count="1" type="stmt"/>
|
|
2360
|
+
<line num="239" count="1" type="stmt"/>
|
|
2361
|
+
<line num="241" count="1" type="cond" truecount="3" falsecount="1"/>
|
|
2362
2362
|
<line num="242" count="0" type="stmt"/>
|
|
2363
|
-
<line num="249" count="
|
|
2364
|
-
<line num="250" count="
|
|
2365
|
-
<line num="251" count="
|
|
2366
|
-
<line num="253" count="
|
|
2367
|
-
<line num="254" count="
|
|
2368
|
-
<line num="256" count="
|
|
2369
|
-
<line num="257" count="
|
|
2370
|
-
<line num="258" count="
|
|
2371
|
-
<line num="260" count="
|
|
2372
|
-
<line num="261" count="
|
|
2373
|
-
<line num="266" count="
|
|
2374
|
-
<line num="267" count="
|
|
2375
|
-
<line num="269" count="
|
|
2376
|
-
<line num="270" count="
|
|
2363
|
+
<line num="249" count="1" type="stmt"/>
|
|
2364
|
+
<line num="250" count="1" type="stmt"/>
|
|
2365
|
+
<line num="251" count="1" type="stmt"/>
|
|
2366
|
+
<line num="253" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
2367
|
+
<line num="254" count="1" type="stmt"/>
|
|
2368
|
+
<line num="256" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
2369
|
+
<line num="257" count="1" type="stmt"/>
|
|
2370
|
+
<line num="258" count="1" type="stmt"/>
|
|
2371
|
+
<line num="260" count="1" type="stmt"/>
|
|
2372
|
+
<line num="261" count="1" type="stmt"/>
|
|
2373
|
+
<line num="266" count="1" type="stmt"/>
|
|
2374
|
+
<line num="267" count="1" type="stmt"/>
|
|
2375
|
+
<line num="269" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
2376
|
+
<line num="270" count="1" type="stmt"/>
|
|
2377
2377
|
<line num="273" count="0" type="stmt"/>
|
|
2378
2378
|
<line num="275" count="0" type="stmt"/>
|
|
2379
2379
|
<line num="276" count="0" type="stmt"/>
|
|
2380
2380
|
<line num="278" count="0" type="stmt"/>
|
|
2381
2381
|
<line num="279" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2382
2382
|
<line num="280" count="0" type="stmt"/>
|
|
2383
|
-
<line num="284" count="
|
|
2384
|
-
<line num="285" count="
|
|
2383
|
+
<line num="284" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
2384
|
+
<line num="285" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
2385
2385
|
<line num="286" count="0" type="stmt"/>
|
|
2386
|
-
<line num="289" count="
|
|
2387
|
-
<line num="290" count="
|
|
2388
|
-
<line num="292" count="
|
|
2389
|
-
<line num="294" count="
|
|
2390
|
-
<line num="296" count="
|
|
2391
|
-
<line num="298" count="
|
|
2392
|
-
<line num="299" count="
|
|
2393
|
-
<line num="302" count="
|
|
2394
|
-
<line num="303" count="
|
|
2395
|
-
<line num="305" count="
|
|
2396
|
-
<line num="307" count="
|
|
2397
|
-
<line num="310" count="
|
|
2398
|
-
<line num="311" count="
|
|
2399
|
-
<line num="312" count="
|
|
2400
|
-
<line num="314" count="
|
|
2401
|
-
<line num="315" count="
|
|
2402
|
-
<line num="318" count="
|
|
2386
|
+
<line num="289" count="1" type="stmt"/>
|
|
2387
|
+
<line num="290" count="1" type="stmt"/>
|
|
2388
|
+
<line num="292" count="1" type="stmt"/>
|
|
2389
|
+
<line num="294" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
2390
|
+
<line num="296" count="1" type="stmt"/>
|
|
2391
|
+
<line num="298" count="1" type="stmt"/>
|
|
2392
|
+
<line num="299" count="1" type="stmt"/>
|
|
2393
|
+
<line num="302" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
2394
|
+
<line num="303" count="1" type="stmt"/>
|
|
2395
|
+
<line num="305" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
2396
|
+
<line num="307" count="1" type="stmt"/>
|
|
2397
|
+
<line num="310" count="1" type="cond" truecount="0" falsecount="1"/>
|
|
2398
|
+
<line num="311" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
2399
|
+
<line num="312" count="1" type="stmt"/>
|
|
2400
|
+
<line num="314" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
2401
|
+
<line num="315" count="1" type="stmt"/>
|
|
2402
|
+
<line num="318" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
2403
2403
|
<line num="319" count="0" type="stmt"/>
|
|
2404
2404
|
<line num="322" count="0" type="stmt"/>
|
|
2405
|
-
<line num="326" count="
|
|
2406
|
-
<line num="327" count="
|
|
2405
|
+
<line num="326" count="1" type="stmt"/>
|
|
2406
|
+
<line num="327" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
2407
2407
|
<line num="328" count="0" type="stmt"/>
|
|
2408
|
-
<line num="331" count="
|
|
2409
|
-
<line num="333" count="
|
|
2410
|
-
<line num="334" count="
|
|
2411
|
-
<line num="336" count="
|
|
2412
|
-
<line num="338" count="
|
|
2413
|
-
<line num="340" count="
|
|
2414
|
-
<line num="343" count="
|
|
2415
|
-
<line num="345" count="
|
|
2408
|
+
<line num="331" count="1" type="stmt"/>
|
|
2409
|
+
<line num="333" count="1" type="stmt"/>
|
|
2410
|
+
<line num="334" count="1" type="stmt"/>
|
|
2411
|
+
<line num="336" count="1" type="stmt"/>
|
|
2412
|
+
<line num="338" count="1" type="stmt"/>
|
|
2413
|
+
<line num="340" count="1" type="stmt"/>
|
|
2414
|
+
<line num="343" count="1" type="cond" truecount="0" falsecount="2"/>
|
|
2415
|
+
<line num="345" count="1" type="cond" truecount="0" falsecount="1"/>
|
|
2416
2416
|
<line num="346" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2417
2417
|
<line num="348" count="0" type="stmt"/>
|
|
2418
2418
|
<line num="350" count="0" type="cond" truecount="0" falsecount="6"/>
|
|
@@ -2420,66 +2420,66 @@
|
|
|
2420
2420
|
<line num="353" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2421
2421
|
<line num="354" count="0" type="stmt"/>
|
|
2422
2422
|
<line num="355" count="0" type="stmt"/>
|
|
2423
|
-
<line num="360" count="
|
|
2424
|
-
<line num="361" count="
|
|
2425
|
-
<line num="362" count="
|
|
2423
|
+
<line num="360" count="1" type="stmt"/>
|
|
2424
|
+
<line num="361" count="1" type="stmt"/>
|
|
2425
|
+
<line num="362" count="1" type="stmt"/>
|
|
2426
2426
|
<line num="363" count="0" type="stmt"/>
|
|
2427
|
-
<line num="366" count="
|
|
2427
|
+
<line num="366" count="1" type="stmt"/>
|
|
2428
2428
|
<line num="367" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
2429
2429
|
<line num="368" count="0" type="stmt"/>
|
|
2430
2430
|
<line num="369" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2431
2431
|
<line num="370" count="0" type="stmt"/>
|
|
2432
|
-
<line num="375" count="
|
|
2432
|
+
<line num="375" count="1" type="stmt"/>
|
|
2433
2433
|
<line num="376" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2434
2434
|
<line num="377" count="0" type="stmt"/>
|
|
2435
|
-
<line num="381" count="
|
|
2436
|
-
<line num="383" count="
|
|
2437
|
-
<line num="385" count="
|
|
2438
|
-
<line num="387" count="
|
|
2439
|
-
<line num="389" count="
|
|
2440
|
-
<line num="397" count="
|
|
2441
|
-
<line num="399" count="
|
|
2435
|
+
<line num="381" count="1" type="stmt"/>
|
|
2436
|
+
<line num="383" count="1" type="stmt"/>
|
|
2437
|
+
<line num="385" count="1" type="stmt"/>
|
|
2438
|
+
<line num="387" count="1" type="stmt"/>
|
|
2439
|
+
<line num="389" count="1" type="stmt"/>
|
|
2440
|
+
<line num="397" count="1" type="cond" truecount="0" falsecount="2"/>
|
|
2441
|
+
<line num="399" count="1" type="stmt"/>
|
|
2442
2442
|
<line num="400" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2443
2443
|
<line num="401" count="0" type="stmt"/>
|
|
2444
2444
|
<line num="403" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2445
2445
|
<line num="404" count="0" type="stmt"/>
|
|
2446
2446
|
<line num="405" count="0" type="stmt"/>
|
|
2447
|
-
<line num="410" count="
|
|
2447
|
+
<line num="410" count="1" type="stmt"/>
|
|
2448
2448
|
<line num="411" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2449
2449
|
<line num="412" count="0" type="stmt"/>
|
|
2450
|
-
<line num="416" count="
|
|
2450
|
+
<line num="416" count="1" type="stmt"/>
|
|
2451
2451
|
<line num="417" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2452
2452
|
<line num="418" count="0" type="stmt"/>
|
|
2453
|
-
<line num="422" count="
|
|
2454
|
-
<line num="423" count="
|
|
2455
|
-
<line num="424" count="
|
|
2456
|
-
<line num="425" count="
|
|
2453
|
+
<line num="422" count="2" type="stmt"/>
|
|
2454
|
+
<line num="423" count="1" type="cond" truecount="3" falsecount="1"/>
|
|
2455
|
+
<line num="424" count="1" type="stmt"/>
|
|
2456
|
+
<line num="425" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
2457
2457
|
<line num="426" count="0" type="stmt"/>
|
|
2458
2458
|
<line num="427" count="0" type="stmt"/>
|
|
2459
2459
|
<line num="428" count="0" type="stmt"/>
|
|
2460
2460
|
<line num="429" count="0" type="stmt"/>
|
|
2461
|
-
<line num="435" count="
|
|
2461
|
+
<line num="435" count="1" type="stmt"/>
|
|
2462
2462
|
<line num="436" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2463
2463
|
<line num="437" count="0" type="stmt"/>
|
|
2464
2464
|
<line num="438" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2465
2465
|
<line num="439" count="0" type="stmt"/>
|
|
2466
2466
|
<line num="441" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2467
2467
|
<line num="442" count="0" type="stmt"/>
|
|
2468
|
-
<line num="447" count="
|
|
2469
|
-
<line num="448" count="
|
|
2470
|
-
<line num="449" count="
|
|
2471
|
-
<line num="450" count="
|
|
2472
|
-
<line num="452" count="
|
|
2473
|
-
<line num="454" count="
|
|
2474
|
-
<line num="455" count="
|
|
2475
|
-
<line num="459" count="
|
|
2476
|
-
<line num="461" count="
|
|
2477
|
-
<line num="463" count="
|
|
2478
|
-
<line num="464" count="
|
|
2479
|
-
<line num="466" count="
|
|
2480
|
-
<line num="467" count="
|
|
2481
|
-
<line num="468" count="
|
|
2482
|
-
<line num="470" count="
|
|
2468
|
+
<line num="447" count="1" type="stmt"/>
|
|
2469
|
+
<line num="448" count="1" type="stmt"/>
|
|
2470
|
+
<line num="449" count="1" type="stmt"/>
|
|
2471
|
+
<line num="450" count="1" type="stmt"/>
|
|
2472
|
+
<line num="452" count="1" type="stmt"/>
|
|
2473
|
+
<line num="454" count="1" type="cond" truecount="3" falsecount="1"/>
|
|
2474
|
+
<line num="455" count="1" type="stmt"/>
|
|
2475
|
+
<line num="459" count="1" type="cond" truecount="0" falsecount="2"/>
|
|
2476
|
+
<line num="461" count="1" type="stmt"/>
|
|
2477
|
+
<line num="463" count="1" type="stmt"/>
|
|
2478
|
+
<line num="464" count="1" type="stmt"/>
|
|
2479
|
+
<line num="466" count="1" type="stmt"/>
|
|
2480
|
+
<line num="467" count="1" type="stmt"/>
|
|
2481
|
+
<line num="468" count="1" type="stmt"/>
|
|
2482
|
+
<line num="470" count="1" type="stmt"/>
|
|
2483
2483
|
</file>
|
|
2484
2484
|
<file name="UiPopperConnector.vue" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/host/components/popper/UiPopperConnector.vue">
|
|
2485
2485
|
<metrics statements="3" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
@@ -2492,57 +2492,57 @@
|
|
|
2492
2492
|
<line num="13" count="0" type="stmt"/>
|
|
2493
2493
|
</file>
|
|
2494
2494
|
<file name="composables.ts" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/host/components/popper/composables.ts">
|
|
2495
|
-
<metrics statements="4" coveredstatements="
|
|
2496
|
-
<line num="5" count="
|
|
2497
|
-
<line num="9" count="
|
|
2498
|
-
<line num="10" count="
|
|
2499
|
-
<line num="12" count="
|
|
2495
|
+
<metrics statements="4" coveredstatements="4" conditionals="2" coveredconditionals="2" methods="3" coveredmethods="2"/>
|
|
2496
|
+
<line num="5" count="3" type="stmt"/>
|
|
2497
|
+
<line num="9" count="3" type="stmt"/>
|
|
2498
|
+
<line num="10" count="1" type="stmt"/>
|
|
2499
|
+
<line num="12" count="1" type="cond" truecount="2" falsecount="0"/>
|
|
2500
2500
|
</file>
|
|
2501
2501
|
<file name="floating.ts" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/host/components/popper/floating.ts">
|
|
2502
|
-
<metrics statements="25" coveredstatements="
|
|
2503
|
-
<line num="20" count="
|
|
2502
|
+
<metrics statements="25" coveredstatements="17" conditionals="34" coveredconditionals="11" methods="2" coveredmethods="1"/>
|
|
2503
|
+
<line num="20" count="3" type="stmt"/>
|
|
2504
2504
|
<line num="26" count="0" type="stmt"/>
|
|
2505
2505
|
<line num="28" count="0" type="stmt"/>
|
|
2506
|
-
<line num="43" count="
|
|
2507
|
-
<line num="49" count="
|
|
2508
|
-
<line num="53" count="
|
|
2509
|
-
<line num="55" count="
|
|
2510
|
-
<line num="56" count="
|
|
2511
|
-
<line num="62" count="
|
|
2512
|
-
<line num="63" count="
|
|
2513
|
-
<line num="66" count="
|
|
2514
|
-
<line num="67" count="
|
|
2515
|
-
<line num="70" count="
|
|
2506
|
+
<line num="43" count="3" type="stmt"/>
|
|
2507
|
+
<line num="49" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
2508
|
+
<line num="53" count="1" type="stmt"/>
|
|
2509
|
+
<line num="55" count="1" type="cond" truecount="2" falsecount="2"/>
|
|
2510
|
+
<line num="56" count="1" type="stmt"/>
|
|
2511
|
+
<line num="62" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
2512
|
+
<line num="63" count="1" type="stmt"/>
|
|
2513
|
+
<line num="66" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
2514
|
+
<line num="67" count="1" type="stmt"/>
|
|
2515
|
+
<line num="70" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
2516
2516
|
<line num="71" count="0" type="stmt"/>
|
|
2517
|
-
<line num="74" count="
|
|
2517
|
+
<line num="74" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
2518
2518
|
<line num="75" count="0" type="stmt"/>
|
|
2519
|
-
<line num="81" count="
|
|
2520
|
-
<line num="91" count="
|
|
2521
|
-
<line num="92" count="
|
|
2522
|
-
<line num="94" count="
|
|
2519
|
+
<line num="81" count="1" type="stmt"/>
|
|
2520
|
+
<line num="91" count="1" type="stmt"/>
|
|
2521
|
+
<line num="92" count="1" type="stmt"/>
|
|
2522
|
+
<line num="94" count="1" type="cond" truecount="2" falsecount="2"/>
|
|
2523
2523
|
<line num="95" count="0" type="stmt"/>
|
|
2524
|
-
<line num="103" count="
|
|
2524
|
+
<line num="103" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
2525
2525
|
<line num="104" count="0" type="stmt"/>
|
|
2526
2526
|
<line num="105" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2527
2527
|
<line num="106" count="0" type="stmt"/>
|
|
2528
2528
|
</file>
|
|
2529
2529
|
<file name="globalEvents.ts" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/host/components/popper/globalEvents.ts">
|
|
2530
|
-
<metrics statements="15" coveredstatements="
|
|
2530
|
+
<metrics statements="15" coveredstatements="13" conditionals="10" coveredconditionals="6" methods="5" coveredmethods="4"/>
|
|
2531
2531
|
<line num="6" count="14" type="stmt"/>
|
|
2532
|
-
<line num="8" count="
|
|
2533
|
-
<line num="14" count="
|
|
2534
|
-
<line num="15" count="
|
|
2535
|
-
<line num="16" count="
|
|
2536
|
-
<line num="20" count="
|
|
2537
|
-
<line num="21" count="
|
|
2538
|
-
<line num="22" count="
|
|
2539
|
-
<line num="23" count="
|
|
2540
|
-
<line num="27" count="
|
|
2541
|
-
<line num="28" count="
|
|
2532
|
+
<line num="8" count="3" type="stmt"/>
|
|
2533
|
+
<line num="14" count="3" type="stmt"/>
|
|
2534
|
+
<line num="15" count="3" type="cond" truecount="1" falsecount="1"/>
|
|
2535
|
+
<line num="16" count="3" type="stmt"/>
|
|
2536
|
+
<line num="20" count="3" type="stmt"/>
|
|
2537
|
+
<line num="21" count="3" type="stmt"/>
|
|
2538
|
+
<line num="22" count="3" type="cond" truecount="1" falsecount="1"/>
|
|
2539
|
+
<line num="23" count="3" type="stmt"/>
|
|
2540
|
+
<line num="27" count="3" type="cond" truecount="3" falsecount="1"/>
|
|
2541
|
+
<line num="28" count="3" type="cond" truecount="1" falsecount="1"/>
|
|
2542
2542
|
<line num="29" count="0" type="stmt"/>
|
|
2543
2543
|
<line num="30" count="0" type="stmt"/>
|
|
2544
|
-
<line num="32" count="
|
|
2545
|
-
<line num="33" count="
|
|
2544
|
+
<line num="32" count="3" type="stmt"/>
|
|
2545
|
+
<line num="33" count="3" type="stmt"/>
|
|
2546
2546
|
</file>
|
|
2547
2547
|
</package>
|
|
2548
2548
|
<package name="packages.v1-components.src.host.components.radio">
|
|
@@ -2603,112 +2603,112 @@
|
|
|
2603
2603
|
</file>
|
|
2604
2604
|
</package>
|
|
2605
2605
|
<package name="packages.v1-components.src.host.components.select">
|
|
2606
|
-
<metrics statements="117" coveredstatements="
|
|
2606
|
+
<metrics statements="117" coveredstatements="90" conditionals="110" coveredconditionals="66" methods="38" coveredmethods="22"/>
|
|
2607
2607
|
<file name="UiSelectPopper.vue" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/host/components/select/UiSelectPopper.vue">
|
|
2608
|
-
<metrics statements="
|
|
2609
|
-
<line num="
|
|
2610
|
-
<line num="
|
|
2611
|
-
<line num="
|
|
2612
|
-
<line num="
|
|
2613
|
-
<line num="
|
|
2614
|
-
<line num="
|
|
2615
|
-
<line num="
|
|
2616
|
-
<line num="
|
|
2617
|
-
<line num="
|
|
2618
|
-
<line num="
|
|
2619
|
-
<line num="
|
|
2620
|
-
<line num="
|
|
2621
|
-
<line num="
|
|
2622
|
-
<line num="
|
|
2623
|
-
<line num="
|
|
2624
|
-
<line num="
|
|
2625
|
-
<line num="
|
|
2626
|
-
<line num="
|
|
2627
|
-
<line num="
|
|
2628
|
-
<line num="
|
|
2629
|
-
<line num="
|
|
2630
|
-
<line num="
|
|
2631
|
-
<line num="125" count="0" type="stmt"/>
|
|
2632
|
-
<line num="127" count="0" type="stmt"/>
|
|
2633
|
-
<line num="128" count="0" type="stmt"/>
|
|
2634
|
-
<line num="154" count="0" type="stmt"/>
|
|
2635
|
-
<line num="155" count="0" type="stmt"/>
|
|
2636
|
-
<line num="156" count="0" type="stmt"/>
|
|
2637
|
-
<line num="157" count="0" type="stmt"/>
|
|
2638
|
-
<line num="158" count="0" type="stmt"/>
|
|
2639
|
-
<line num="162" count="0" type="stmt"/>
|
|
2640
|
-
</file>
|
|
2641
|
-
<file name="UiSelectTrigger.vue" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/host/components/select/UiSelectTrigger.vue">
|
|
2642
|
-
<metrics statements="69" coveredstatements="47" conditionals="84" coveredconditionals="43" methods="22" coveredmethods="12"/>
|
|
2643
|
-
<line num="40" count="0" type="stmt"/>
|
|
2644
|
-
<line num="79" count="2" type="stmt"/>
|
|
2645
|
-
<line num="172" count="2" type="stmt"/>
|
|
2646
|
-
<line num="189" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
2647
|
-
<line num="191" count="2" type="stmt"/>
|
|
2648
|
-
<line num="192" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
2649
|
-
<line num="194" count="2" type="stmt"/>
|
|
2608
|
+
<metrics statements="30" coveredstatements="22" conditionals="26" coveredconditionals="22" methods="16" coveredmethods="9"/>
|
|
2609
|
+
<line num="18" count="1" type="cond" truecount="2" falsecount="0"/>
|
|
2610
|
+
<line num="19" count="0" type="cond" truecount="2" falsecount="0"/>
|
|
2611
|
+
<line num="20" count="1" type="cond" truecount="2" falsecount="0"/>
|
|
2612
|
+
<line num="21" count="0" type="cond" truecount="2" falsecount="0"/>
|
|
2613
|
+
<line num="22" count="1" type="cond" truecount="2" falsecount="0"/>
|
|
2614
|
+
<line num="68" count="1" type="stmt"/>
|
|
2615
|
+
<line num="166" count="1" type="stmt"/>
|
|
2616
|
+
<line num="167" count="1" type="stmt"/>
|
|
2617
|
+
<line num="168" count="1" type="stmt"/>
|
|
2618
|
+
<line num="169" count="1" type="stmt"/>
|
|
2619
|
+
<line num="171" count="1" type="stmt"/>
|
|
2620
|
+
<line num="173" count="1" type="stmt"/>
|
|
2621
|
+
<line num="174" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
2622
|
+
<line num="177" count="2" type="cond" truecount="4" falsecount="0"/>
|
|
2623
|
+
<line num="178" count="1" type="stmt"/>
|
|
2624
|
+
<line num="182" count="1" type="stmt"/>
|
|
2625
|
+
<line num="184" count="1" type="stmt"/>
|
|
2626
|
+
<line num="185" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
2627
|
+
<line num="186" count="0" type="stmt"/>
|
|
2628
|
+
<line num="189" count="2" type="stmt"/>
|
|
2629
|
+
<line num="191" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
2630
|
+
<line num="192" count="0" type="stmt"/>
|
|
2650
2631
|
<line num="195" count="2" type="stmt"/>
|
|
2651
|
-
<line num="
|
|
2652
|
-
<line num="
|
|
2653
|
-
<line num="
|
|
2654
|
-
<line num="200" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
2655
|
-
<line num="201" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2656
|
-
<line num="202" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
2632
|
+
<line num="198" count="1" type="stmt"/>
|
|
2633
|
+
<line num="201" count="0" type="stmt"/>
|
|
2634
|
+
<line num="202" count="0" type="stmt"/>
|
|
2657
2635
|
<line num="203" count="0" type="stmt"/>
|
|
2636
|
+
<line num="204" count="0" type="stmt"/>
|
|
2658
2637
|
<line num="207" count="1" type="stmt"/>
|
|
2659
|
-
<line num="
|
|
2660
|
-
|
|
2661
|
-
|
|
2662
|
-
<
|
|
2663
|
-
<line num="
|
|
2664
|
-
<line num="
|
|
2665
|
-
<line num="
|
|
2666
|
-
<line num="
|
|
2667
|
-
<line num="
|
|
2668
|
-
<line num="
|
|
2669
|
-
<line num="
|
|
2670
|
-
<line num="
|
|
2671
|
-
<line num="
|
|
2672
|
-
<line num="
|
|
2673
|
-
<line num="
|
|
2674
|
-
<line num="
|
|
2675
|
-
<line num="
|
|
2676
|
-
<line num="
|
|
2677
|
-
<line num="
|
|
2678
|
-
<line num="
|
|
2679
|
-
<line num="
|
|
2680
|
-
<line num="
|
|
2681
|
-
<line num="
|
|
2682
|
-
<line num="
|
|
2683
|
-
<line num="
|
|
2638
|
+
<line num="209" count="1" type="stmt"/>
|
|
2639
|
+
</file>
|
|
2640
|
+
<file name="UiSelectTrigger.vue" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/host/components/select/UiSelectTrigger.vue">
|
|
2641
|
+
<metrics statements="70" coveredstatements="51" conditionals="84" coveredconditionals="44" methods="22" coveredmethods="13"/>
|
|
2642
|
+
<line num="40" count="0" type="stmt"/>
|
|
2643
|
+
<line num="80" count="3" type="stmt"/>
|
|
2644
|
+
<line num="173" count="3" type="stmt"/>
|
|
2645
|
+
<line num="190" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
2646
|
+
<line num="192" count="3" type="stmt"/>
|
|
2647
|
+
<line num="193" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
2648
|
+
<line num="195" count="3" type="stmt"/>
|
|
2649
|
+
<line num="196" count="3" type="stmt"/>
|
|
2650
|
+
<line num="198" count="3" type="stmt"/>
|
|
2651
|
+
<line num="199" count="3" type="stmt"/>
|
|
2652
|
+
<line num="200" count="2" type="cond" truecount="2" falsecount="2"/>
|
|
2653
|
+
<line num="201" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
2654
|
+
<line num="202" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2655
|
+
<line num="203" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
2656
|
+
<line num="204" count="0" type="stmt"/>
|
|
2657
|
+
<line num="208" count="2" type="stmt"/>
|
|
2658
|
+
<line num="211" count="3" type="stmt"/>
|
|
2659
|
+
<line num="213" count="5" type="stmt"/>
|
|
2660
|
+
<line num="224" count="3" type="stmt"/>
|
|
2661
|
+
<line num="225" count="3" type="cond" truecount="2" falsecount="2"/>
|
|
2662
|
+
<line num="226" count="0" type="stmt"/>
|
|
2663
|
+
<line num="227" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2664
|
+
<line num="232" count="3" type="stmt"/>
|
|
2665
|
+
<line num="233" count="4" type="cond" truecount="4" falsecount="0"/>
|
|
2666
|
+
<line num="234" count="2" type="cond" truecount="2" falsecount="2"/>
|
|
2667
|
+
<line num="235" count="0" type="stmt"/>
|
|
2668
|
+
<line num="237" count="2" type="stmt"/>
|
|
2669
|
+
<line num="240" count="2" type="stmt"/>
|
|
2670
|
+
<line num="243" count="3" type="stmt"/>
|
|
2671
|
+
<line num="244" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
2672
|
+
<line num="246" count="2" type="stmt"/>
|
|
2673
|
+
<line num="249" count="3" type="stmt"/>
|
|
2674
|
+
<line num="250" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
2675
|
+
<line num="252" count="2" type="stmt"/>
|
|
2676
|
+
<line num="255" count="3" type="stmt"/>
|
|
2677
|
+
<line num="256" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
2678
|
+
<line num="258" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2679
|
+
<line num="261" count="3" type="stmt"/>
|
|
2680
|
+
<line num="262" count="2" type="cond" truecount="3" falsecount="1"/>
|
|
2681
|
+
<line num="264" count="2" type="cond" truecount="4" falsecount="0"/>
|
|
2684
2682
|
<line num="265" count="1" type="stmt"/>
|
|
2685
|
-
<line num="
|
|
2686
|
-
<line num="269" count="
|
|
2683
|
+
<line num="266" count="1" type="stmt"/>
|
|
2684
|
+
<line num="269" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
2687
2685
|
<line num="270" count="1" type="stmt"/>
|
|
2688
|
-
<line num="
|
|
2689
|
-
<line num="274" count="
|
|
2690
|
-
<line num="
|
|
2691
|
-
<line num="277" count="0" type="
|
|
2692
|
-
<line num="
|
|
2693
|
-
<line num="282" count="
|
|
2686
|
+
<line num="271" count="1" type="stmt"/>
|
|
2687
|
+
<line num="274" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
2688
|
+
<line num="275" count="0" type="stmt"/>
|
|
2689
|
+
<line num="277" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2690
|
+
<line num="278" count="0" type="stmt"/>
|
|
2691
|
+
<line num="282" count="2" type="cond" truecount="2" falsecount="2"/>
|
|
2694
2692
|
<line num="283" count="0" type="stmt"/>
|
|
2695
|
-
<line num="
|
|
2696
|
-
<line num="
|
|
2697
|
-
<line num="290" count="
|
|
2698
|
-
<line num="291" count="0" type="
|
|
2699
|
-
<line num="
|
|
2700
|
-
<line num="294" count="
|
|
2701
|
-
<line num="
|
|
2702
|
-
<line num="297" count="
|
|
2703
|
-
<line num="298" count="
|
|
2704
|
-
<line num="299" count="
|
|
2705
|
-
<line num="
|
|
2706
|
-
<line num="303" count="
|
|
2707
|
-
<line num="
|
|
2708
|
-
<line num="
|
|
2709
|
-
<line num="
|
|
2710
|
-
<line num="
|
|
2711
|
-
<line num="
|
|
2693
|
+
<line num="284" count="0" type="stmt"/>
|
|
2694
|
+
<line num="287" count="2" type="stmt"/>
|
|
2695
|
+
<line num="290" count="3" type="stmt"/>
|
|
2696
|
+
<line num="291" count="0" type="stmt"/>
|
|
2697
|
+
<line num="292" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2698
|
+
<line num="294" count="3" type="stmt"/>
|
|
2699
|
+
<line num="295" count="3" type="stmt"/>
|
|
2700
|
+
<line num="297" count="3" type="stmt"/>
|
|
2701
|
+
<line num="298" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
2702
|
+
<line num="299" count="1" type="stmt"/>
|
|
2703
|
+
<line num="300" count="1" type="stmt"/>
|
|
2704
|
+
<line num="303" count="3" type="stmt"/>
|
|
2705
|
+
<line num="314" count="3" type="stmt"/>
|
|
2706
|
+
<line num="315" count="0" type="stmt"/>
|
|
2707
|
+
<line num="317" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
2708
|
+
<line num="318" count="0" type="stmt"/>
|
|
2709
|
+
<line num="322" count="3" type="stmt"/>
|
|
2710
|
+
<line num="323" count="3" type="cond" truecount="1" falsecount="1"/>
|
|
2711
|
+
<line num="325" count="3" type="stmt"/>
|
|
2712
2712
|
</file>
|
|
2713
2713
|
<file name="injection.ts" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/host/components/select/injection.ts">
|
|
2714
2714
|
<metrics statements="17" coveredstatements="17" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
@@ -2858,22 +2858,22 @@
|
|
|
2858
2858
|
<metrics statements="189" coveredstatements="136" conditionals="198" coveredconditionals="118" methods="36" coveredmethods="25"/>
|
|
2859
2859
|
<line num="22" count="0" type="stmt"/>
|
|
2860
2860
|
<line num="117" count="0" type="stmt"/>
|
|
2861
|
-
<line num="154" count="
|
|
2862
|
-
<line num="155" count="
|
|
2863
|
-
<line num="156" count="
|
|
2864
|
-
<line num="159" count="
|
|
2865
|
-
<line num="338" count="
|
|
2866
|
-
<line num="359" count="
|
|
2867
|
-
<line num="360" count="
|
|
2868
|
-
<line num="362" count="
|
|
2869
|
-
<line num="363" count="
|
|
2861
|
+
<line num="154" count="41" type="stmt"/>
|
|
2862
|
+
<line num="155" count="41" type="stmt"/>
|
|
2863
|
+
<line num="156" count="41" type="cond" truecount="2" falsecount="0"/>
|
|
2864
|
+
<line num="159" count="41" type="stmt"/>
|
|
2865
|
+
<line num="338" count="41" type="stmt"/>
|
|
2866
|
+
<line num="359" count="41" type="stmt"/>
|
|
2867
|
+
<line num="360" count="41" type="cond" truecount="2" falsecount="0"/>
|
|
2868
|
+
<line num="362" count="41" type="stmt"/>
|
|
2869
|
+
<line num="363" count="41" type="cond" truecount="4" falsecount="0"/>
|
|
2870
2870
|
<line num="365" count="1" type="stmt"/>
|
|
2871
2871
|
<line num="367" count="1" type="cond" truecount="3" falsecount="1"/>
|
|
2872
|
-
<line num="370" count="
|
|
2873
|
-
<line num="371" count="
|
|
2874
|
-
<line num="372" count="
|
|
2875
|
-
<line num="374" count="
|
|
2876
|
-
<line num="375" count="
|
|
2872
|
+
<line num="370" count="41" type="stmt"/>
|
|
2873
|
+
<line num="371" count="41" type="stmt"/>
|
|
2874
|
+
<line num="372" count="41" type="stmt"/>
|
|
2875
|
+
<line num="374" count="41" type="cond" truecount="4" falsecount="0"/>
|
|
2876
|
+
<line num="375" count="39" type="stmt"/>
|
|
2877
2877
|
<line num="378" count="2" type="stmt"/>
|
|
2878
2878
|
<line num="379" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
2879
2879
|
<line num="380" count="1" type="cond" truecount="3" falsecount="1"/>
|
|
@@ -2884,19 +2884,19 @@
|
|
|
2884
2884
|
<line num="390" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2885
2885
|
<line num="392" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2886
2886
|
<line num="394" count="0" type="stmt"/>
|
|
2887
|
-
<line num="398" count="
|
|
2888
|
-
<line num="399" count="
|
|
2889
|
-
<line num="401" count="
|
|
2890
|
-
<line num="403" count="
|
|
2891
|
-
<line num="404" count="
|
|
2892
|
-
<line num="406" count="
|
|
2893
|
-
<line num="407" count="
|
|
2894
|
-
<line num="409" count="
|
|
2887
|
+
<line num="398" count="41" type="stmt"/>
|
|
2888
|
+
<line num="399" count="41" type="cond" truecount="0" falsecount="2"/>
|
|
2889
|
+
<line num="401" count="41" type="stmt"/>
|
|
2890
|
+
<line num="403" count="41" type="stmt"/>
|
|
2891
|
+
<line num="404" count="51" type="cond" truecount="1" falsecount="1"/>
|
|
2892
|
+
<line num="406" count="51" type="stmt"/>
|
|
2893
|
+
<line num="407" count="51" type="stmt"/>
|
|
2894
|
+
<line num="409" count="51" type="cond" truecount="4" falsecount="1"/>
|
|
2895
2895
|
<line num="410" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2896
2896
|
<line num="413" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2897
2897
|
<line num="415" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2898
|
-
<line num="418" count="
|
|
2899
|
-
<line num="421" count="
|
|
2898
|
+
<line num="418" count="51" type="stmt"/>
|
|
2899
|
+
<line num="421" count="41" type="stmt"/>
|
|
2900
2900
|
<line num="422" count="2" type="stmt"/>
|
|
2901
2901
|
<line num="423" count="2" type="cond" truecount="3" falsecount="1"/>
|
|
2902
2902
|
<line num="425" count="2" type="stmt"/>
|
|
@@ -2906,12 +2906,12 @@
|
|
|
2906
2906
|
<line num="430" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
2907
2907
|
<line num="434" count="2" type="cond" truecount="5" falsecount="1"/>
|
|
2908
2908
|
<line num="435" count="2" type="stmt"/>
|
|
2909
|
-
<line num="442" count="
|
|
2909
|
+
<line num="442" count="41" type="stmt"/>
|
|
2910
2910
|
<line num="443" count="4" type="stmt"/>
|
|
2911
2911
|
<line num="444" count="4" type="stmt"/>
|
|
2912
|
-
<line num="447" count="
|
|
2912
|
+
<line num="447" count="41" type="stmt"/>
|
|
2913
2913
|
<line num="448" count="8" type="cond" truecount="2" falsecount="0"/>
|
|
2914
|
-
<line num="455" count="
|
|
2914
|
+
<line num="455" count="41" type="stmt"/>
|
|
2915
2915
|
<line num="456" count="8" type="stmt"/>
|
|
2916
2916
|
<line num="457" count="8" type="stmt"/>
|
|
2917
2917
|
<line num="459" count="8" type="cond" truecount="2" falsecount="0"/>
|
|
@@ -2919,20 +2919,20 @@
|
|
|
2919
2919
|
<line num="461" count="8" type="stmt"/>
|
|
2920
2920
|
<line num="464" count="8" type="stmt"/>
|
|
2921
2921
|
<line num="465" count="8" type="stmt"/>
|
|
2922
|
-
<line num="468" count="
|
|
2922
|
+
<line num="468" count="41" type="stmt"/>
|
|
2923
2923
|
<line num="469" count="0" type="stmt"/>
|
|
2924
2924
|
<line num="471" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2925
2925
|
<line num="472" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2926
2926
|
<line num="474" count="0" type="stmt"/>
|
|
2927
2927
|
<line num="476" count="0" type="stmt"/>
|
|
2928
|
-
<line num="479" count="
|
|
2928
|
+
<line num="479" count="41" type="stmt"/>
|
|
2929
2929
|
<line num="480" count="0" type="stmt"/>
|
|
2930
2930
|
<line num="482" count="0" type="stmt"/>
|
|
2931
2931
|
<line num="483" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2932
2932
|
<line num="484" count="0" type="stmt"/>
|
|
2933
2933
|
<line num="487" count="0" type="stmt"/>
|
|
2934
2934
|
<line num="488" count="0" type="stmt"/>
|
|
2935
|
-
<line num="491" count="
|
|
2935
|
+
<line num="491" count="41" type="stmt"/>
|
|
2936
2936
|
<line num="492" count="13" type="cond" truecount="1" falsecount="1"/>
|
|
2937
2937
|
<line num="494" count="13" type="stmt"/>
|
|
2938
2938
|
<line num="496" count="13" type="stmt"/>
|
|
@@ -2951,10 +2951,10 @@
|
|
|
2951
2951
|
<line num="528" count="11" type="stmt"/>
|
|
2952
2952
|
<line num="530" count="11" type="cond" truecount="2" falsecount="0"/>
|
|
2953
2953
|
<line num="531" count="2" type="stmt"/>
|
|
2954
|
-
<line num="535" count="
|
|
2955
|
-
<line num="536" count="
|
|
2956
|
-
<line num="537" count="
|
|
2957
|
-
<line num="539" count="
|
|
2954
|
+
<line num="535" count="41" type="stmt"/>
|
|
2955
|
+
<line num="536" count="41" type="stmt"/>
|
|
2956
|
+
<line num="537" count="41" type="stmt"/>
|
|
2957
|
+
<line num="539" count="41" type="stmt"/>
|
|
2958
2958
|
<line num="540" count="1" type="stmt"/>
|
|
2959
2959
|
<line num="542" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
2960
2960
|
<line num="543" count="0" type="stmt"/>
|
|
@@ -2965,7 +2965,7 @@
|
|
|
2965
2965
|
<line num="551" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2966
2966
|
<line num="553" count="0" type="stmt"/>
|
|
2967
2967
|
<line num="556" count="1" type="stmt"/>
|
|
2968
|
-
<line num="559" count="
|
|
2968
|
+
<line num="559" count="41" type="stmt"/>
|
|
2969
2969
|
<line num="560" count="1" type="stmt"/>
|
|
2970
2970
|
<line num="561" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
2971
2971
|
<line num="562" count="0" type="stmt"/>
|
|
@@ -2974,13 +2974,13 @@
|
|
|
2974
2974
|
<line num="567" count="0" type="stmt"/>
|
|
2975
2975
|
<line num="569" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2976
2976
|
<line num="574" count="1" type="stmt"/>
|
|
2977
|
-
<line num="577" count="
|
|
2978
|
-
<line num="578" count="
|
|
2979
|
-
<line num="579" count="
|
|
2980
|
-
<line num="581" count="
|
|
2981
|
-
<line num="582" count="
|
|
2982
|
-
<line num="583" count="
|
|
2983
|
-
<line num="585" count="
|
|
2977
|
+
<line num="577" count="41" type="stmt"/>
|
|
2978
|
+
<line num="578" count="100" type="stmt"/>
|
|
2979
|
+
<line num="579" count="100" type="cond" truecount="2" falsecount="0"/>
|
|
2980
|
+
<line num="581" count="59" type="cond" truecount="2" falsecount="0"/>
|
|
2981
|
+
<line num="582" count="58" type="stmt"/>
|
|
2982
|
+
<line num="583" count="58" type="stmt"/>
|
|
2983
|
+
<line num="585" count="58" type="stmt"/>
|
|
2984
2984
|
<line num="588" count="1" type="stmt"/>
|
|
2985
2985
|
<line num="589" count="1" type="stmt"/>
|
|
2986
2986
|
<line num="590" count="1" type="stmt"/>
|
|
@@ -3003,22 +3003,22 @@
|
|
|
3003
3003
|
<line num="622" count="0" type="stmt"/>
|
|
3004
3004
|
<line num="627" count="1" type="stmt"/>
|
|
3005
3005
|
<line num="628" count="1" type="stmt"/>
|
|
3006
|
-
<line num="631" count="
|
|
3007
|
-
<line num="632" count="
|
|
3008
|
-
<line num="633" count="
|
|
3009
|
-
<line num="634" count="
|
|
3010
|
-
<line num="636" count="
|
|
3011
|
-
<line num="638" count="
|
|
3006
|
+
<line num="631" count="41" type="cond" truecount="1" falsecount="1"/>
|
|
3007
|
+
<line num="632" count="41" type="cond" truecount="0" falsecount="2"/>
|
|
3008
|
+
<line num="633" count="41" type="stmt"/>
|
|
3009
|
+
<line num="634" count="41" type="stmt"/>
|
|
3010
|
+
<line num="636" count="41" type="stmt"/>
|
|
3011
|
+
<line num="638" count="41" type="stmt"/>
|
|
3012
3012
|
<line num="639" count="11" type="stmt"/>
|
|
3013
3013
|
<line num="640" count="11" type="stmt"/>
|
|
3014
3014
|
<line num="642" count="11" type="cond" truecount="4" falsecount="2"/>
|
|
3015
3015
|
<line num="643" count="0" type="stmt"/>
|
|
3016
3016
|
<line num="645" count="0" type="stmt"/>
|
|
3017
3017
|
<line num="647" count="0" type="stmt"/>
|
|
3018
|
-
<line num="651" count="
|
|
3018
|
+
<line num="651" count="41" type="stmt"/>
|
|
3019
3019
|
<line num="652" count="1" type="stmt"/>
|
|
3020
3020
|
<line num="653" count="1" type="stmt"/>
|
|
3021
|
-
<line num="656" count="
|
|
3021
|
+
<line num="656" count="41" type="stmt"/>
|
|
3022
3022
|
<line num="657" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3023
3023
|
<line num="659" count="0" type="stmt"/>
|
|
3024
3024
|
<line num="660" count="0" type="stmt"/>
|
|
@@ -3029,21 +3029,21 @@
|
|
|
3029
3029
|
<line num="668" count="0" type="stmt"/>
|
|
3030
3030
|
<line num="669" count="0" type="stmt"/>
|
|
3031
3031
|
<line num="670" count="0" type="stmt"/>
|
|
3032
|
-
<line num="673" count="
|
|
3032
|
+
<line num="673" count="41" type="stmt"/>
|
|
3033
3033
|
<line num="683" count="0" type="stmt"/>
|
|
3034
|
-
<line num="692" count="
|
|
3035
|
-
<line num="693" count="
|
|
3034
|
+
<line num="692" count="41" type="stmt"/>
|
|
3035
|
+
<line num="693" count="41" type="cond" truecount="2" falsecount="2"/>
|
|
3036
3036
|
<line num="694" count="0" type="stmt"/>
|
|
3037
|
-
<line num="697" count="
|
|
3038
|
-
<line num="700" count="
|
|
3039
|
-
<line num="701" count="
|
|
3040
|
-
<line num="703" count="
|
|
3037
|
+
<line num="697" count="41" type="stmt"/>
|
|
3038
|
+
<line num="700" count="51" type="stmt"/>
|
|
3039
|
+
<line num="701" count="51" type="stmt"/>
|
|
3040
|
+
<line num="703" count="51" type="cond" truecount="5" falsecount="0"/>
|
|
3041
3041
|
<line num="705" count="1" type="stmt"/>
|
|
3042
3042
|
<line num="706" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
3043
3043
|
<line num="707" count="1" type="stmt"/>
|
|
3044
|
-
<line num="711" count="
|
|
3044
|
+
<line num="711" count="41" type="stmt"/>
|
|
3045
3045
|
<line num="712" count="0" type="stmt"/>
|
|
3046
|
-
<line num="715" count="
|
|
3046
|
+
<line num="715" count="41" type="stmt"/>
|
|
3047
3047
|
<line num="716" count="0" type="stmt"/>
|
|
3048
3048
|
</file>
|
|
3049
3049
|
</package>
|
|
@@ -3398,14 +3398,14 @@
|
|
|
3398
3398
|
<file name="index.ts" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/host/i18n/index.ts">
|
|
3399
3399
|
<metrics statements="61" coveredstatements="43" conditionals="45" coveredconditionals="30" methods="20" coveredmethods="13"/>
|
|
3400
3400
|
<line num="26" count="8" type="stmt"/>
|
|
3401
|
-
<line num="27" count="
|
|
3402
|
-
<line num="28" count="
|
|
3403
|
-
<line num="30" count="
|
|
3404
|
-
<line num="31" count="
|
|
3405
|
-
<line num="32" count="
|
|
3406
|
-
<line num="35" count="
|
|
3401
|
+
<line num="27" count="699" type="stmt"/>
|
|
3402
|
+
<line num="28" count="699" type="stmt"/>
|
|
3403
|
+
<line num="30" count="699" type="stmt"/>
|
|
3404
|
+
<line num="31" count="1014" type="cond" truecount="4" falsecount="0"/>
|
|
3405
|
+
<line num="32" count="686" type="stmt"/>
|
|
3406
|
+
<line num="35" count="328" type="cond" truecount="2" falsecount="0"/>
|
|
3407
3407
|
<line num="36" count="13" type="stmt"/>
|
|
3408
|
-
<line num="39" count="
|
|
3408
|
+
<line num="39" count="315" type="stmt"/>
|
|
3409
3409
|
<line num="42" count="0" type="stmt"/>
|
|
3410
3410
|
<line num="45" count="8" type="stmt"/>
|
|
3411
3411
|
<line num="46" count="30" type="stmt"/>
|
|
@@ -3413,17 +3413,17 @@
|
|
|
3413
3413
|
<line num="48" count="32" type="stmt"/>
|
|
3414
3414
|
<line num="50" count="32" type="stmt"/>
|
|
3415
3415
|
<line num="54" count="8" type="stmt"/>
|
|
3416
|
-
<line num="59" count="
|
|
3417
|
-
<line num="60" count="
|
|
3416
|
+
<line num="59" count="699" type="stmt"/>
|
|
3417
|
+
<line num="60" count="699" type="cond" truecount="4" falsecount="0"/>
|
|
3418
3418
|
<line num="61" count="30" type="stmt"/>
|
|
3419
|
-
<line num="64" count="
|
|
3419
|
+
<line num="64" count="669" type="stmt"/>
|
|
3420
3420
|
<line num="67" count="8" type="stmt"/>
|
|
3421
3421
|
<line num="68" count="0" type="stmt"/>
|
|
3422
3422
|
<line num="71" count="8" type="stmt"/>
|
|
3423
|
-
<line num="77" count="
|
|
3424
|
-
<line num="78" count="
|
|
3425
|
-
<line num="79" count="
|
|
3426
|
-
<line num="80" count="
|
|
3423
|
+
<line num="77" count="699" type="stmt"/>
|
|
3424
|
+
<line num="78" count="699" type="cond" truecount="1" falsecount="1"/>
|
|
3425
|
+
<line num="79" count="699" type="cond" truecount="2" falsecount="0"/>
|
|
3426
|
+
<line num="80" count="699" type="cond" truecount="1" falsecount="1"/>
|
|
3427
3427
|
<line num="85" count="0" type="stmt"/>
|
|
3428
3428
|
<line num="94" count="8" type="stmt"/>
|
|
3429
3429
|
<line num="95" count="0" type="stmt"/>
|
|
@@ -3433,9 +3433,9 @@
|
|
|
3433
3433
|
<line num="117" count="13" type="cond" truecount="2" falsecount="0"/>
|
|
3434
3434
|
<line num="118" count="13" type="stmt"/>
|
|
3435
3435
|
<line num="124" count="13" type="stmt"/>
|
|
3436
|
-
<line num="132" count="
|
|
3437
|
-
<line num="133" count="
|
|
3438
|
-
<line num="135" count="
|
|
3436
|
+
<line num="132" count="686" type="stmt"/>
|
|
3437
|
+
<line num="133" count="699" type="stmt"/>
|
|
3438
|
+
<line num="135" count="686" type="cond" truecount="2" falsecount="1"/>
|
|
3439
3439
|
<line num="137" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3440
3440
|
<line num="138" count="0" type="stmt"/>
|
|
3441
3441
|
<line num="141" count="0" type="stmt"/>
|
|
@@ -3448,16 +3448,16 @@
|
|
|
3448
3448
|
<line num="172" count="0" type="stmt"/>
|
|
3449
3449
|
<line num="179" count="0" type="stmt"/>
|
|
3450
3450
|
<line num="202" count="8" type="stmt"/>
|
|
3451
|
-
<line num="205" count="
|
|
3452
|
-
<line num="207" count="
|
|
3451
|
+
<line num="205" count="75" type="stmt"/>
|
|
3452
|
+
<line num="207" count="686" type="stmt"/>
|
|
3453
3453
|
<line num="215" count="0" type="stmt"/>
|
|
3454
3454
|
<line num="219" count="0" type="stmt"/>
|
|
3455
3455
|
<line num="223" count="8" type="stmt"/>
|
|
3456
3456
|
<line num="225" count="8" type="stmt"/>
|
|
3457
3457
|
<line num="229" count="13" type="stmt"/>
|
|
3458
|
-
<line num="234" count="
|
|
3458
|
+
<line num="234" count="75" type="cond" truecount="2" falsecount="1"/>
|
|
3459
3459
|
<line num="238" count="13" type="stmt"/>
|
|
3460
|
-
<line num="243" count="
|
|
3460
|
+
<line num="243" count="75" type="stmt"/>
|
|
3461
3461
|
</file>
|
|
3462
3462
|
<file name="plugin.ts" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/host/i18n/plugin.ts">
|
|
3463
3463
|
<metrics statements="5" coveredstatements="5" conditionals="3" coveredconditionals="1" methods="4" coveredmethods="4"/>
|
|
@@ -3693,163 +3693,176 @@
|
|
|
3693
3693
|
</file>
|
|
3694
3694
|
</package>
|
|
3695
3695
|
<package name="packages.v1-components.src.remote.components.select">
|
|
3696
|
-
<metrics statements="
|
|
3696
|
+
<metrics statements="265" coveredstatements="136" conditionals="157" coveredconditionals="69" methods="108" coveredmethods="44"/>
|
|
3697
3697
|
<file name="UiSelect.vue" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/remote/components/select/UiSelect.vue">
|
|
3698
|
-
<metrics statements="
|
|
3698
|
+
<metrics statements="167" coveredstatements="95" conditionals="109" coveredconditionals="53" methods="51" coveredmethods="32"/>
|
|
3699
3699
|
<line num="22" count="0" type="cond" truecount="2" falsecount="0"/>
|
|
3700
3700
|
<line num="23" count="0" type="cond" truecount="2" falsecount="0"/>
|
|
3701
|
-
<line num="
|
|
3702
|
-
<line num="
|
|
3703
|
-
<line num="
|
|
3704
|
-
<line num="
|
|
3705
|
-
<line num="
|
|
3706
|
-
<line num="
|
|
3707
|
-
<line num="
|
|
3708
|
-
<line num="245" count="2" type="stmt"/>
|
|
3709
|
-
<line num="247" count="2" type="stmt"/>
|
|
3701
|
+
<line num="45" count="0" type="cond" truecount="2" falsecount="3"/>
|
|
3702
|
+
<line num="49" count="6" type="stmt"/>
|
|
3703
|
+
<line num="107" count="2" type="stmt"/>
|
|
3704
|
+
<line num="238" count="2" type="stmt"/>
|
|
3705
|
+
<line num="244" count="2" type="stmt"/>
|
|
3706
|
+
<line num="245" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
3707
|
+
<line num="247" count="2" type="cond" truecount="0" falsecount="2"/>
|
|
3710
3708
|
<line num="248" count="2" type="stmt"/>
|
|
3711
3709
|
<line num="250" count="2" type="stmt"/>
|
|
3712
|
-
<line num="251" count="
|
|
3713
|
-
<line num="
|
|
3714
|
-
<line num="254" count="
|
|
3715
|
-
<line num="255" count="
|
|
3716
|
-
<line num="
|
|
3717
|
-
<line num="
|
|
3718
|
-
<line num="
|
|
3719
|
-
<line num="
|
|
3720
|
-
<line num="
|
|
3721
|
-
<line num="
|
|
3722
|
-
<line num="
|
|
3723
|
-
<line num="
|
|
3724
|
-
<line num="274" count="
|
|
3725
|
-
<line num="275" count="
|
|
3726
|
-
<line num="
|
|
3727
|
-
<line num="
|
|
3728
|
-
<line num="
|
|
3729
|
-
<line num="
|
|
3730
|
-
<line num="
|
|
3731
|
-
<line num="285" count="0" type="stmt"/>
|
|
3710
|
+
<line num="251" count="2" type="stmt"/>
|
|
3711
|
+
<line num="252" count="2" type="stmt"/>
|
|
3712
|
+
<line num="254" count="2" type="stmt"/>
|
|
3713
|
+
<line num="255" count="4" type="stmt"/>
|
|
3714
|
+
<line num="257" count="4" type="stmt"/>
|
|
3715
|
+
<line num="258" count="4" type="stmt"/>
|
|
3716
|
+
<line num="259" count="3" type="stmt"/>
|
|
3717
|
+
<line num="260" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
3718
|
+
<line num="261" count="2" type="stmt"/>
|
|
3719
|
+
<line num="265" count="4" type="stmt"/>
|
|
3720
|
+
<line num="268" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
3721
|
+
<line num="272" count="14" type="stmt"/>
|
|
3722
|
+
<line num="274" count="2" type="stmt"/>
|
|
3723
|
+
<line num="275" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
3724
|
+
<line num="277" count="2" type="stmt"/>
|
|
3725
|
+
<line num="278" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
3726
|
+
<line num="279" count="0" type="stmt"/>
|
|
3727
|
+
<line num="282" count="4" type="stmt"/>
|
|
3728
|
+
<line num="285" count="2" type="stmt"/>
|
|
3732
3729
|
<line num="286" count="0" type="stmt"/>
|
|
3733
|
-
<line num="
|
|
3734
|
-
<line num="
|
|
3735
|
-
<line num="
|
|
3736
|
-
<line num="
|
|
3737
|
-
<line num="
|
|
3738
|
-
<line num="
|
|
3739
|
-
<line num="
|
|
3740
|
-
<line num="
|
|
3741
|
-
<line num="
|
|
3742
|
-
<line num="
|
|
3730
|
+
<line num="287" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3731
|
+
<line num="288" count="0" type="stmt"/>
|
|
3732
|
+
<line num="289" count="0" type="stmt"/>
|
|
3733
|
+
<line num="290" count="0" type="stmt"/>
|
|
3734
|
+
<line num="294" count="2" type="stmt"/>
|
|
3735
|
+
<line num="295" count="4" type="stmt"/>
|
|
3736
|
+
<line num="297" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
3737
|
+
<line num="298" count="4" type="stmt"/>
|
|
3738
|
+
<line num="302" count="2" type="stmt"/>
|
|
3739
|
+
<line num="303" count="8" type="cond" truecount="1" falsecount="1"/>
|
|
3740
|
+
<line num="308" count="2" type="stmt"/>
|
|
3743
3741
|
<line num="309" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3744
3742
|
<line num="310" count="0" type="stmt"/>
|
|
3745
|
-
<line num="
|
|
3746
|
-
<line num="
|
|
3747
|
-
<line num="
|
|
3748
|
-
<line num="
|
|
3749
|
-
<line num="
|
|
3750
|
-
<line num="
|
|
3751
|
-
<line num="
|
|
3752
|
-
<line num="
|
|
3753
|
-
<line num="
|
|
3754
|
-
<line num="
|
|
3755
|
-
<line num="
|
|
3743
|
+
<line num="311" count="0" type="stmt"/>
|
|
3744
|
+
<line num="313" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3745
|
+
<line num="314" count="0" type="stmt"/>
|
|
3746
|
+
<line num="316" count="0" type="stmt"/>
|
|
3747
|
+
<line num="319" count="0" type="stmt"/>
|
|
3748
|
+
<line num="321" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3749
|
+
<line num="322" count="0" type="stmt"/>
|
|
3750
|
+
<line num="325" count="0" type="stmt"/>
|
|
3751
|
+
<line num="327" count="0" type="stmt"/>
|
|
3752
|
+
<line num="331" count="2" type="stmt"/>
|
|
3753
|
+
<line num="332" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
3756
3754
|
<line num="333" count="2" type="stmt"/>
|
|
3757
|
-
<line num="334" count="
|
|
3758
|
-
<line num="
|
|
3759
|
-
<line num="
|
|
3760
|
-
<line num="
|
|
3761
|
-
<line num="
|
|
3762
|
-
<line num="
|
|
3763
|
-
<line num="
|
|
3764
|
-
<line num="
|
|
3765
|
-
<line num="
|
|
3766
|
-
<line num="
|
|
3767
|
-
<line num="
|
|
3768
|
-
<line num="
|
|
3769
|
-
<line num="
|
|
3770
|
-
<line num="
|
|
3771
|
-
<line num="
|
|
3772
|
-
<line num="
|
|
3773
|
-
<line num="
|
|
3774
|
-
<line num="
|
|
3775
|
-
<line num="
|
|
3776
|
-
<line num="
|
|
3755
|
+
<line num="334" count="2" type="stmt"/>
|
|
3756
|
+
<line num="335" count="6" type="stmt"/>
|
|
3757
|
+
<line num="337" count="2" type="stmt"/>
|
|
3758
|
+
<line num="338" count="0" type="stmt"/>
|
|
3759
|
+
<line num="341" count="2" type="cond" truecount="0" falsecount="1"/>
|
|
3760
|
+
<line num="342" count="4" type="stmt"/>
|
|
3761
|
+
<line num="343" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
3762
|
+
<line num="344" count="0" type="stmt"/>
|
|
3763
|
+
<line num="345" count="0" type="stmt"/>
|
|
3764
|
+
<line num="348" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
3765
|
+
<line num="349" count="2" type="stmt"/>
|
|
3766
|
+
<line num="350" count="2" type="stmt"/>
|
|
3767
|
+
<line num="353" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
3768
|
+
<line num="354" count="0" type="stmt"/>
|
|
3769
|
+
<line num="355" count="0" type="stmt"/>
|
|
3770
|
+
<line num="358" count="2" type="stmt"/>
|
|
3771
|
+
<line num="359" count="3" type="cond" truecount="1" falsecount="1"/>
|
|
3772
|
+
<line num="364" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
3773
|
+
<line num="367" count="2" type="stmt"/>
|
|
3774
|
+
<line num="368" count="0" type="stmt"/>
|
|
3775
|
+
<line num="369" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3777
3776
|
<line num="370" count="0" type="stmt"/>
|
|
3778
|
-
<line num="371" count="0" type="
|
|
3779
|
-
<line num="
|
|
3780
|
-
<line num="
|
|
3781
|
-
<line num="379" count="
|
|
3782
|
-
<line num="
|
|
3783
|
-
<line num="
|
|
3777
|
+
<line num="371" count="0" type="stmt"/>
|
|
3778
|
+
<line num="374" count="0" type="stmt"/>
|
|
3779
|
+
<line num="375" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3780
|
+
<line num="379" count="0" type="stmt"/>
|
|
3781
|
+
<line num="382" count="2" type="stmt"/>
|
|
3782
|
+
<line num="383" count="2" type="stmt"/>
|
|
3784
3783
|
<line num="384" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
3785
3784
|
<line num="385" count="0" type="stmt"/>
|
|
3786
|
-
<line num="
|
|
3787
|
-
<line num="388" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3785
|
+
<line num="388" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
3788
3786
|
<line num="389" count="0" type="stmt"/>
|
|
3789
|
-
<line num="
|
|
3790
|
-
<line num="
|
|
3791
|
-
<line num="
|
|
3792
|
-
<line num="
|
|
3787
|
+
<line num="390" count="0" type="stmt"/>
|
|
3788
|
+
<line num="392" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3789
|
+
<line num="393" count="0" type="stmt"/>
|
|
3790
|
+
<line num="395" count="0" type="stmt"/>
|
|
3791
|
+
<line num="398" count="0" type="stmt"/>
|
|
3792
|
+
<line num="400" count="2" type="stmt"/>
|
|
3793
3793
|
<line num="401" count="2" type="stmt"/>
|
|
3794
|
-
<line num="
|
|
3795
|
-
<line num="
|
|
3796
|
-
<line num="406" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
3794
|
+
<line num="405" count="2" type="stmt"/>
|
|
3795
|
+
<line num="406" count="4" type="cond" truecount="3" falsecount="1"/>
|
|
3797
3796
|
<line num="407" count="0" type="stmt"/>
|
|
3798
|
-
<line num="
|
|
3799
|
-
<line num="411" count="
|
|
3797
|
+
<line num="410" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
3798
|
+
<line num="411" count="0" type="stmt"/>
|
|
3800
3799
|
<line num="412" count="0" type="stmt"/>
|
|
3801
|
-
<line num="
|
|
3802
|
-
<line num="416" count="
|
|
3803
|
-
<line num="417" count="0" type="
|
|
3804
|
-
<line num="
|
|
3805
|
-
<line num="421" count="0" type="
|
|
3800
|
+
<line num="415" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
3801
|
+
<line num="416" count="0" type="stmt"/>
|
|
3802
|
+
<line num="417" count="0" type="stmt"/>
|
|
3803
|
+
<line num="420" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
3804
|
+
<line num="421" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3806
3805
|
<line num="422" count="0" type="stmt"/>
|
|
3807
|
-
<line num="425" count="
|
|
3808
|
-
<line num="426" count="0" type="
|
|
3809
|
-
<line num="
|
|
3810
|
-
<line num="430" count="0" type="
|
|
3806
|
+
<line num="425" count="0" type="stmt"/>
|
|
3807
|
+
<line num="426" count="0" type="stmt"/>
|
|
3808
|
+
<line num="429" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
3809
|
+
<line num="430" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3811
3810
|
<line num="431" count="0" type="stmt"/>
|
|
3812
|
-
<line num="434" count="
|
|
3813
|
-
<line num="435" count="
|
|
3814
|
-
<line num="
|
|
3815
|
-
<line num="
|
|
3816
|
-
<line num="
|
|
3817
|
-
<line num="441" count="
|
|
3818
|
-
<line num="442" count="
|
|
3819
|
-
<line num="445" count="
|
|
3820
|
-
<line num="446" count="0" type="
|
|
3821
|
-
<line num="
|
|
3822
|
-
<line num="
|
|
3823
|
-
<line num="
|
|
3811
|
+
<line num="434" count="0" type="stmt"/>
|
|
3812
|
+
<line num="435" count="0" type="stmt"/>
|
|
3813
|
+
<line num="438" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
3814
|
+
<line num="439" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
3815
|
+
<line num="440" count="2" type="stmt"/>
|
|
3816
|
+
<line num="441" count="2" type="stmt"/>
|
|
3817
|
+
<line num="442" count="2" type="stmt"/>
|
|
3818
|
+
<line num="445" count="0" type="stmt"/>
|
|
3819
|
+
<line num="446" count="0" type="stmt"/>
|
|
3820
|
+
<line num="449" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
3821
|
+
<line num="450" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3822
|
+
<line num="451" count="0" type="stmt"/>
|
|
3824
3823
|
<line num="452" count="0" type="stmt"/>
|
|
3825
3824
|
<line num="453" count="0" type="stmt"/>
|
|
3826
|
-
<line num="456" count="
|
|
3827
|
-
<line num="457" count="
|
|
3828
|
-
<line num="
|
|
3829
|
-
<line num="
|
|
3830
|
-
<line num="
|
|
3831
|
-
<line num="463" count="
|
|
3825
|
+
<line num="456" count="0" type="stmt"/>
|
|
3826
|
+
<line num="457" count="0" type="stmt"/>
|
|
3827
|
+
<line num="460" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
3828
|
+
<line num="461" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
3829
|
+
<line num="462" count="0" type="stmt"/>
|
|
3830
|
+
<line num="463" count="0" type="stmt"/>
|
|
3831
|
+
<line num="464" count="0" type="stmt"/>
|
|
3832
3832
|
<line num="467" count="2" type="stmt"/>
|
|
3833
|
-
<line num="468" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
3834
|
-
<line num="469" count="2" type="stmt"/>
|
|
3835
|
-
<line num="470" count="2" type="stmt"/>
|
|
3836
3833
|
<line num="471" count="2" type="stmt"/>
|
|
3834
|
+
<line num="472" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
3835
|
+
<line num="473" count="2" type="stmt"/>
|
|
3836
|
+
<line num="474" count="2" type="stmt"/>
|
|
3837
3837
|
<line num="475" count="2" type="stmt"/>
|
|
3838
|
-
<line num="
|
|
3839
|
-
<line num="
|
|
3840
|
-
<line num="
|
|
3841
|
-
<line num="
|
|
3842
|
-
<line num="
|
|
3843
|
-
<line num="
|
|
3844
|
-
<line num="
|
|
3845
|
-
<line num="
|
|
3846
|
-
<line num="
|
|
3847
|
-
<line num="
|
|
3848
|
-
<line num="
|
|
3849
|
-
<line num="
|
|
3850
|
-
<line num="
|
|
3851
|
-
<line num="
|
|
3852
|
-
<line num="
|
|
3838
|
+
<line num="479" count="2" type="stmt"/>
|
|
3839
|
+
<line num="480" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
3840
|
+
<line num="481" count="0" type="stmt"/>
|
|
3841
|
+
<line num="484" count="4" type="stmt"/>
|
|
3842
|
+
<line num="485" count="4" type="stmt"/>
|
|
3843
|
+
<line num="486" count="4" type="stmt"/>
|
|
3844
|
+
<line num="489" count="2" type="stmt"/>
|
|
3845
|
+
<line num="490" count="0" type="stmt"/>
|
|
3846
|
+
<line num="491" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3847
|
+
<line num="492" count="0" type="stmt"/>
|
|
3848
|
+
<line num="493" count="0" type="stmt"/>
|
|
3849
|
+
<line num="496" count="2" type="stmt"/>
|
|
3850
|
+
<line num="497" count="6" type="stmt"/>
|
|
3851
|
+
<line num="498" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
3852
|
+
<line num="499" count="2" type="stmt"/>
|
|
3853
|
+
<line num="500" count="2" type="stmt"/>
|
|
3854
|
+
<line num="502" count="2" type="stmt"/>
|
|
3855
|
+
<line num="505" count="2" type="stmt"/>
|
|
3856
|
+
<line num="506" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
3857
|
+
<line num="507" count="2" type="stmt"/>
|
|
3858
|
+
<line num="510" count="0" type="stmt"/>
|
|
3859
|
+
<line num="511" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3860
|
+
<line num="512" count="0" type="stmt"/>
|
|
3861
|
+
<line num="513" count="0" type="stmt"/>
|
|
3862
|
+
<line num="517" count="2" type="stmt"/>
|
|
3863
|
+
<line num="518" count="4" type="cond" truecount="4" falsecount="0"/>
|
|
3864
|
+
<line num="519" count="2" type="stmt"/>
|
|
3865
|
+
<line num="522" count="2" type="stmt"/>
|
|
3853
3866
|
</file>
|
|
3854
3867
|
<file name="UiSelectOption.vue" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/remote/components/select/UiSelectOption.vue">
|
|
3855
3868
|
<metrics statements="41" coveredstatements="35" conditionals="31" coveredconditionals="16" methods="23" coveredmethods="12"/>
|
|
@@ -3956,10 +3969,10 @@
|
|
|
3956
3969
|
<metrics statements="6" coveredstatements="6" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
3957
3970
|
<line num="22" count="1" type="stmt"/>
|
|
3958
3971
|
<line num="28" count="1" type="stmt"/>
|
|
3959
|
-
<line num="
|
|
3960
|
-
<line num="
|
|
3961
|
-
<line num="
|
|
3962
|
-
<line num="
|
|
3972
|
+
<line num="58" count="1" type="stmt"/>
|
|
3973
|
+
<line num="64" count="1" type="stmt"/>
|
|
3974
|
+
<line num="86" count="1" type="stmt"/>
|
|
3975
|
+
<line num="91" count="1" type="stmt"/>
|
|
3963
3976
|
</file>
|
|
3964
3977
|
</package>
|
|
3965
3978
|
<package name="packages.v1-contexts.src">
|