@retailcrm/embed-ui 0.9.16 → 0.9.17
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 +6 -0
- package/coverage/clover.xml +524 -464
- package/coverage/coverage-final.json +14 -10
- package/coverage/index.html +60 -45
- package/package.json +5 -5
package/coverage/clover.xml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<coverage generated="
|
|
3
|
-
<project timestamp="
|
|
4
|
-
<metrics statements="
|
|
2
|
+
<coverage generated="1775456237233" clover="3.2.0">
|
|
3
|
+
<project timestamp="1775456237233" name="All files">
|
|
4
|
+
<metrics statements="5122" coveredstatements="3535" conditionals="3466" coveredconditionals="1989" methods="1693" coveredmethods="1118" elements="10281" coveredelements="6642" complexity="0" loc="5122" ncloc="5122" packages="68" files="209" classes="209"/>
|
|
5
5
|
<package name="packages.v1-components.src.common">
|
|
6
6
|
<metrics statements="32" coveredstatements="15" 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">
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
</file>
|
|
51
51
|
</package>
|
|
52
52
|
<package name="packages.v1-components.src.common.components">
|
|
53
|
-
<metrics statements="
|
|
53
|
+
<metrics statements="570" coveredstatements="543" conditionals="432" coveredconditionals="362" methods="152" coveredmethods="135"/>
|
|
54
54
|
<file name="add-button.ts" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/common/components/add-button.ts">
|
|
55
55
|
<metrics statements="9" coveredstatements="9" conditionals="4" coveredconditionals="4" methods="3" coveredmethods="3"/>
|
|
56
56
|
<line num="1" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
@@ -124,12 +124,12 @@
|
|
|
124
124
|
<line num="52" count="2909" type="stmt"/>
|
|
125
125
|
<line num="54" count="4317" type="stmt"/>
|
|
126
126
|
<line num="59" count="2170" type="stmt"/>
|
|
127
|
-
<line num="63" count="
|
|
127
|
+
<line num="63" count="66628" type="stmt"/>
|
|
128
128
|
<line num="67" count="1983" type="stmt"/>
|
|
129
129
|
<line num="71" count="17009" type="stmt"/>
|
|
130
130
|
<line num="75" count="15040" type="stmt"/>
|
|
131
131
|
<line num="79" count="1458" type="stmt"/>
|
|
132
|
-
<line num="83" count="
|
|
132
|
+
<line num="83" count="29126" type="cond" truecount="2" falsecount="0"/>
|
|
133
133
|
<line num="87" count="4567" type="cond" truecount="2" falsecount="0"/>
|
|
134
134
|
<line num="91" count="6514" type="cond" truecount="2" falsecount="0"/>
|
|
135
135
|
<line num="95" count="8511" type="cond" truecount="2" falsecount="0"/>
|
|
@@ -398,6 +398,29 @@
|
|
|
398
398
|
</file>
|
|
399
399
|
<file name="select.ts" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/common/components/select.ts">
|
|
400
400
|
<metrics statements="17" coveredstatements="17" conditionals="5" coveredconditionals="4" methods="5" coveredmethods="3"/>
|
|
401
|
+
<line num="11" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
402
|
+
<line num="12" count="3" type="stmt"/>
|
|
403
|
+
<line num="13" count="3" type="stmt"/>
|
|
404
|
+
<line num="14" count="3" type="stmt"/>
|
|
405
|
+
<line num="17" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
406
|
+
<line num="18" count="3" type="stmt"/>
|
|
407
|
+
<line num="19" count="3" type="stmt"/>
|
|
408
|
+
<line num="20" count="3" type="stmt"/>
|
|
409
|
+
<line num="21" count="3" type="stmt"/>
|
|
410
|
+
<line num="22" count="3" type="stmt"/>
|
|
411
|
+
<line num="23" count="3" type="stmt"/>
|
|
412
|
+
<line num="24" count="3" type="stmt"/>
|
|
413
|
+
<line num="25" count="3" type="stmt"/>
|
|
414
|
+
<line num="98" count="3" type="stmt"/>
|
|
415
|
+
<line num="109" count="3" type="stmt"/>
|
|
416
|
+
<line num="114" count="3" type="stmt"/>
|
|
417
|
+
<line num="120" count="6" type="cond" truecount="0" falsecount="1"/>
|
|
418
|
+
</file>
|
|
419
|
+
<file name="skeleton.ts" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/common/components/skeleton.ts">
|
|
420
|
+
<metrics statements="12" coveredstatements="12" conditionals="11" coveredconditionals="11" methods="4" coveredmethods="4"/>
|
|
421
|
+
<line num="3" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
422
|
+
<line num="4" count="3" type="stmt"/>
|
|
423
|
+
<line num="5" count="3" type="stmt"/>
|
|
401
424
|
<line num="8" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
402
425
|
<line num="9" count="3" type="stmt"/>
|
|
403
426
|
<line num="10" count="3" type="stmt"/>
|
|
@@ -406,15 +429,7 @@
|
|
|
406
429
|
<line num="15" count="3" type="stmt"/>
|
|
407
430
|
<line num="16" count="3" type="stmt"/>
|
|
408
431
|
<line num="17" count="3" type="stmt"/>
|
|
409
|
-
<line num="
|
|
410
|
-
<line num="19" count="3" type="stmt"/>
|
|
411
|
-
<line num="20" count="3" type="stmt"/>
|
|
412
|
-
<line num="21" count="3" type="stmt"/>
|
|
413
|
-
<line num="22" count="3" type="stmt"/>
|
|
414
|
-
<line num="94" count="3" type="stmt"/>
|
|
415
|
-
<line num="105" count="3" type="stmt"/>
|
|
416
|
-
<line num="110" count="3" type="stmt"/>
|
|
417
|
-
<line num="116" count="6" type="cond" truecount="0" falsecount="1"/>
|
|
432
|
+
<line num="29" count="9" type="cond" truecount="5" falsecount="0"/>
|
|
418
433
|
</file>
|
|
419
434
|
<file name="slider.ts" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/common/components/slider.ts">
|
|
420
435
|
<metrics statements="78" coveredstatements="73" conditionals="39" coveredconditionals="25" methods="14" coveredmethods="13"/>
|
|
@@ -538,67 +553,67 @@
|
|
|
538
553
|
</file>
|
|
539
554
|
<file name="textbox.ts" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/common/components/textbox.ts">
|
|
540
555
|
<metrics statements="61" coveredstatements="61" conditionals="47" coveredconditionals="38" methods="10" coveredmethods="10"/>
|
|
541
|
-
<line num="
|
|
542
|
-
<line num="2" count="8" type="stmt"/>
|
|
543
|
-
<line num="3" count="8" type="stmt"/>
|
|
544
|
-
<line num="4" count="8" type="stmt"/>
|
|
545
|
-
<line num="5" count="8" type="stmt"/>
|
|
556
|
+
<line num="5" count="8" type="cond" truecount="2" falsecount="0"/>
|
|
546
557
|
<line num="6" count="8" type="stmt"/>
|
|
547
558
|
<line num="7" count="8" type="stmt"/>
|
|
548
|
-
<line num="
|
|
559
|
+
<line num="8" count="8" type="stmt"/>
|
|
560
|
+
<line num="9" count="8" type="stmt"/>
|
|
561
|
+
<line num="10" count="8" type="stmt"/>
|
|
549
562
|
<line num="11" count="8" type="stmt"/>
|
|
550
|
-
<line num="
|
|
551
|
-
<line num="13" count="8" type="stmt"/>
|
|
552
|
-
<line num="14" count="8" type="stmt"/>
|
|
563
|
+
<line num="14" count="8" type="cond" truecount="2" falsecount="0"/>
|
|
553
564
|
<line num="15" count="8" type="stmt"/>
|
|
554
565
|
<line num="16" count="8" type="stmt"/>
|
|
555
566
|
<line num="17" count="8" type="stmt"/>
|
|
556
567
|
<line num="18" count="8" type="stmt"/>
|
|
557
|
-
<line num="
|
|
568
|
+
<line num="19" count="8" type="stmt"/>
|
|
569
|
+
<line num="20" count="8" type="stmt"/>
|
|
570
|
+
<line num="21" count="8" type="stmt"/>
|
|
558
571
|
<line num="22" count="8" type="stmt"/>
|
|
559
|
-
<line num="
|
|
560
|
-
<line num="24" count="8" type="stmt"/>
|
|
561
|
-
<line num="25" count="8" type="stmt"/>
|
|
572
|
+
<line num="25" count="8" type="cond" truecount="2" falsecount="0"/>
|
|
562
573
|
<line num="26" count="8" type="stmt"/>
|
|
563
|
-
<line num="
|
|
564
|
-
<line num="
|
|
565
|
-
<line num="
|
|
574
|
+
<line num="27" count="8" type="stmt"/>
|
|
575
|
+
<line num="28" count="8" type="stmt"/>
|
|
576
|
+
<line num="29" count="8" type="stmt"/>
|
|
577
|
+
<line num="30" count="8" type="stmt"/>
|
|
566
578
|
<line num="79" count="8" type="stmt"/>
|
|
567
|
-
<line num="80" count="
|
|
568
|
-
<line num="
|
|
579
|
+
<line num="80" count="11" type="stmt"/>
|
|
580
|
+
<line num="81" count="11" type="cond" truecount="2" falsecount="0"/>
|
|
569
581
|
<line num="84" count="8" type="stmt"/>
|
|
570
|
-
<line num="85" count="
|
|
571
|
-
<line num="
|
|
572
|
-
<line num="
|
|
573
|
-
<line num="
|
|
582
|
+
<line num="85" count="1" type="cond" truecount="2" falsecount="0"/>
|
|
583
|
+
<line num="88" count="8" type="stmt"/>
|
|
584
|
+
<line num="89" count="8" type="stmt"/>
|
|
585
|
+
<line num="90" count="6" type="stmt"/>
|
|
574
586
|
<line num="92" count="6" type="stmt"/>
|
|
575
|
-
<line num="
|
|
576
|
-
<line num="
|
|
577
|
-
<line num="
|
|
587
|
+
<line num="93" count="6" type="cond" truecount="4" falsecount="0"/>
|
|
588
|
+
<line num="94" count="1" type="stmt"/>
|
|
589
|
+
<line num="97" count="6" type="stmt"/>
|
|
578
590
|
<line num="99" count="6" type="stmt"/>
|
|
579
|
-
<line num="101" count="6" type="
|
|
580
|
-
<line num="
|
|
581
|
-
<line num="
|
|
582
|
-
<line num="
|
|
583
|
-
<line num="
|
|
584
|
-
<line num="
|
|
585
|
-
<line num="112" count="4" type="
|
|
586
|
-
<line num="
|
|
587
|
-
<line num="115" count="4" type="cond" truecount="2" falsecount="
|
|
588
|
-
<line num="
|
|
589
|
-
<line num="
|
|
590
|
-
<line num="
|
|
591
|
-
<line num="
|
|
592
|
-
<line num="131" count="
|
|
593
|
-
<line num="
|
|
594
|
-
<line num="
|
|
595
|
-
<line num="
|
|
596
|
-
<line num="
|
|
597
|
-
<line num="
|
|
598
|
-
<line num="
|
|
599
|
-
<line num="
|
|
600
|
-
<line num="
|
|
601
|
-
<line num="
|
|
591
|
+
<line num="101" count="6" type="cond" truecount="1" falsecount="1"/>
|
|
592
|
+
<line num="103" count="6" type="stmt"/>
|
|
593
|
+
<line num="104" count="6" type="stmt"/>
|
|
594
|
+
<line num="106" count="6" type="stmt"/>
|
|
595
|
+
<line num="110" count="6" type="stmt"/>
|
|
596
|
+
<line num="111" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
597
|
+
<line num="112" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
598
|
+
<line num="114" count="4" type="stmt"/>
|
|
599
|
+
<line num="115" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
600
|
+
<line num="117" count="4" type="stmt"/>
|
|
601
|
+
<line num="118" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
602
|
+
<line num="120" count="4" type="cond" truecount="2" falsecount="3"/>
|
|
603
|
+
<line num="127" count="2" type="stmt"/>
|
|
604
|
+
<line num="131" count="6" type="stmt"/>
|
|
605
|
+
<line num="132" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
606
|
+
<line num="133" count="1" type="stmt"/>
|
|
607
|
+
<line num="136" count="5" type="stmt"/>
|
|
608
|
+
<line num="140" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
609
|
+
<line num="141" count="1" type="stmt"/>
|
|
610
|
+
<line num="142" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
611
|
+
<line num="143" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
612
|
+
<line num="144" count="1" type="stmt"/>
|
|
613
|
+
<line num="145" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
614
|
+
<line num="147" count="1" type="cond" truecount="3" falsecount="1"/>
|
|
615
|
+
<line num="153" count="5" type="stmt"/>
|
|
616
|
+
<line num="156" count="8" type="stmt"/>
|
|
602
617
|
</file>
|
|
603
618
|
<file name="time-picker.ts" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/common/components/time-picker.ts">
|
|
604
619
|
<metrics statements="53" coveredstatements="50" conditionals="41" coveredconditionals="36" methods="14" coveredmethods="13"/>
|
|
@@ -664,6 +679,28 @@
|
|
|
664
679
|
<line num="4" count="4" type="stmt"/>
|
|
665
680
|
<line num="5" count="4" type="stmt"/>
|
|
666
681
|
</file>
|
|
682
|
+
<file name="width.ts" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/common/components/width.ts">
|
|
683
|
+
<metrics statements="19" coveredstatements="19" conditionals="28" coveredconditionals="28" methods="6" coveredmethods="6"/>
|
|
684
|
+
<line num="3" count="10" type="cond" truecount="2" falsecount="0"/>
|
|
685
|
+
<line num="4" count="10" type="stmt"/>
|
|
686
|
+
<line num="5" count="10" type="stmt"/>
|
|
687
|
+
<line num="10" count="10" type="stmt"/>
|
|
688
|
+
<line num="11" count="10" type="stmt"/>
|
|
689
|
+
<line num="13" count="10" type="stmt"/>
|
|
690
|
+
<line num="14" count="16" type="cond" truecount="2" falsecount="0"/>
|
|
691
|
+
<line num="19" count="10" type="stmt"/>
|
|
692
|
+
<line num="20" count="166" type="cond" truecount="2" falsecount="0"/>
|
|
693
|
+
<line num="23" count="10" type="stmt"/>
|
|
694
|
+
<line num="24" count="113" type="cond" truecount="6" falsecount="0"/>
|
|
695
|
+
<line num="31" count="10" type="stmt"/>
|
|
696
|
+
<line num="32" count="53" type="cond" truecount="3" falsecount="0"/>
|
|
697
|
+
<line num="35" count="10" type="stmt"/>
|
|
698
|
+
<line num="36" count="58" type="cond" truecount="5" falsecount="0"/>
|
|
699
|
+
<line num="37" count="50" type="stmt"/>
|
|
700
|
+
<line num="40" count="8" type="cond" truecount="2" falsecount="0"/>
|
|
701
|
+
<line num="41" count="3" type="stmt"/>
|
|
702
|
+
<line num="44" count="5" type="cond" truecount="2" falsecount="0"/>
|
|
703
|
+
</file>
|
|
667
704
|
<file name="yandex-map.ts" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/common/components/yandex-map.ts">
|
|
668
705
|
<metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
669
706
|
<line num="1" count="1" type="stmt"/>
|
|
@@ -702,9 +739,9 @@
|
|
|
702
739
|
<metrics statements="5" coveredstatements="5" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
703
740
|
<line num="5" count="13" type="stmt"/>
|
|
704
741
|
<line num="9" count="13" type="stmt"/>
|
|
705
|
-
<line num="10" count="
|
|
706
|
-
<line num="12" count="
|
|
707
|
-
<line num="14" count="
|
|
742
|
+
<line num="10" count="188" type="stmt"/>
|
|
743
|
+
<line num="12" count="188" type="stmt"/>
|
|
744
|
+
<line num="14" count="188" type="stmt"/>
|
|
708
745
|
</file>
|
|
709
746
|
<file name="dom.ts" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/host/dom.ts">
|
|
710
747
|
<metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="0"/>
|
|
@@ -1002,7 +1039,7 @@
|
|
|
1002
1039
|
<line num="635" count="32" type="stmt"/>
|
|
1003
1040
|
<line num="636" count="2142" type="stmt"/>
|
|
1004
1041
|
<line num="637" count="2142" type="cond" truecount="2" falsecount="0"/>
|
|
1005
|
-
<line num="639" count="
|
|
1042
|
+
<line num="639" count="18417" type="cond" truecount="1" falsecount="1"/>
|
|
1006
1043
|
<line num="642" count="32" type="stmt"/>
|
|
1007
1044
|
<line num="643" count="2142" type="stmt"/>
|
|
1008
1045
|
<line num="644" count="2142" type="cond" truecount="4" falsecount="0"/>
|
|
@@ -2782,7 +2819,7 @@
|
|
|
2782
2819
|
</file>
|
|
2783
2820
|
</package>
|
|
2784
2821
|
<package name="packages.v1-components.src.host.components.select">
|
|
2785
|
-
<metrics statements="
|
|
2822
|
+
<metrics statements="120" coveredstatements="93" conditionals="114" coveredconditionals="70" methods="39" coveredmethods="23"/>
|
|
2786
2823
|
<file name="UiSelectPopper.vue" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/host/components/select/UiSelectPopper.vue">
|
|
2787
2824
|
<metrics statements="30" coveredstatements="22" conditionals="26" coveredconditionals="22" methods="16" coveredmethods="9"/>
|
|
2788
2825
|
<line num="18" count="1" type="cond" truecount="2" falsecount="0"/>
|
|
@@ -2817,77 +2854,80 @@
|
|
|
2817
2854
|
<line num="211" count="1" type="stmt"/>
|
|
2818
2855
|
</file>
|
|
2819
2856
|
<file name="UiSelectTrigger.vue" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/host/components/select/UiSelectTrigger.vue">
|
|
2820
|
-
<metrics statements="
|
|
2821
|
-
<line num="
|
|
2822
|
-
<line num="
|
|
2823
|
-
<line num="
|
|
2824
|
-
<line num="
|
|
2825
|
-
<line num="
|
|
2826
|
-
<line num="
|
|
2827
|
-
<line num="
|
|
2828
|
-
<line num="
|
|
2829
|
-
<line num="
|
|
2830
|
-
<line num="
|
|
2831
|
-
<line num="
|
|
2832
|
-
<line num="
|
|
2833
|
-
<line num="
|
|
2834
|
-
<line num="
|
|
2835
|
-
<line num="
|
|
2836
|
-
<line num="
|
|
2837
|
-
<line num="
|
|
2838
|
-
<line num="213" count="5" type="stmt"/>
|
|
2839
|
-
<line num="224" count="3" type="stmt"/>
|
|
2840
|
-
<line num="225" count="3" type="cond" truecount="2" falsecount="2"/>
|
|
2857
|
+
<metrics statements="73" coveredstatements="54" conditionals="88" coveredconditionals="48" methods="23" coveredmethods="14"/>
|
|
2858
|
+
<line num="43" count="0" type="stmt"/>
|
|
2859
|
+
<line num="88" count="4" type="stmt"/>
|
|
2860
|
+
<line num="188" count="4" type="stmt"/>
|
|
2861
|
+
<line num="205" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
2862
|
+
<line num="206" count="4" type="stmt"/>
|
|
2863
|
+
<line num="207" count="5" type="stmt"/>
|
|
2864
|
+
<line num="209" count="5" type="cond" truecount="4" falsecount="0"/>
|
|
2865
|
+
<line num="214" count="4" type="stmt"/>
|
|
2866
|
+
<line num="215" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
2867
|
+
<line num="217" count="4" type="stmt"/>
|
|
2868
|
+
<line num="218" count="4" type="stmt"/>
|
|
2869
|
+
<line num="220" count="4" type="stmt"/>
|
|
2870
|
+
<line num="221" count="4" type="stmt"/>
|
|
2871
|
+
<line num="222" count="3" type="cond" truecount="2" falsecount="2"/>
|
|
2872
|
+
<line num="223" count="3" type="cond" truecount="1" falsecount="1"/>
|
|
2873
|
+
<line num="224" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2874
|
+
<line num="225" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
2841
2875
|
<line num="226" count="0" type="stmt"/>
|
|
2842
|
-
<line num="
|
|
2843
|
-
<line num="
|
|
2844
|
-
<line num="
|
|
2845
|
-
<line num="
|
|
2846
|
-
<line num="
|
|
2847
|
-
<line num="
|
|
2848
|
-
<line num="
|
|
2849
|
-
<line num="
|
|
2850
|
-
<line num="
|
|
2851
|
-
<line num="
|
|
2852
|
-
<line num="
|
|
2853
|
-
<line num="
|
|
2854
|
-
<line num="
|
|
2855
|
-
<line num="
|
|
2856
|
-
<line num="
|
|
2857
|
-
<line num="
|
|
2858
|
-
<line num="
|
|
2859
|
-
<line num="
|
|
2860
|
-
<line num="
|
|
2861
|
-
<line num="
|
|
2862
|
-
<line num="
|
|
2863
|
-
<line num="
|
|
2864
|
-
<line num="
|
|
2865
|
-
<line num="
|
|
2866
|
-
<line num="
|
|
2867
|
-
<line num="
|
|
2868
|
-
<line num="
|
|
2869
|
-
<line num="
|
|
2870
|
-
<line num="
|
|
2871
|
-
<line num="
|
|
2872
|
-
<line num="
|
|
2873
|
-
<line num="
|
|
2874
|
-
<line num="
|
|
2875
|
-
<line num="
|
|
2876
|
-
<line num="
|
|
2877
|
-
<line num="
|
|
2878
|
-
<line num="
|
|
2879
|
-
<line num="
|
|
2880
|
-
<line num="
|
|
2881
|
-
<line num="
|
|
2882
|
-
<line num="
|
|
2883
|
-
<line num="
|
|
2884
|
-
<line num="
|
|
2885
|
-
<line num="
|
|
2886
|
-
<line num="
|
|
2887
|
-
<line num="
|
|
2888
|
-
<line num="322" count="
|
|
2889
|
-
<line num="
|
|
2890
|
-
<line num="
|
|
2876
|
+
<line num="230" count="3" type="stmt"/>
|
|
2877
|
+
<line num="233" count="4" type="stmt"/>
|
|
2878
|
+
<line num="235" count="6" type="stmt"/>
|
|
2879
|
+
<line num="246" count="4" type="stmt"/>
|
|
2880
|
+
<line num="247" count="4" type="cond" truecount="2" falsecount="2"/>
|
|
2881
|
+
<line num="248" count="0" type="stmt"/>
|
|
2882
|
+
<line num="249" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2883
|
+
<line num="254" count="4" type="stmt"/>
|
|
2884
|
+
<line num="255" count="5" type="cond" truecount="4" falsecount="0"/>
|
|
2885
|
+
<line num="256" count="2" type="cond" truecount="2" falsecount="2"/>
|
|
2886
|
+
<line num="257" count="0" type="stmt"/>
|
|
2887
|
+
<line num="259" count="2" type="stmt"/>
|
|
2888
|
+
<line num="262" count="3" type="stmt"/>
|
|
2889
|
+
<line num="265" count="4" type="stmt"/>
|
|
2890
|
+
<line num="266" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
2891
|
+
<line num="268" count="2" type="stmt"/>
|
|
2892
|
+
<line num="271" count="4" type="stmt"/>
|
|
2893
|
+
<line num="272" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
2894
|
+
<line num="274" count="2" type="stmt"/>
|
|
2895
|
+
<line num="277" count="4" type="stmt"/>
|
|
2896
|
+
<line num="278" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
2897
|
+
<line num="280" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2898
|
+
<line num="283" count="4" type="stmt"/>
|
|
2899
|
+
<line num="284" count="2" type="cond" truecount="3" falsecount="1"/>
|
|
2900
|
+
<line num="286" count="2" type="cond" truecount="4" falsecount="0"/>
|
|
2901
|
+
<line num="287" count="1" type="stmt"/>
|
|
2902
|
+
<line num="288" count="1" type="stmt"/>
|
|
2903
|
+
<line num="291" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
2904
|
+
<line num="292" count="1" type="stmt"/>
|
|
2905
|
+
<line num="293" count="1" type="stmt"/>
|
|
2906
|
+
<line num="296" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
2907
|
+
<line num="297" count="0" type="stmt"/>
|
|
2908
|
+
<line num="299" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2909
|
+
<line num="300" count="0" type="stmt"/>
|
|
2910
|
+
<line num="304" count="2" type="cond" truecount="2" falsecount="2"/>
|
|
2911
|
+
<line num="305" count="0" type="stmt"/>
|
|
2912
|
+
<line num="306" count="0" type="stmt"/>
|
|
2913
|
+
<line num="309" count="2" type="stmt"/>
|
|
2914
|
+
<line num="312" count="4" type="stmt"/>
|
|
2915
|
+
<line num="313" count="0" type="stmt"/>
|
|
2916
|
+
<line num="314" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2917
|
+
<line num="316" count="4" type="stmt"/>
|
|
2918
|
+
<line num="317" count="4" type="stmt"/>
|
|
2919
|
+
<line num="319" count="4" type="stmt"/>
|
|
2920
|
+
<line num="320" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
2921
|
+
<line num="321" count="1" type="stmt"/>
|
|
2922
|
+
<line num="322" count="1" type="stmt"/>
|
|
2923
|
+
<line num="325" count="4" type="stmt"/>
|
|
2924
|
+
<line num="336" count="4" type="stmt"/>
|
|
2925
|
+
<line num="337" count="0" type="stmt"/>
|
|
2926
|
+
<line num="339" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
2927
|
+
<line num="340" count="0" type="stmt"/>
|
|
2928
|
+
<line num="344" count="4" type="stmt"/>
|
|
2929
|
+
<line num="345" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
2930
|
+
<line num="347" count="4" type="stmt"/>
|
|
2891
2931
|
</file>
|
|
2892
2932
|
<file name="injection.ts" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/host/components/select/injection.ts">
|
|
2893
2933
|
<metrics statements="17" coveredstatements="17" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
@@ -2910,6 +2950,18 @@
|
|
|
2910
2950
|
<line num="33" count="1" type="stmt"/>
|
|
2911
2951
|
</file>
|
|
2912
2952
|
</package>
|
|
2953
|
+
<package name="packages.v1-components.src.host.components.skeleton">
|
|
2954
|
+
<metrics statements="6" coveredstatements="6" conditionals="4" coveredconditionals="4" methods="1" coveredmethods="1"/>
|
|
2955
|
+
<file name="UiSkeleton.vue" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/host/components/skeleton/UiSkeleton.vue">
|
|
2956
|
+
<metrics statements="6" coveredstatements="6" conditionals="4" coveredconditionals="4" methods="1" coveredmethods="1"/>
|
|
2957
|
+
<line num="2" count="2" type="stmt"/>
|
|
2958
|
+
<line num="29" count="2" type="stmt"/>
|
|
2959
|
+
<line num="64" count="2" type="stmt"/>
|
|
2960
|
+
<line num="65" count="2" type="stmt"/>
|
|
2961
|
+
<line num="66" count="2" type="stmt"/>
|
|
2962
|
+
<line num="68" count="2" type="stmt"/>
|
|
2963
|
+
</file>
|
|
2964
|
+
</package>
|
|
2913
2965
|
<package name="packages.v1-components.src.host.components.slider">
|
|
2914
2966
|
<metrics statements="73" coveredstatements="64" conditionals="46" coveredconditionals="36" methods="26" coveredmethods="23"/>
|
|
2915
2967
|
<file name="UiSlider.vue" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/host/components/slider/UiSlider.vue">
|
|
@@ -3436,198 +3488,201 @@
|
|
|
3436
3488
|
</file>
|
|
3437
3489
|
</package>
|
|
3438
3490
|
<package name="packages.v1-components.src.host.components.textbox">
|
|
3439
|
-
<metrics statements="
|
|
3491
|
+
<metrics statements="192" coveredstatements="140" conditionals="202" coveredconditionals="122" methods="37" coveredmethods="27"/>
|
|
3440
3492
|
<file name="UiTextbox.vue" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/host/components/textbox/UiTextbox.vue">
|
|
3441
|
-
<metrics statements="
|
|
3442
|
-
<line num="
|
|
3443
|
-
<line num="
|
|
3444
|
-
<line num="
|
|
3445
|
-
<line num="
|
|
3446
|
-
<line num="
|
|
3447
|
-
<line num="
|
|
3448
|
-
<line num="
|
|
3449
|
-
<line num="
|
|
3450
|
-
<line num="
|
|
3451
|
-
<line num="
|
|
3452
|
-
<line num="
|
|
3453
|
-
<line num="
|
|
3454
|
-
<line num="
|
|
3455
|
-
<line num="
|
|
3456
|
-
<line num="
|
|
3457
|
-
<line num="
|
|
3458
|
-
<line num="
|
|
3459
|
-
<line num="
|
|
3460
|
-
<line num="
|
|
3461
|
-
<line num="
|
|
3462
|
-
<line num="
|
|
3463
|
-
<line num="
|
|
3464
|
-
<line num="
|
|
3465
|
-
<line num="
|
|
3466
|
-
<line num="
|
|
3467
|
-
<line num="
|
|
3468
|
-
<line num="
|
|
3469
|
-
<line num="
|
|
3470
|
-
<line num="398" count="45" type="stmt"/>
|
|
3471
|
-
<line num="399" count="45" type="cond" truecount="0" falsecount="2"/>
|
|
3472
|
-
<line num="401" count="45" type="stmt"/>
|
|
3473
|
-
<line num="403" count="45" type="stmt"/>
|
|
3474
|
-
<line num="404" count="57" type="cond" truecount="1" falsecount="1"/>
|
|
3475
|
-
<line num="406" count="57" type="stmt"/>
|
|
3476
|
-
<line num="407" count="57" type="stmt"/>
|
|
3477
|
-
<line num="409" count="57" type="cond" truecount="4" falsecount="1"/>
|
|
3478
|
-
<line num="410" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3493
|
+
<metrics statements="192" coveredstatements="140" conditionals="202" coveredconditionals="122" methods="37" coveredmethods="27"/>
|
|
3494
|
+
<line num="25" count="0" type="stmt"/>
|
|
3495
|
+
<line num="120" count="0" type="stmt"/>
|
|
3496
|
+
<line num="163" count="48" type="stmt"/>
|
|
3497
|
+
<line num="164" count="48" type="stmt"/>
|
|
3498
|
+
<line num="165" count="48" type="cond" truecount="2" falsecount="0"/>
|
|
3499
|
+
<line num="168" count="48" type="stmt"/>
|
|
3500
|
+
<line num="354" count="48" type="stmt"/>
|
|
3501
|
+
<line num="375" count="48" type="stmt"/>
|
|
3502
|
+
<line num="376" count="48" type="cond" truecount="2" falsecount="0"/>
|
|
3503
|
+
<line num="377" count="48" type="stmt"/>
|
|
3504
|
+
<line num="378" count="48" type="stmt"/>
|
|
3505
|
+
<line num="380" count="48" type="cond" truecount="4" falsecount="0"/>
|
|
3506
|
+
<line num="385" count="48" type="stmt"/>
|
|
3507
|
+
<line num="386" count="48" type="cond" truecount="4" falsecount="0"/>
|
|
3508
|
+
<line num="388" count="1" type="stmt"/>
|
|
3509
|
+
<line num="390" count="1" type="cond" truecount="3" falsecount="1"/>
|
|
3510
|
+
<line num="393" count="48" type="stmt"/>
|
|
3511
|
+
<line num="394" count="48" type="stmt"/>
|
|
3512
|
+
<line num="395" count="48" type="stmt"/>
|
|
3513
|
+
<line num="397" count="48" type="cond" truecount="4" falsecount="0"/>
|
|
3514
|
+
<line num="398" count="46" type="stmt"/>
|
|
3515
|
+
<line num="401" count="2" type="stmt"/>
|
|
3516
|
+
<line num="402" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
3517
|
+
<line num="403" count="1" type="cond" truecount="3" falsecount="1"/>
|
|
3518
|
+
<line num="404" count="1" type="stmt"/>
|
|
3519
|
+
<line num="407" count="2" type="cond" truecount="1" falsecount="4"/>
|
|
3520
|
+
<line num="409" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
3521
|
+
<line num="411" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3479
3522
|
<line num="413" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3480
3523
|
<line num="415" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3481
|
-
<line num="
|
|
3482
|
-
<line num="421" count="
|
|
3483
|
-
<line num="422" count="
|
|
3484
|
-
<line num="
|
|
3485
|
-
<line num="
|
|
3486
|
-
<line num="
|
|
3487
|
-
<line num="
|
|
3488
|
-
<line num="
|
|
3489
|
-
<line num="
|
|
3490
|
-
<line num="
|
|
3491
|
-
<line num="
|
|
3492
|
-
<line num="
|
|
3493
|
-
<line num="
|
|
3494
|
-
<line num="444" count="
|
|
3495
|
-
<line num="
|
|
3496
|
-
<line num="
|
|
3497
|
-
<line num="
|
|
3498
|
-
<line num="
|
|
3499
|
-
<line num="
|
|
3500
|
-
<line num="
|
|
3501
|
-
<line num="
|
|
3502
|
-
<line num="
|
|
3503
|
-
<line num="
|
|
3504
|
-
<line num="465" count="
|
|
3505
|
-
<line num="
|
|
3506
|
-
<line num="
|
|
3507
|
-
<line num="
|
|
3508
|
-
<line num="
|
|
3509
|
-
<line num="
|
|
3510
|
-
<line num="
|
|
3511
|
-
<line num="
|
|
3512
|
-
<line num="
|
|
3513
|
-
<line num="
|
|
3514
|
-
<line num="
|
|
3515
|
-
<line num="
|
|
3516
|
-
<line num="
|
|
3517
|
-
<line num="
|
|
3518
|
-
<line num="
|
|
3519
|
-
<line num="
|
|
3520
|
-
<line num="
|
|
3521
|
-
<line num="
|
|
3522
|
-
<line num="
|
|
3523
|
-
<line num="
|
|
3524
|
-
<line num="
|
|
3525
|
-
<line num="
|
|
3526
|
-
<line num="
|
|
3527
|
-
<line num="
|
|
3528
|
-
<line num="
|
|
3529
|
-
<line num="
|
|
3530
|
-
<line num="
|
|
3531
|
-
<line num="
|
|
3532
|
-
<line num="
|
|
3533
|
-
<line num="
|
|
3534
|
-
<line num="
|
|
3535
|
-
<line num="
|
|
3536
|
-
<line num="
|
|
3537
|
-
<line num="
|
|
3538
|
-
<line num="
|
|
3539
|
-
<line num="
|
|
3540
|
-
<line num="
|
|
3541
|
-
<line num="
|
|
3542
|
-
<line num="
|
|
3543
|
-
<line num="
|
|
3544
|
-
<line num="546" count="
|
|
3545
|
-
<line num="548" count="
|
|
3546
|
-
<line num="
|
|
3547
|
-
<line num="
|
|
3548
|
-
<line num="
|
|
3549
|
-
<line num="
|
|
3550
|
-
<line num="
|
|
3551
|
-
<line num="
|
|
3552
|
-
<line num="
|
|
3553
|
-
<line num="
|
|
3554
|
-
<line num="
|
|
3555
|
-
<line num="
|
|
3556
|
-
<line num="
|
|
3557
|
-
<line num="
|
|
3558
|
-
<line num="
|
|
3559
|
-
<line num="
|
|
3560
|
-
<line num="
|
|
3561
|
-
<line num="
|
|
3562
|
-
<line num="579" count="
|
|
3563
|
-
<line num="
|
|
3564
|
-
<line num="
|
|
3565
|
-
<line num="
|
|
3566
|
-
<line num="585" count="
|
|
3524
|
+
<line num="417" count="0" type="stmt"/>
|
|
3525
|
+
<line num="421" count="48" type="stmt"/>
|
|
3526
|
+
<line num="422" count="48" type="cond" truecount="0" falsecount="2"/>
|
|
3527
|
+
<line num="424" count="48" type="stmt"/>
|
|
3528
|
+
<line num="426" count="48" type="stmt"/>
|
|
3529
|
+
<line num="427" count="60" type="cond" truecount="1" falsecount="1"/>
|
|
3530
|
+
<line num="429" count="60" type="stmt"/>
|
|
3531
|
+
<line num="430" count="60" type="stmt"/>
|
|
3532
|
+
<line num="432" count="60" type="cond" truecount="4" falsecount="1"/>
|
|
3533
|
+
<line num="433" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3534
|
+
<line num="436" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3535
|
+
<line num="438" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3536
|
+
<line num="441" count="60" type="stmt"/>
|
|
3537
|
+
<line num="444" count="48" type="stmt"/>
|
|
3538
|
+
<line num="445" count="2" type="stmt"/>
|
|
3539
|
+
<line num="446" count="2" type="cond" truecount="3" falsecount="1"/>
|
|
3540
|
+
<line num="448" count="2" type="stmt"/>
|
|
3541
|
+
<line num="449" count="2" type="stmt"/>
|
|
3542
|
+
<line num="451" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
3543
|
+
<line num="452" count="2" type="stmt"/>
|
|
3544
|
+
<line num="453" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
3545
|
+
<line num="457" count="2" type="cond" truecount="5" falsecount="1"/>
|
|
3546
|
+
<line num="458" count="2" type="stmt"/>
|
|
3547
|
+
<line num="465" count="48" type="stmt"/>
|
|
3548
|
+
<line num="466" count="4" type="stmt"/>
|
|
3549
|
+
<line num="467" count="4" type="stmt"/>
|
|
3550
|
+
<line num="470" count="48" type="stmt"/>
|
|
3551
|
+
<line num="471" count="10" type="cond" truecount="2" falsecount="0"/>
|
|
3552
|
+
<line num="478" count="48" type="stmt"/>
|
|
3553
|
+
<line num="479" count="10" type="stmt"/>
|
|
3554
|
+
<line num="480" count="10" type="stmt"/>
|
|
3555
|
+
<line num="482" count="10" type="cond" truecount="2" falsecount="0"/>
|
|
3556
|
+
<line num="483" count="10" type="cond" truecount="1" falsecount="1"/>
|
|
3557
|
+
<line num="484" count="10" type="stmt"/>
|
|
3558
|
+
<line num="487" count="10" type="stmt"/>
|
|
3559
|
+
<line num="488" count="10" type="stmt"/>
|
|
3560
|
+
<line num="491" count="48" type="stmt"/>
|
|
3561
|
+
<line num="492" count="0" type="stmt"/>
|
|
3562
|
+
<line num="494" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3563
|
+
<line num="495" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3564
|
+
<line num="497" count="0" type="stmt"/>
|
|
3565
|
+
<line num="499" count="0" type="stmt"/>
|
|
3566
|
+
<line num="502" count="48" type="stmt"/>
|
|
3567
|
+
<line num="503" count="0" type="stmt"/>
|
|
3568
|
+
<line num="505" count="0" type="stmt"/>
|
|
3569
|
+
<line num="506" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3570
|
+
<line num="507" count="0" type="stmt"/>
|
|
3571
|
+
<line num="510" count="0" type="stmt"/>
|
|
3572
|
+
<line num="511" count="0" type="stmt"/>
|
|
3573
|
+
<line num="514" count="48" type="stmt"/>
|
|
3574
|
+
<line num="515" count="15" type="cond" truecount="1" falsecount="1"/>
|
|
3575
|
+
<line num="517" count="15" type="stmt"/>
|
|
3576
|
+
<line num="519" count="15" type="stmt"/>
|
|
3577
|
+
<line num="520" count="15" type="cond" truecount="2" falsecount="0"/>
|
|
3578
|
+
<line num="521" count="15" type="stmt"/>
|
|
3579
|
+
<line num="522" count="15" type="stmt"/>
|
|
3580
|
+
<line num="523" count="15" type="stmt"/>
|
|
3581
|
+
<line num="525" count="15" type="cond" truecount="1" falsecount="1"/>
|
|
3582
|
+
<line num="527" count="15" type="cond" truecount="2" falsecount="0"/>
|
|
3583
|
+
<line num="528" count="2" type="cond" truecount="7" falsecount="2"/>
|
|
3584
|
+
<line num="536" count="2" type="stmt"/>
|
|
3585
|
+
<line num="538" count="2" type="stmt"/>
|
|
3586
|
+
<line num="540" count="13" type="cond" truecount="2" falsecount="5"/>
|
|
3587
|
+
<line num="546" count="0" type="stmt"/>
|
|
3588
|
+
<line num="548" count="0" type="stmt"/>
|
|
3589
|
+
<line num="551" count="13" type="stmt"/>
|
|
3590
|
+
<line num="553" count="13" type="cond" truecount="2" falsecount="0"/>
|
|
3591
|
+
<line num="554" count="2" type="stmt"/>
|
|
3592
|
+
<line num="558" count="48" type="stmt"/>
|
|
3593
|
+
<line num="559" count="48" type="stmt"/>
|
|
3594
|
+
<line num="560" count="48" type="stmt"/>
|
|
3595
|
+
<line num="562" count="48" type="stmt"/>
|
|
3596
|
+
<line num="563" count="9" type="stmt"/>
|
|
3597
|
+
<line num="565" count="9" type="cond" truecount="1" falsecount="1"/>
|
|
3598
|
+
<line num="566" count="0" type="stmt"/>
|
|
3599
|
+
<line num="569" count="9" type="stmt"/>
|
|
3600
|
+
<line num="571" count="9" type="cond" truecount="1" falsecount="1"/>
|
|
3601
|
+
<line num="572" count="0" type="stmt"/>
|
|
3602
|
+
<line num="573" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3603
|
+
<line num="574" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3604
|
+
<line num="576" count="0" type="stmt"/>
|
|
3605
|
+
<line num="579" count="9" type="stmt"/>
|
|
3606
|
+
<line num="582" count="48" type="stmt"/>
|
|
3607
|
+
<line num="583" count="9" type="stmt"/>
|
|
3608
|
+
<line num="584" count="9" type="cond" truecount="1" falsecount="1"/>
|
|
3609
|
+
<line num="585" count="0" type="stmt"/>
|
|
3567
3610
|
<line num="588" count="9" type="stmt"/>
|
|
3568
|
-
<line num="589" count="9" type="
|
|
3569
|
-
<line num="590" count="
|
|
3570
|
-
<line num="592" count="
|
|
3571
|
-
<line num="594" count="9" type="stmt"/>
|
|
3572
|
-
<line num="595" count="9" type="cond" truecount="1" falsecount="1"/>
|
|
3573
|
-
<line num="596" count="9" type="stmt"/>
|
|
3611
|
+
<line num="589" count="9" type="cond" truecount="1" falsecount="1"/>
|
|
3612
|
+
<line num="590" count="0" type="stmt"/>
|
|
3613
|
+
<line num="592" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3574
3614
|
<line num="597" count="9" type="stmt"/>
|
|
3575
|
-
<line num="
|
|
3576
|
-
<line num="
|
|
3577
|
-
<line num="
|
|
3578
|
-
<line num="
|
|
3579
|
-
<line num="
|
|
3580
|
-
<line num="
|
|
3581
|
-
<line num="
|
|
3582
|
-
<line num="
|
|
3583
|
-
<line num="
|
|
3584
|
-
<line num="
|
|
3585
|
-
<line num="
|
|
3586
|
-
<line num="
|
|
3587
|
-
<line num="
|
|
3588
|
-
<line num="
|
|
3589
|
-
<line num="
|
|
3590
|
-
<line num="
|
|
3591
|
-
<line num="
|
|
3592
|
-
<line num="
|
|
3593
|
-
<line num="
|
|
3594
|
-
<line num="
|
|
3595
|
-
<line num="
|
|
3596
|
-
<line num="
|
|
3597
|
-
<line num="
|
|
3598
|
-
<line num="
|
|
3615
|
+
<line num="600" count="48" type="stmt"/>
|
|
3616
|
+
<line num="601" count="118" type="stmt"/>
|
|
3617
|
+
<line num="602" count="118" type="cond" truecount="2" falsecount="0"/>
|
|
3618
|
+
<line num="604" count="70" type="cond" truecount="2" falsecount="0"/>
|
|
3619
|
+
<line num="605" count="61" type="stmt"/>
|
|
3620
|
+
<line num="606" count="61" type="stmt"/>
|
|
3621
|
+
<line num="608" count="61" type="stmt"/>
|
|
3622
|
+
<line num="611" count="9" type="stmt"/>
|
|
3623
|
+
<line num="612" count="9" type="stmt"/>
|
|
3624
|
+
<line num="613" count="9" type="stmt"/>
|
|
3625
|
+
<line num="615" count="9" type="stmt"/>
|
|
3626
|
+
<line num="617" count="9" type="stmt"/>
|
|
3627
|
+
<line num="618" count="9" type="cond" truecount="1" falsecount="1"/>
|
|
3628
|
+
<line num="619" count="9" type="stmt"/>
|
|
3629
|
+
<line num="620" count="9" type="stmt"/>
|
|
3630
|
+
<line num="621" count="9" type="cond" truecount="1" falsecount="1"/>
|
|
3631
|
+
<line num="625" count="9" type="stmt"/>
|
|
3632
|
+
<line num="626" count="9" type="stmt"/>
|
|
3633
|
+
<line num="630" count="9" type="stmt"/>
|
|
3634
|
+
<line num="631" count="9" type="cond" truecount="1" falsecount="1"/>
|
|
3635
|
+
<line num="632" count="9" type="stmt"/>
|
|
3636
|
+
<line num="635" count="0" type="stmt"/>
|
|
3637
|
+
<line num="636" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3638
|
+
<line num="637" count="0" type="stmt"/>
|
|
3639
|
+
<line num="640" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3640
|
+
<line num="644" count="0" type="stmt"/>
|
|
3599
3641
|
<line num="645" count="0" type="stmt"/>
|
|
3600
|
-
<line num="
|
|
3601
|
-
<line num="651" count="
|
|
3602
|
-
<line num="
|
|
3603
|
-
<line num="
|
|
3604
|
-
<line num="656" count="
|
|
3605
|
-
<line num="657" count="
|
|
3606
|
-
<line num="659" count="
|
|
3607
|
-
<line num="
|
|
3608
|
-
<line num="
|
|
3609
|
-
<line num="
|
|
3610
|
-
<line num="
|
|
3642
|
+
<line num="650" count="9" type="stmt"/>
|
|
3643
|
+
<line num="651" count="9" type="stmt"/>
|
|
3644
|
+
<line num="654" count="48" type="cond" truecount="1" falsecount="1"/>
|
|
3645
|
+
<line num="655" count="48" type="cond" truecount="0" falsecount="2"/>
|
|
3646
|
+
<line num="656" count="48" type="stmt"/>
|
|
3647
|
+
<line num="657" count="48" type="stmt"/>
|
|
3648
|
+
<line num="659" count="48" type="stmt"/>
|
|
3649
|
+
<line num="661" count="48" type="stmt"/>
|
|
3650
|
+
<line num="662" count="11" type="stmt"/>
|
|
3651
|
+
<line num="663" count="11" type="stmt"/>
|
|
3652
|
+
<line num="665" count="11" type="cond" truecount="4" falsecount="2"/>
|
|
3611
3653
|
<line num="666" count="0" type="stmt"/>
|
|
3612
3654
|
<line num="668" count="0" type="stmt"/>
|
|
3613
|
-
<line num="669" count="0" type="stmt"/>
|
|
3614
3655
|
<line num="670" count="0" type="stmt"/>
|
|
3615
|
-
<line num="
|
|
3616
|
-
<line num="
|
|
3617
|
-
<line num="
|
|
3618
|
-
<line num="
|
|
3619
|
-
<line num="
|
|
3620
|
-
<line num="
|
|
3621
|
-
<line num="
|
|
3622
|
-
<line num="
|
|
3623
|
-
<line num="
|
|
3624
|
-
<line num="
|
|
3625
|
-
<line num="
|
|
3626
|
-
<line num="
|
|
3627
|
-
<line num="
|
|
3628
|
-
<line num="
|
|
3629
|
-
<line num="
|
|
3630
|
-
<line num="
|
|
3656
|
+
<line num="674" count="48" type="stmt"/>
|
|
3657
|
+
<line num="675" count="3" type="stmt"/>
|
|
3658
|
+
<line num="676" count="3" type="stmt"/>
|
|
3659
|
+
<line num="679" count="48" type="stmt"/>
|
|
3660
|
+
<line num="680" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3661
|
+
<line num="682" count="0" type="stmt"/>
|
|
3662
|
+
<line num="683" count="0" type="stmt"/>
|
|
3663
|
+
<line num="684" count="0" type="stmt"/>
|
|
3664
|
+
<line num="685" count="0" type="stmt"/>
|
|
3665
|
+
<line num="687" count="0" type="stmt"/>
|
|
3666
|
+
<line num="689" count="0" type="stmt"/>
|
|
3667
|
+
<line num="691" count="0" type="stmt"/>
|
|
3668
|
+
<line num="692" count="0" type="stmt"/>
|
|
3669
|
+
<line num="693" count="0" type="stmt"/>
|
|
3670
|
+
<line num="696" count="48" type="stmt"/>
|
|
3671
|
+
<line num="706" count="1" type="stmt"/>
|
|
3672
|
+
<line num="715" count="48" type="stmt"/>
|
|
3673
|
+
<line num="716" count="48" type="cond" truecount="2" falsecount="2"/>
|
|
3674
|
+
<line num="717" count="0" type="stmt"/>
|
|
3675
|
+
<line num="720" count="48" type="stmt"/>
|
|
3676
|
+
<line num="723" count="60" type="stmt"/>
|
|
3677
|
+
<line num="724" count="60" type="stmt"/>
|
|
3678
|
+
<line num="726" count="60" type="cond" truecount="5" falsecount="0"/>
|
|
3679
|
+
<line num="728" count="1" type="stmt"/>
|
|
3680
|
+
<line num="729" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
3681
|
+
<line num="730" count="1" type="stmt"/>
|
|
3682
|
+
<line num="734" count="48" type="stmt"/>
|
|
3683
|
+
<line num="735" count="0" type="stmt"/>
|
|
3684
|
+
<line num="738" count="48" type="stmt"/>
|
|
3685
|
+
<line num="739" count="0" type="stmt"/>
|
|
3631
3686
|
</file>
|
|
3632
3687
|
</package>
|
|
3633
3688
|
<package name="packages.v1-components.src.host.components.time-picker">
|
|
@@ -4225,7 +4280,7 @@
|
|
|
4225
4280
|
</file>
|
|
4226
4281
|
</package>
|
|
4227
4282
|
<package name="packages.v1-components.src.remote.components">
|
|
4228
|
-
<metrics statements="
|
|
4283
|
+
<metrics statements="86" coveredstatements="18" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
4229
4284
|
<file name="add-button.ts" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/remote/components/add-button.ts">
|
|
4230
4285
|
<metrics statements="2" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
4231
4286
|
<line num="2" count="0" type="stmt"/>
|
|
@@ -4356,6 +4411,11 @@
|
|
|
4356
4411
|
<line num="2" count="0" type="stmt"/>
|
|
4357
4412
|
<line num="3" count="0" type="stmt"/>
|
|
4358
4413
|
</file>
|
|
4414
|
+
<file name="skeleton.ts" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/remote/components/skeleton.ts">
|
|
4415
|
+
<metrics statements="2" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
4416
|
+
<line num="2" count="0" type="stmt"/>
|
|
4417
|
+
<line num="3" count="0" type="stmt"/>
|
|
4418
|
+
</file>
|
|
4359
4419
|
<file name="slider.ts" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/remote/components/slider.ts">
|
|
4360
4420
|
<metrics statements="2" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
4361
4421
|
<line num="2" count="0" type="stmt"/>
|
|
@@ -4595,173 +4655,173 @@
|
|
|
4595
4655
|
<metrics statements="265" coveredstatements="136" conditionals="157" coveredconditionals="69" methods="108" coveredmethods="44"/>
|
|
4596
4656
|
<file name="UiSelect.vue" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/remote/components/select/UiSelect.vue">
|
|
4597
4657
|
<metrics statements="167" coveredstatements="95" conditionals="109" coveredconditionals="53" methods="51" coveredmethods="32"/>
|
|
4598
|
-
<line num="22" count="0" type="cond" truecount="2" falsecount="0"/>
|
|
4599
4658
|
<line num="23" count="0" type="cond" truecount="2" falsecount="0"/>
|
|
4600
|
-
<line num="
|
|
4601
|
-
<line num="
|
|
4602
|
-
<line num="
|
|
4603
|
-
<line num="
|
|
4604
|
-
<line num="
|
|
4605
|
-
<line num="
|
|
4606
|
-
<line num="
|
|
4607
|
-
<line num="
|
|
4608
|
-
<line num="
|
|
4609
|
-
<line num="251" count="2" type="stmt"/>
|
|
4610
|
-
<line num="252" count="2" type="stmt"/>
|
|
4611
|
-
<line num="254" count="2" type="stmt"/>
|
|
4612
|
-
<line num="255" count="4" type="stmt"/>
|
|
4613
|
-
<line num="257" count="4" type="stmt"/>
|
|
4614
|
-
<line num="258" count="4" type="stmt"/>
|
|
4615
|
-
<line num="259" count="3" type="stmt"/>
|
|
4616
|
-
<line num="260" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
4659
|
+
<line num="24" count="0" type="cond" truecount="2" falsecount="0"/>
|
|
4660
|
+
<line num="46" count="0" type="cond" truecount="2" falsecount="3"/>
|
|
4661
|
+
<line num="50" count="6" type="stmt"/>
|
|
4662
|
+
<line num="111" count="2" type="stmt"/>
|
|
4663
|
+
<line num="249" count="2" type="stmt"/>
|
|
4664
|
+
<line num="255" count="2" type="stmt"/>
|
|
4665
|
+
<line num="256" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
4666
|
+
<line num="258" count="2" type="cond" truecount="0" falsecount="2"/>
|
|
4667
|
+
<line num="259" count="2" type="stmt"/>
|
|
4617
4668
|
<line num="261" count="2" type="stmt"/>
|
|
4618
|
-
<line num="
|
|
4619
|
-
<line num="
|
|
4620
|
-
<line num="
|
|
4621
|
-
<line num="
|
|
4622
|
-
<line num="
|
|
4623
|
-
<line num="
|
|
4624
|
-
<line num="
|
|
4625
|
-
<line num="
|
|
4626
|
-
<line num="
|
|
4669
|
+
<line num="262" count="2" type="stmt"/>
|
|
4670
|
+
<line num="263" count="2" type="stmt"/>
|
|
4671
|
+
<line num="265" count="2" type="stmt"/>
|
|
4672
|
+
<line num="266" count="4" type="stmt"/>
|
|
4673
|
+
<line num="268" count="4" type="stmt"/>
|
|
4674
|
+
<line num="269" count="4" type="stmt"/>
|
|
4675
|
+
<line num="270" count="3" type="stmt"/>
|
|
4676
|
+
<line num="271" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
4677
|
+
<line num="272" count="2" type="stmt"/>
|
|
4678
|
+
<line num="276" count="4" type="stmt"/>
|
|
4679
|
+
<line num="279" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
4680
|
+
<line num="283" count="14" type="stmt"/>
|
|
4627
4681
|
<line num="285" count="2" type="stmt"/>
|
|
4628
|
-
<line num="286" count="
|
|
4629
|
-
<line num="
|
|
4630
|
-
<line num="
|
|
4631
|
-
<line num="289" count="0" type="stmt"/>
|
|
4682
|
+
<line num="286" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
4683
|
+
<line num="288" count="2" type="stmt"/>
|
|
4684
|
+
<line num="289" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
4632
4685
|
<line num="290" count="0" type="stmt"/>
|
|
4633
|
-
<line num="
|
|
4634
|
-
<line num="
|
|
4635
|
-
<line num="297" count="
|
|
4636
|
-
<line num="298" count="
|
|
4637
|
-
<line num="
|
|
4638
|
-
<line num="
|
|
4639
|
-
<line num="
|
|
4640
|
-
<line num="
|
|
4641
|
-
<line num="
|
|
4642
|
-
<line num="
|
|
4643
|
-
<line num="
|
|
4644
|
-
<line num="
|
|
4645
|
-
<line num="
|
|
4646
|
-
<line num="319" count="
|
|
4647
|
-
<line num="
|
|
4686
|
+
<line num="293" count="4" type="stmt"/>
|
|
4687
|
+
<line num="296" count="2" type="stmt"/>
|
|
4688
|
+
<line num="297" count="0" type="stmt"/>
|
|
4689
|
+
<line num="298" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
4690
|
+
<line num="299" count="0" type="stmt"/>
|
|
4691
|
+
<line num="300" count="0" type="stmt"/>
|
|
4692
|
+
<line num="301" count="0" type="stmt"/>
|
|
4693
|
+
<line num="305" count="2" type="stmt"/>
|
|
4694
|
+
<line num="306" count="4" type="stmt"/>
|
|
4695
|
+
<line num="308" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
4696
|
+
<line num="309" count="4" type="stmt"/>
|
|
4697
|
+
<line num="313" count="2" type="stmt"/>
|
|
4698
|
+
<line num="314" count="8" type="cond" truecount="1" falsecount="1"/>
|
|
4699
|
+
<line num="319" count="2" type="stmt"/>
|
|
4700
|
+
<line num="320" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
4701
|
+
<line num="321" count="0" type="stmt"/>
|
|
4648
4702
|
<line num="322" count="0" type="stmt"/>
|
|
4703
|
+
<line num="324" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
4649
4704
|
<line num="325" count="0" type="stmt"/>
|
|
4650
4705
|
<line num="327" count="0" type="stmt"/>
|
|
4651
|
-
<line num="
|
|
4652
|
-
<line num="332" count="
|
|
4653
|
-
<line num="333" count="
|
|
4654
|
-
<line num="
|
|
4655
|
-
<line num="335" count="6" type="stmt"/>
|
|
4656
|
-
<line num="337" count="2" type="stmt"/>
|
|
4706
|
+
<line num="330" count="0" type="stmt"/>
|
|
4707
|
+
<line num="332" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
4708
|
+
<line num="333" count="0" type="stmt"/>
|
|
4709
|
+
<line num="336" count="0" type="stmt"/>
|
|
4657
4710
|
<line num="338" count="0" type="stmt"/>
|
|
4658
|
-
<line num="
|
|
4659
|
-
<line num="
|
|
4660
|
-
<line num="
|
|
4661
|
-
<line num="
|
|
4662
|
-
<line num="
|
|
4663
|
-
<line num="348" count="
|
|
4664
|
-
<line num="349" count="
|
|
4665
|
-
<line num="
|
|
4666
|
-
<line num="353" count="
|
|
4667
|
-
<line num="354" count="
|
|
4711
|
+
<line num="342" count="2" type="stmt"/>
|
|
4712
|
+
<line num="343" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
4713
|
+
<line num="344" count="2" type="stmt"/>
|
|
4714
|
+
<line num="345" count="2" type="stmt"/>
|
|
4715
|
+
<line num="346" count="6" type="stmt"/>
|
|
4716
|
+
<line num="348" count="2" type="stmt"/>
|
|
4717
|
+
<line num="349" count="0" type="stmt"/>
|
|
4718
|
+
<line num="352" count="2" type="cond" truecount="0" falsecount="1"/>
|
|
4719
|
+
<line num="353" count="4" type="stmt"/>
|
|
4720
|
+
<line num="354" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
4668
4721
|
<line num="355" count="0" type="stmt"/>
|
|
4669
|
-
<line num="
|
|
4670
|
-
<line num="359" count="
|
|
4671
|
-
<line num="
|
|
4672
|
-
<line num="
|
|
4673
|
-
<line num="
|
|
4674
|
-
<line num="
|
|
4675
|
-
<line num="
|
|
4676
|
-
<line num="
|
|
4677
|
-
<line num="
|
|
4678
|
-
<line num="375" count="
|
|
4722
|
+
<line num="356" count="0" type="stmt"/>
|
|
4723
|
+
<line num="359" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
4724
|
+
<line num="360" count="2" type="stmt"/>
|
|
4725
|
+
<line num="361" count="2" type="stmt"/>
|
|
4726
|
+
<line num="364" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
4727
|
+
<line num="365" count="0" type="stmt"/>
|
|
4728
|
+
<line num="366" count="0" type="stmt"/>
|
|
4729
|
+
<line num="369" count="2" type="stmt"/>
|
|
4730
|
+
<line num="370" count="3" type="cond" truecount="1" falsecount="1"/>
|
|
4731
|
+
<line num="375" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
4732
|
+
<line num="378" count="2" type="stmt"/>
|
|
4679
4733
|
<line num="379" count="0" type="stmt"/>
|
|
4680
|
-
<line num="
|
|
4681
|
-
<line num="
|
|
4682
|
-
<line num="
|
|
4734
|
+
<line num="380" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
4735
|
+
<line num="381" count="0" type="stmt"/>
|
|
4736
|
+
<line num="382" count="0" type="stmt"/>
|
|
4683
4737
|
<line num="385" count="0" type="stmt"/>
|
|
4684
|
-
<line num="
|
|
4685
|
-
<line num="389" count="0" type="stmt"/>
|
|
4738
|
+
<line num="386" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
4686
4739
|
<line num="390" count="0" type="stmt"/>
|
|
4687
|
-
<line num="
|
|
4688
|
-
<line num="
|
|
4689
|
-
<line num="395" count="
|
|
4690
|
-
<line num="
|
|
4691
|
-
<line num="
|
|
4692
|
-
<line num="
|
|
4693
|
-
<line num="
|
|
4694
|
-
<line num="
|
|
4695
|
-
<line num="
|
|
4696
|
-
<line num="
|
|
4697
|
-
<line num="
|
|
4698
|
-
<line num="
|
|
4699
|
-
<line num="
|
|
4700
|
-
<line num="416" count="
|
|
4701
|
-
<line num="417" count="
|
|
4702
|
-
<line num="
|
|
4703
|
-
<line num="421" count="
|
|
4740
|
+
<line num="393" count="2" type="stmt"/>
|
|
4741
|
+
<line num="394" count="2" type="stmt"/>
|
|
4742
|
+
<line num="395" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
4743
|
+
<line num="396" count="0" type="stmt"/>
|
|
4744
|
+
<line num="399" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
4745
|
+
<line num="400" count="0" type="stmt"/>
|
|
4746
|
+
<line num="401" count="0" type="stmt"/>
|
|
4747
|
+
<line num="403" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
4748
|
+
<line num="404" count="0" type="stmt"/>
|
|
4749
|
+
<line num="406" count="0" type="stmt"/>
|
|
4750
|
+
<line num="409" count="0" type="stmt"/>
|
|
4751
|
+
<line num="411" count="2" type="stmt"/>
|
|
4752
|
+
<line num="412" count="2" type="stmt"/>
|
|
4753
|
+
<line num="416" count="2" type="stmt"/>
|
|
4754
|
+
<line num="417" count="4" type="cond" truecount="3" falsecount="1"/>
|
|
4755
|
+
<line num="418" count="0" type="stmt"/>
|
|
4756
|
+
<line num="421" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
4704
4757
|
<line num="422" count="0" type="stmt"/>
|
|
4705
|
-
<line num="
|
|
4706
|
-
<line num="426" count="
|
|
4707
|
-
<line num="
|
|
4708
|
-
<line num="
|
|
4709
|
-
<line num="431" count="
|
|
4710
|
-
<line num="
|
|
4711
|
-
<line num="
|
|
4712
|
-
<line num="
|
|
4713
|
-
<line num="
|
|
4714
|
-
<line num="440" count="
|
|
4715
|
-
<line num="441" count="
|
|
4716
|
-
<line num="442" count="
|
|
4758
|
+
<line num="423" count="0" type="stmt"/>
|
|
4759
|
+
<line num="426" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
4760
|
+
<line num="427" count="0" type="stmt"/>
|
|
4761
|
+
<line num="428" count="0" type="stmt"/>
|
|
4762
|
+
<line num="431" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
4763
|
+
<line num="432" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
4764
|
+
<line num="433" count="0" type="stmt"/>
|
|
4765
|
+
<line num="436" count="0" type="stmt"/>
|
|
4766
|
+
<line num="437" count="0" type="stmt"/>
|
|
4767
|
+
<line num="440" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
4768
|
+
<line num="441" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
4769
|
+
<line num="442" count="0" type="stmt"/>
|
|
4717
4770
|
<line num="445" count="0" type="stmt"/>
|
|
4718
4771
|
<line num="446" count="0" type="stmt"/>
|
|
4719
|
-
<line num="449" count="
|
|
4720
|
-
<line num="450" count="
|
|
4721
|
-
<line num="451" count="
|
|
4722
|
-
<line num="452" count="
|
|
4723
|
-
<line num="453" count="
|
|
4772
|
+
<line num="449" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
4773
|
+
<line num="450" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
4774
|
+
<line num="451" count="2" type="stmt"/>
|
|
4775
|
+
<line num="452" count="2" type="stmt"/>
|
|
4776
|
+
<line num="453" count="2" type="stmt"/>
|
|
4724
4777
|
<line num="456" count="0" type="stmt"/>
|
|
4725
4778
|
<line num="457" count="0" type="stmt"/>
|
|
4726
4779
|
<line num="460" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
4727
|
-
<line num="461" count="
|
|
4780
|
+
<line num="461" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
4728
4781
|
<line num="462" count="0" type="stmt"/>
|
|
4729
4782
|
<line num="463" count="0" type="stmt"/>
|
|
4730
4783
|
<line num="464" count="0" type="stmt"/>
|
|
4731
|
-
<line num="467" count="
|
|
4732
|
-
<line num="
|
|
4784
|
+
<line num="467" count="0" type="stmt"/>
|
|
4785
|
+
<line num="468" count="0" type="stmt"/>
|
|
4786
|
+
<line num="471" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
4733
4787
|
<line num="472" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
4734
|
-
<line num="473" count="
|
|
4735
|
-
<line num="474" count="
|
|
4736
|
-
<line num="475" count="
|
|
4737
|
-
<line num="
|
|
4738
|
-
<line num="
|
|
4739
|
-
<line num="
|
|
4740
|
-
<line num="484" count="
|
|
4741
|
-
<line num="485" count="
|
|
4742
|
-
<line num="486" count="
|
|
4743
|
-
<line num="
|
|
4744
|
-
<line num="
|
|
4745
|
-
<line num="491" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
4788
|
+
<line num="473" count="0" type="stmt"/>
|
|
4789
|
+
<line num="474" count="0" type="stmt"/>
|
|
4790
|
+
<line num="475" count="0" type="stmt"/>
|
|
4791
|
+
<line num="478" count="2" type="stmt"/>
|
|
4792
|
+
<line num="482" count="2" type="stmt"/>
|
|
4793
|
+
<line num="483" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
4794
|
+
<line num="484" count="2" type="stmt"/>
|
|
4795
|
+
<line num="485" count="2" type="stmt"/>
|
|
4796
|
+
<line num="486" count="2" type="stmt"/>
|
|
4797
|
+
<line num="490" count="2" type="stmt"/>
|
|
4798
|
+
<line num="491" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
4746
4799
|
<line num="492" count="0" type="stmt"/>
|
|
4747
|
-
<line num="
|
|
4748
|
-
<line num="496" count="
|
|
4749
|
-
<line num="497" count="
|
|
4750
|
-
<line num="498" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
4751
|
-
<line num="499" count="2" type="stmt"/>
|
|
4800
|
+
<line num="495" count="4" type="stmt"/>
|
|
4801
|
+
<line num="496" count="4" type="stmt"/>
|
|
4802
|
+
<line num="497" count="4" type="stmt"/>
|
|
4752
4803
|
<line num="500" count="2" type="stmt"/>
|
|
4753
|
-
<line num="
|
|
4754
|
-
<line num="
|
|
4755
|
-
<line num="
|
|
4804
|
+
<line num="501" count="0" type="stmt"/>
|
|
4805
|
+
<line num="502" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
4806
|
+
<line num="503" count="0" type="stmt"/>
|
|
4807
|
+
<line num="504" count="0" type="stmt"/>
|
|
4756
4808
|
<line num="507" count="2" type="stmt"/>
|
|
4757
|
-
<line num="
|
|
4758
|
-
<line num="
|
|
4759
|
-
<line num="
|
|
4760
|
-
<line num="
|
|
4761
|
-
<line num="
|
|
4762
|
-
<line num="
|
|
4763
|
-
<line num="
|
|
4764
|
-
<line num="
|
|
4809
|
+
<line num="508" count="6" type="stmt"/>
|
|
4810
|
+
<line num="509" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
4811
|
+
<line num="510" count="2" type="stmt"/>
|
|
4812
|
+
<line num="511" count="2" type="stmt"/>
|
|
4813
|
+
<line num="513" count="2" type="stmt"/>
|
|
4814
|
+
<line num="516" count="2" type="stmt"/>
|
|
4815
|
+
<line num="517" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
4816
|
+
<line num="518" count="2" type="stmt"/>
|
|
4817
|
+
<line num="521" count="0" type="stmt"/>
|
|
4818
|
+
<line num="522" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
4819
|
+
<line num="523" count="0" type="stmt"/>
|
|
4820
|
+
<line num="524" count="0" type="stmt"/>
|
|
4821
|
+
<line num="528" count="2" type="stmt"/>
|
|
4822
|
+
<line num="529" count="4" type="cond" truecount="4" falsecount="0"/>
|
|
4823
|
+
<line num="530" count="2" type="stmt"/>
|
|
4824
|
+
<line num="533" count="2" type="stmt"/>
|
|
4765
4825
|
</file>
|
|
4766
4826
|
<file name="UiSelectOption.vue" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/remote/components/select/UiSelectOption.vue">
|
|
4767
4827
|
<metrics statements="41" coveredstatements="35" conditionals="31" coveredconditionals="16" methods="23" coveredmethods="12"/>
|