@retailcrm/embed-ui 0.9.13 → 0.9.15
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 +17 -0
- package/coverage/clover.xml +1960 -1282
- package/coverage/coverage-final.json +113 -89
- package/coverage/index.html +237 -162
- package/package.json +6 -6
package/coverage/clover.xml
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<coverage generated="
|
|
3
|
-
<project timestamp="
|
|
4
|
-
<metrics statements="
|
|
2
|
+
<coverage generated="1774957286321" clover="3.2.0">
|
|
3
|
+
<project timestamp="1774957286321" name="All files">
|
|
4
|
+
<metrics statements="4813" coveredstatements="3355" conditionals="3285" coveredconditionals="1876" methods="1592" coveredmethods="1056" elements="9690" coveredelements="6287" complexity="0" loc="4813" ncloc="4813" packages="64" files="196" classes="196"/>
|
|
5
5
|
<package name="packages.v1-components.src.common">
|
|
6
|
-
<metrics statements="32" coveredstatements="
|
|
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">
|
|
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="5" type="stmt"/>
|
|
10
|
+
<line num="9" count="5" type="stmt"/>
|
|
11
|
+
<line num="10" count="5" 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"/>
|
|
15
|
-
<line num="1" count="
|
|
15
|
+
<line num="1" count="4" type="cond" truecount="0" falsecount="1"/>
|
|
16
16
|
<line num="2" count="0" type="stmt"/>
|
|
17
17
|
<line num="3" count="0" type="stmt"/>
|
|
18
18
|
<line num="5" count="0" type="stmt"/>
|
|
@@ -23,25 +23,25 @@
|
|
|
23
23
|
<line num="16" count="0" type="stmt"/>
|
|
24
24
|
</file>
|
|
25
25
|
<file name="preview.ts" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/common/preview.ts">
|
|
26
|
-
<metrics statements="5" coveredstatements="
|
|
27
|
-
<line num="
|
|
28
|
-
<line num="
|
|
29
|
-
<line num="
|
|
30
|
-
<line num="
|
|
31
|
-
<line num="
|
|
26
|
+
<metrics statements="5" coveredstatements="2" conditionals="3" coveredconditionals="0" methods="2" coveredmethods="0"/>
|
|
27
|
+
<line num="9" count="1" type="stmt"/>
|
|
28
|
+
<line num="11" count="1" type="cond" truecount="0" falsecount="1"/>
|
|
29
|
+
<line num="12" count="0" type="stmt"/>
|
|
30
|
+
<line num="14" count="0" type="stmt"/>
|
|
31
|
+
<line num="20" count="0" type="stmt"/>
|
|
32
32
|
</file>
|
|
33
33
|
<file name="utils.ts" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/common/utils.ts">
|
|
34
34
|
<metrics statements="15" coveredstatements="9" conditionals="2" coveredconditionals="0" methods="7" coveredmethods="3"/>
|
|
35
|
-
<line num="1" count="
|
|
35
|
+
<line num="1" count="5" type="stmt"/>
|
|
36
36
|
<line num="3" count="0" type="stmt"/>
|
|
37
|
-
<line num="7" count="
|
|
37
|
+
<line num="7" count="5" type="stmt"/>
|
|
38
38
|
<line num="11" count="28" type="stmt"/>
|
|
39
39
|
<line num="12" count="28" type="stmt"/>
|
|
40
40
|
<line num="13" count="184" type="stmt"/>
|
|
41
41
|
<line num="15" count="28" type="stmt"/>
|
|
42
|
-
<line num="18" count="
|
|
42
|
+
<line num="18" count="5" type="stmt"/>
|
|
43
43
|
<line num="19" count="24" type="stmt"/>
|
|
44
|
-
<line num="25" count="
|
|
44
|
+
<line num="25" count="5" type="stmt"/>
|
|
45
45
|
<line num="26" count="0" type="stmt"/>
|
|
46
46
|
<line num="28" count="0" type="stmt"/>
|
|
47
47
|
<line num="29" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
@@ -50,71 +50,69 @@
|
|
|
50
50
|
</file>
|
|
51
51
|
</package>
|
|
52
52
|
<package name="packages.v1-components.src.common.components">
|
|
53
|
-
<metrics statements="
|
|
53
|
+
<metrics statements="533" coveredstatements="506" conditionals="391" coveredconditionals="321" methods="141" coveredmethods="124"/>
|
|
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
|
-
<line num="1" count="
|
|
57
|
-
<line num="2" count="
|
|
58
|
-
<line num="3" count="
|
|
59
|
-
<line num="4" count="
|
|
60
|
-
<line num="5" count="
|
|
61
|
-
<line num="6" count="
|
|
56
|
+
<line num="1" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
57
|
+
<line num="2" count="3" type="stmt"/>
|
|
58
|
+
<line num="3" count="3" type="stmt"/>
|
|
59
|
+
<line num="4" count="3" type="stmt"/>
|
|
60
|
+
<line num="5" count="3" type="stmt"/>
|
|
61
|
+
<line num="6" count="3" type="stmt"/>
|
|
62
62
|
<line num="17" count="13" type="stmt"/>
|
|
63
|
-
<line num="19" count="
|
|
63
|
+
<line num="19" count="3" type="stmt"/>
|
|
64
64
|
<line num="20" count="10" type="cond" truecount="2" falsecount="0"/>
|
|
65
65
|
</file>
|
|
66
66
|
<file name="alert.ts" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/common/components/alert.ts">
|
|
67
67
|
<metrics statements="5" coveredstatements="5" conditionals="2" coveredconditionals="2" methods="1" coveredmethods="1"/>
|
|
68
|
-
<line num="1" count="1" type="cond" truecount="2" falsecount="0"/>
|
|
69
|
-
<line num="2" count="1" type="stmt"/>
|
|
70
|
-
<line num="3" count="1" type="stmt"/>
|
|
71
|
-
<line num="4" count="1" type="stmt"/>
|
|
72
|
-
<line num="5" count="1" type="stmt"/>
|
|
73
|
-
</file>
|
|
74
|
-
<file name="avatar.ts" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/common/components/avatar.ts">
|
|
75
|
-
<metrics statements="12" coveredstatements="0" conditionals="4" coveredconditionals="0" methods="2" coveredmethods="0"/>
|
|
76
|
-
<line num="1" count="0" type="stmt"/>
|
|
77
|
-
<line num="2" count="0" type="stmt"/>
|
|
78
|
-
<line num="3" count="0" type="stmt"/>
|
|
79
|
-
<line num="4" count="0" type="stmt"/>
|
|
80
|
-
<line num="5" count="0" type="stmt"/>
|
|
81
|
-
<line num="7" count="0" type="stmt"/>
|
|
82
|
-
<line num="8" count="0" type="stmt"/>
|
|
83
|
-
<line num="9" count="0" type="stmt"/>
|
|
84
|
-
<line num="10" count="0" type="stmt"/>
|
|
85
|
-
<line num="11" count="0" type="stmt"/>
|
|
86
|
-
<line num="12" count="0" type="stmt"/>
|
|
87
|
-
<line num="13" count="0" type="stmt"/>
|
|
88
|
-
</file>
|
|
89
|
-
<file name="button.ts" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/common/components/button.ts">
|
|
90
|
-
<metrics statements="14" coveredstatements="14" conditionals="6" coveredconditionals="6" methods="3" coveredmethods="3"/>
|
|
91
68
|
<line num="1" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
92
69
|
<line num="2" count="2" type="stmt"/>
|
|
93
70
|
<line num="3" count="2" type="stmt"/>
|
|
94
71
|
<line num="4" count="2" type="stmt"/>
|
|
95
72
|
<line num="5" count="2" type="stmt"/>
|
|
96
|
-
<line num="8" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
97
|
-
<line num="9" count="2" type="stmt"/>
|
|
98
|
-
<line num="10" count="2" type="stmt"/>
|
|
99
|
-
<line num="11" count="2" type="stmt"/>
|
|
100
|
-
<line num="12" count="2" type="stmt"/>
|
|
101
|
-
<line num="15" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
102
|
-
<line num="16" count="2" type="stmt"/>
|
|
103
|
-
<line num="17" count="2" type="stmt"/>
|
|
104
|
-
<line num="18" count="2" type="stmt"/>
|
|
105
73
|
</file>
|
|
106
|
-
<file name="
|
|
107
|
-
<metrics statements="
|
|
108
|
-
<line num="3" count="
|
|
74
|
+
<file name="avatar.ts" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/common/components/avatar.ts">
|
|
75
|
+
<metrics statements="10" coveredstatements="10" conditionals="4" coveredconditionals="4" methods="2" coveredmethods="2"/>
|
|
76
|
+
<line num="3" count="1" type="cond" truecount="2" falsecount="0"/>
|
|
77
|
+
<line num="4" count="1" type="stmt"/>
|
|
78
|
+
<line num="5" count="1" type="stmt"/>
|
|
79
|
+
<line num="6" count="1" type="stmt"/>
|
|
80
|
+
<line num="9" count="1" type="cond" truecount="2" falsecount="0"/>
|
|
81
|
+
<line num="10" count="1" type="stmt"/>
|
|
82
|
+
<line num="11" count="1" type="stmt"/>
|
|
83
|
+
<line num="12" count="1" type="stmt"/>
|
|
84
|
+
<line num="13" count="1" type="stmt"/>
|
|
85
|
+
<line num="14" count="1" type="stmt"/>
|
|
86
|
+
</file>
|
|
87
|
+
<file name="button.ts" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/common/components/button.ts">
|
|
88
|
+
<metrics statements="14" coveredstatements="14" conditionals="6" coveredconditionals="6" methods="3" coveredmethods="3"/>
|
|
89
|
+
<line num="1" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
90
|
+
<line num="2" count="4" type="stmt"/>
|
|
91
|
+
<line num="3" count="4" type="stmt"/>
|
|
109
92
|
<line num="4" count="4" type="stmt"/>
|
|
110
93
|
<line num="5" count="4" type="stmt"/>
|
|
111
94
|
<line num="8" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
112
95
|
<line num="9" count="4" type="stmt"/>
|
|
113
96
|
<line num="10" count="4" type="stmt"/>
|
|
114
|
-
<line num="
|
|
115
|
-
<line num="
|
|
116
|
-
<line num="15" count="4" type="
|
|
97
|
+
<line num="11" count="4" type="stmt"/>
|
|
98
|
+
<line num="12" count="4" type="stmt"/>
|
|
99
|
+
<line num="15" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
117
100
|
<line num="16" count="4" type="stmt"/>
|
|
101
|
+
<line num="17" count="4" type="stmt"/>
|
|
102
|
+
<line num="18" count="4" type="stmt"/>
|
|
103
|
+
</file>
|
|
104
|
+
<file name="calendar.ts" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/common/components/calendar.ts">
|
|
105
|
+
<metrics statements="74" coveredstatements="74" conditionals="78" coveredconditionals="72" methods="32" coveredmethods="32"/>
|
|
106
|
+
<line num="3" count="5" type="cond" truecount="2" falsecount="0"/>
|
|
107
|
+
<line num="4" count="5" type="stmt"/>
|
|
108
|
+
<line num="5" count="5" type="stmt"/>
|
|
109
|
+
<line num="8" count="5" type="cond" truecount="2" falsecount="0"/>
|
|
110
|
+
<line num="9" count="5" type="stmt"/>
|
|
111
|
+
<line num="10" count="5" type="stmt"/>
|
|
112
|
+
<line num="13" count="5" type="cond" truecount="2" falsecount="0"/>
|
|
113
|
+
<line num="14" count="5" type="stmt"/>
|
|
114
|
+
<line num="15" count="5" type="stmt"/>
|
|
115
|
+
<line num="16" count="5" type="stmt"/>
|
|
118
116
|
<line num="34" count="4385" type="cond" truecount="1" falsecount="0"/>
|
|
119
117
|
<line num="44" count="7245" type="cond" truecount="1" falsecount="1"/>
|
|
120
118
|
<line num="45" count="7245" type="cond" truecount="2" falsecount="1"/>
|
|
@@ -126,13 +124,13 @@
|
|
|
126
124
|
<line num="52" count="2860" type="stmt"/>
|
|
127
125
|
<line num="54" count="4317" type="stmt"/>
|
|
128
126
|
<line num="59" count="2170" type="stmt"/>
|
|
129
|
-
<line num="63" count="
|
|
127
|
+
<line num="63" count="67698" type="stmt"/>
|
|
130
128
|
<line num="67" count="1935" type="stmt"/>
|
|
131
|
-
<line num="71" count="
|
|
129
|
+
<line num="71" count="16890" type="stmt"/>
|
|
132
130
|
<line num="75" count="15019" type="stmt"/>
|
|
133
131
|
<line num="79" count="1514" type="stmt"/>
|
|
134
|
-
<line num="83" count="
|
|
135
|
-
<line num="87" count="
|
|
132
|
+
<line num="83" count="29682" type="cond" truecount="2" falsecount="0"/>
|
|
133
|
+
<line num="87" count="4571" type="cond" truecount="2" falsecount="0"/>
|
|
136
134
|
<line num="91" count="6542" type="cond" truecount="2" falsecount="0"/>
|
|
137
135
|
<line num="95" count="8511" type="cond" truecount="2" falsecount="0"/>
|
|
138
136
|
<line num="99" count="10" type="cond" truecount="2" falsecount="0"/>
|
|
@@ -146,30 +144,30 @@
|
|
|
146
144
|
<line num="116" count="7" type="stmt"/>
|
|
147
145
|
<line num="119" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
148
146
|
<line num="123" count="2204" type="stmt"/>
|
|
149
|
-
<line num="127" count="
|
|
147
|
+
<line num="127" count="5" type="stmt"/>
|
|
150
148
|
<line num="128" count="241" type="stmt"/>
|
|
151
149
|
<line num="129" count="241" type="cond" truecount="4" falsecount="0"/>
|
|
152
150
|
<line num="131" count="241" type="stmt"/>
|
|
153
151
|
<line num="132" count="1687" type="stmt"/>
|
|
154
152
|
<line num="139" count="241" type="stmt"/>
|
|
155
|
-
<line num="142" count="
|
|
153
|
+
<line num="142" count="5" type="stmt"/>
|
|
156
154
|
<line num="143" count="40" type="stmt"/>
|
|
157
155
|
<line num="145" count="40" type="stmt"/>
|
|
158
156
|
<line num="146" count="240" type="stmt"/>
|
|
159
157
|
<line num="152" count="554" type="cond" truecount="2" falsecount="0"/>
|
|
160
158
|
<line num="153" count="202" type="stmt"/>
|
|
161
159
|
<line num="157" count="40" type="stmt"/>
|
|
162
|
-
<line num="160" count="
|
|
160
|
+
<line num="160" count="5" type="stmt"/>
|
|
163
161
|
<line num="161" count="67" type="stmt"/>
|
|
164
162
|
<line num="163" count="804" type="stmt"/>
|
|
165
163
|
<line num="166" count="145" type="stmt"/>
|
|
166
164
|
<line num="167" count="62" type="cond" truecount="2" falsecount="0"/>
|
|
167
165
|
<line num="168" count="32" type="stmt"/>
|
|
168
166
|
<line num="170" count="58" type="stmt"/>
|
|
169
|
-
<line num="171" count="
|
|
170
|
-
<line num="172" count="
|
|
167
|
+
<line num="171" count="5" type="stmt"/>
|
|
168
|
+
<line num="172" count="5" type="cond" truecount="2" falsecount="0"/>
|
|
171
169
|
<line num="174" count="12" type="stmt"/>
|
|
172
|
-
<line num="176" count="
|
|
170
|
+
<line num="176" count="5" type="stmt"/>
|
|
173
171
|
<line num="177" count="6" type="stmt"/>
|
|
174
172
|
<line num="179" count="6" type="cond" truecount="4" falsecount="0"/>
|
|
175
173
|
<line num="180" count="1" type="stmt"/>
|
|
@@ -182,45 +180,45 @@
|
|
|
182
180
|
</file>
|
|
183
181
|
<file name="collapse-box.ts" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/common/components/collapse-box.ts">
|
|
184
182
|
<metrics statements="11" coveredstatements="11" conditionals="4" coveredconditionals="4" methods="2" coveredmethods="2"/>
|
|
185
|
-
<line num="3" count="
|
|
186
|
-
<line num="4" count="
|
|
187
|
-
<line num="5" count="
|
|
188
|
-
<line num="6" count="
|
|
189
|
-
<line num="7" count="
|
|
190
|
-
<line num="8" count="
|
|
191
|
-
<line num="9" count="
|
|
192
|
-
<line num="10" count="
|
|
193
|
-
<line num="13" count="
|
|
194
|
-
<line num="14" count="
|
|
195
|
-
<line num="15" count="
|
|
183
|
+
<line num="3" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
184
|
+
<line num="4" count="2" type="stmt"/>
|
|
185
|
+
<line num="5" count="2" type="stmt"/>
|
|
186
|
+
<line num="6" count="2" type="stmt"/>
|
|
187
|
+
<line num="7" count="2" type="stmt"/>
|
|
188
|
+
<line num="8" count="2" type="stmt"/>
|
|
189
|
+
<line num="9" count="2" type="stmt"/>
|
|
190
|
+
<line num="10" count="2" type="stmt"/>
|
|
191
|
+
<line num="13" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
192
|
+
<line num="14" count="2" type="stmt"/>
|
|
193
|
+
<line num="15" count="2" type="stmt"/>
|
|
196
194
|
</file>
|
|
197
195
|
<file name="collapse.ts" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/common/components/collapse.ts">
|
|
198
196
|
<metrics statements="3" coveredstatements="3" conditionals="2" coveredconditionals="2" methods="1" coveredmethods="1"/>
|
|
199
|
-
<line num="1" count="
|
|
200
|
-
<line num="2" count="
|
|
201
|
-
<line num="3" count="
|
|
197
|
+
<line num="1" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
198
|
+
<line num="2" count="4" type="stmt"/>
|
|
199
|
+
<line num="3" count="4" type="stmt"/>
|
|
202
200
|
</file>
|
|
203
201
|
<file name="date-picker.ts" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/common/components/date-picker.ts">
|
|
204
202
|
<metrics statements="55" coveredstatements="48" conditionals="62" coveredconditionals="49" methods="13" coveredmethods="12"/>
|
|
205
|
-
<line num="14" count="
|
|
206
|
-
<line num="15" count="
|
|
207
|
-
<line num="16" count="
|
|
203
|
+
<line num="14" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
204
|
+
<line num="15" count="3" type="stmt"/>
|
|
205
|
+
<line num="16" count="3" type="stmt"/>
|
|
208
206
|
<line num="58" count="5" type="cond" truecount="1" falsecount="1"/>
|
|
209
|
-
<line num="64" count="
|
|
207
|
+
<line num="64" count="3" type="stmt"/>
|
|
210
208
|
<line num="69" count="5" type="cond" truecount="2" falsecount="0"/>
|
|
211
209
|
<line num="77" count="5" type="stmt"/>
|
|
212
|
-
<line num="82" count="
|
|
213
|
-
<line num="83" count="
|
|
214
|
-
<line num="84" count="
|
|
215
|
-
<line num="87" count="
|
|
210
|
+
<line num="82" count="3" type="stmt"/>
|
|
211
|
+
<line num="83" count="3" type="stmt"/>
|
|
212
|
+
<line num="84" count="3" type="cond" truecount="0" falsecount="1"/>
|
|
213
|
+
<line num="87" count="3" type="stmt"/>
|
|
216
214
|
<line num="88" count="10" type="stmt"/>
|
|
217
|
-
<line num="91" count="
|
|
215
|
+
<line num="91" count="3" type="stmt"/>
|
|
218
216
|
<line num="92" count="1" type="cond" truecount="2" falsecount="1"/>
|
|
219
|
-
<line num="95" count="
|
|
217
|
+
<line num="95" count="3" type="stmt"/>
|
|
220
218
|
<line num="96" count="11" type="cond" truecount="4" falsecount="0"/>
|
|
221
219
|
<line num="97" count="1" type="stmt"/>
|
|
222
220
|
<line num="100" count="10" type="stmt"/>
|
|
223
|
-
<line num="103" count="
|
|
221
|
+
<line num="103" count="3" type="stmt"/>
|
|
224
222
|
<line num="104" count="3" type="stmt"/>
|
|
225
223
|
<line num="105" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
226
224
|
<line num="106" count="6" type="stmt"/>
|
|
@@ -234,7 +232,7 @@
|
|
|
234
232
|
<line num="121" count="0" type="stmt"/>
|
|
235
233
|
<line num="124" count="3" type="stmt"/>
|
|
236
234
|
<line num="126" count="3" type="stmt"/>
|
|
237
|
-
<line num="129" count="
|
|
235
|
+
<line num="129" count="3" type="stmt"/>
|
|
238
236
|
<line num="130" count="14" type="cond" truecount="2" falsecount="0"/>
|
|
239
237
|
<line num="131" count="7" type="stmt"/>
|
|
240
238
|
<line num="134" count="7" type="cond" truecount="2" falsecount="0"/>
|
|
@@ -242,7 +240,7 @@
|
|
|
242
240
|
<line num="138" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
243
241
|
<line num="139" count="2" type="stmt"/>
|
|
244
242
|
<line num="142" count="0" type="stmt"/>
|
|
245
|
-
<line num="145" count="
|
|
243
|
+
<line num="145" count="3" type="stmt"/>
|
|
246
244
|
<line num="146" count="7" type="cond" truecount="3" falsecount="1"/>
|
|
247
245
|
<line num="147" count="0" type="stmt"/>
|
|
248
246
|
<line num="150" count="7" type="cond" truecount="4" falsecount="0"/>
|
|
@@ -259,88 +257,79 @@
|
|
|
259
257
|
<line num="171" count="3" type="stmt"/>
|
|
260
258
|
</file>
|
|
261
259
|
<file name="error.ts" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/common/components/error.ts">
|
|
262
|
-
<metrics statements="
|
|
263
|
-
<line num="1" count="
|
|
264
|
-
<line num="2" count="
|
|
265
|
-
<line num="3" count="
|
|
266
|
-
<line num="4" count="0" type="stmt"/>
|
|
260
|
+
<metrics statements="3" coveredstatements="3" conditionals="2" coveredconditionals="2" methods="1" coveredmethods="1"/>
|
|
261
|
+
<line num="1" count="1" type="cond" truecount="2" falsecount="0"/>
|
|
262
|
+
<line num="2" count="1" type="stmt"/>
|
|
263
|
+
<line num="3" count="1" type="stmt"/>
|
|
267
264
|
</file>
|
|
268
265
|
<file name="link.ts" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/common/components/link.ts">
|
|
269
|
-
<metrics statements="
|
|
270
|
-
<line num="1" count="
|
|
271
|
-
<line num="2" count="
|
|
272
|
-
<line num="3" count="
|
|
273
|
-
<line num="4" count="
|
|
274
|
-
<line num="5" count="
|
|
275
|
-
<line num="6" count="
|
|
276
|
-
<line num="
|
|
277
|
-
<line num="
|
|
278
|
-
<line num="
|
|
279
|
-
<line num="
|
|
280
|
-
<line num="
|
|
281
|
-
<line num="
|
|
282
|
-
<line num="
|
|
283
|
-
<line num="
|
|
284
|
-
<line num="16" count="0" type="stmt"/>
|
|
285
|
-
<line num="17" count="0" type="stmt"/>
|
|
266
|
+
<metrics statements="14" coveredstatements="14" conditionals="4" coveredconditionals="4" methods="2" coveredmethods="2"/>
|
|
267
|
+
<line num="1" count="1" type="cond" truecount="2" falsecount="0"/>
|
|
268
|
+
<line num="2" count="1" type="stmt"/>
|
|
269
|
+
<line num="3" count="1" type="stmt"/>
|
|
270
|
+
<line num="4" count="1" type="stmt"/>
|
|
271
|
+
<line num="5" count="1" type="stmt"/>
|
|
272
|
+
<line num="6" count="1" type="stmt"/>
|
|
273
|
+
<line num="9" count="1" type="cond" truecount="2" falsecount="0"/>
|
|
274
|
+
<line num="10" count="1" type="stmt"/>
|
|
275
|
+
<line num="11" count="1" type="stmt"/>
|
|
276
|
+
<line num="12" count="1" type="stmt"/>
|
|
277
|
+
<line num="13" count="1" type="stmt"/>
|
|
278
|
+
<line num="14" count="1" type="stmt"/>
|
|
279
|
+
<line num="15" count="1" type="stmt"/>
|
|
280
|
+
<line num="16" count="1" type="stmt"/>
|
|
286
281
|
</file>
|
|
287
282
|
<file name="menu.ts" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/common/components/menu.ts">
|
|
288
283
|
<metrics statements="8" coveredstatements="6" conditionals="4" coveredconditionals="2" methods="2" coveredmethods="1"/>
|
|
289
|
-
<line num="1" count="
|
|
290
|
-
<line num="2" count="
|
|
291
|
-
<line num="3" count="
|
|
292
|
-
<line num="4" count="
|
|
293
|
-
<line num="5" count="
|
|
294
|
-
<line num="24" count="
|
|
284
|
+
<line num="1" count="5" type="cond" truecount="2" falsecount="0"/>
|
|
285
|
+
<line num="2" count="5" type="stmt"/>
|
|
286
|
+
<line num="3" count="5" type="stmt"/>
|
|
287
|
+
<line num="4" count="5" type="stmt"/>
|
|
288
|
+
<line num="5" count="5" type="stmt"/>
|
|
289
|
+
<line num="24" count="5" type="stmt"/>
|
|
295
290
|
<line num="25" count="0" type="stmt"/>
|
|
296
291
|
<line num="26" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
297
292
|
</file>
|
|
298
293
|
<file name="modal-sidebar.ts" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/common/components/modal-sidebar.ts">
|
|
299
|
-
<metrics statements="
|
|
300
|
-
<line num="1" count="
|
|
301
|
-
<line num="2" count="
|
|
302
|
-
<line num="3" count="
|
|
303
|
-
<line num="4" count="
|
|
304
|
-
<line num="
|
|
305
|
-
<line num="
|
|
306
|
-
<line num="
|
|
307
|
-
<line num="
|
|
308
|
-
<line num="
|
|
309
|
-
<line num="
|
|
310
|
-
<line num="
|
|
311
|
-
<line num="
|
|
312
|
-
<line num="
|
|
313
|
-
<line num="
|
|
314
|
-
<line num="18" count="0" type="stmt"/>
|
|
315
|
-
<line num="19" count="0" type="stmt"/>
|
|
316
|
-
<line num="20" count="0" type="stmt"/>
|
|
317
|
-
<line num="21" count="0" type="stmt"/>
|
|
294
|
+
<metrics statements="14" coveredstatements="14" conditionals="8" coveredconditionals="8" methods="4" coveredmethods="4"/>
|
|
295
|
+
<line num="1" count="1" type="cond" truecount="2" falsecount="0"/>
|
|
296
|
+
<line num="2" count="1" type="stmt"/>
|
|
297
|
+
<line num="3" count="1" type="stmt"/>
|
|
298
|
+
<line num="4" count="1" type="stmt"/>
|
|
299
|
+
<line num="7" count="1" type="cond" truecount="2" falsecount="0"/>
|
|
300
|
+
<line num="8" count="1" type="stmt"/>
|
|
301
|
+
<line num="9" count="1" type="stmt"/>
|
|
302
|
+
<line num="12" count="1" type="cond" truecount="2" falsecount="0"/>
|
|
303
|
+
<line num="13" count="1" type="stmt"/>
|
|
304
|
+
<line num="14" count="1" type="stmt"/>
|
|
305
|
+
<line num="15" count="1" type="stmt"/>
|
|
306
|
+
<line num="18" count="1" type="cond" truecount="2" falsecount="0"/>
|
|
307
|
+
<line num="19" count="1" type="stmt"/>
|
|
308
|
+
<line num="20" count="1" type="stmt"/>
|
|
318
309
|
</file>
|
|
319
310
|
<file name="modal-window.ts" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/common/components/modal-window.ts">
|
|
320
|
-
<metrics statements="
|
|
321
|
-
<line num="1" count="
|
|
322
|
-
<line num="2" count="
|
|
323
|
-
<line num="3" count="
|
|
324
|
-
<line num="4" count="
|
|
325
|
-
<line num="5" count="
|
|
326
|
-
<line num="
|
|
327
|
-
<line num="
|
|
328
|
-
<line num="
|
|
329
|
-
<line num="10" count="0" type="stmt"/>
|
|
330
|
-
<line num="11" count="0" type="stmt"/>
|
|
311
|
+
<metrics statements="8" coveredstatements="8" conditionals="4" coveredconditionals="4" methods="2" coveredmethods="2"/>
|
|
312
|
+
<line num="1" count="1" type="cond" truecount="2" falsecount="0"/>
|
|
313
|
+
<line num="2" count="1" type="stmt"/>
|
|
314
|
+
<line num="3" count="1" type="stmt"/>
|
|
315
|
+
<line num="4" count="1" type="stmt"/>
|
|
316
|
+
<line num="5" count="1" type="stmt"/>
|
|
317
|
+
<line num="8" count="1" type="cond" truecount="2" falsecount="0"/>
|
|
318
|
+
<line num="9" count="1" type="stmt"/>
|
|
319
|
+
<line num="10" count="1" type="stmt"/>
|
|
331
320
|
</file>
|
|
332
321
|
<file name="number-stepper.ts" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/common/components/number-stepper.ts">
|
|
333
322
|
<metrics statements="47" coveredstatements="45" conditionals="44" coveredconditionals="36" methods="10" coveredmethods="9"/>
|
|
334
|
-
<line num="5" count="
|
|
335
|
-
<line num="6" count="
|
|
336
|
-
<line num="7" count="
|
|
337
|
-
<line num="10" count="
|
|
338
|
-
<line num="11" count="
|
|
339
|
-
<line num="12" count="
|
|
340
|
-
<line num="13" count="
|
|
341
|
-
<line num="62" count="
|
|
323
|
+
<line num="5" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
324
|
+
<line num="6" count="3" type="stmt"/>
|
|
325
|
+
<line num="7" count="3" type="stmt"/>
|
|
326
|
+
<line num="10" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
327
|
+
<line num="11" count="3" type="stmt"/>
|
|
328
|
+
<line num="12" count="3" type="stmt"/>
|
|
329
|
+
<line num="13" count="3" type="stmt"/>
|
|
330
|
+
<line num="62" count="3" type="stmt"/>
|
|
342
331
|
<line num="63" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
343
|
-
<line num="70" count="
|
|
332
|
+
<line num="70" count="3" type="stmt"/>
|
|
344
333
|
<line num="71" count="42" type="cond" truecount="2" falsecount="0"/>
|
|
345
334
|
<line num="72" count="17" type="cond" truecount="1" falsecount="1"/>
|
|
346
335
|
<line num="75" count="25" type="cond" truecount="1" falsecount="1"/>
|
|
@@ -350,26 +339,26 @@
|
|
|
350
339
|
<line num="82" count="21" type="stmt"/>
|
|
351
340
|
<line num="83" count="21" type="cond" truecount="2" falsecount="0"/>
|
|
352
341
|
<line num="86" count="0" type="stmt"/>
|
|
353
|
-
<line num="89" count="
|
|
342
|
+
<line num="89" count="3" type="stmt"/>
|
|
354
343
|
<line num="90" count="16" type="stmt"/>
|
|
355
|
-
<line num="93" count="
|
|
344
|
+
<line num="93" count="3" type="stmt"/>
|
|
356
345
|
<line num="94" count="9" type="stmt"/>
|
|
357
346
|
<line num="95" count="9" type="stmt"/>
|
|
358
347
|
<line num="97" count="9" type="cond" truecount="2" falsecount="0"/>
|
|
359
|
-
<line num="102" count="
|
|
348
|
+
<line num="102" count="3" type="stmt"/>
|
|
360
349
|
<line num="103" count="12" type="cond" truecount="4" falsecount="0"/>
|
|
361
350
|
<line num="104" count="9" type="stmt"/>
|
|
362
351
|
<line num="107" count="3" type="stmt"/>
|
|
363
352
|
<line num="109" count="3" type="cond" truecount="4" falsecount="0"/>
|
|
364
|
-
<line num="114" count="
|
|
353
|
+
<line num="114" count="3" type="stmt"/>
|
|
365
354
|
<line num="115" count="17" type="cond" truecount="2" falsecount="0"/>
|
|
366
355
|
<line num="116" count="16" type="stmt"/>
|
|
367
356
|
<line num="119" count="1" type="stmt"/>
|
|
368
|
-
<line num="122" count="
|
|
357
|
+
<line num="122" count="3" type="stmt"/>
|
|
369
358
|
<line num="127" count="35" type="cond" truecount="2" falsecount="0"/>
|
|
370
359
|
<line num="128" count="6" type="stmt"/>
|
|
371
360
|
<line num="131" count="29" type="cond" truecount="4" falsecount="0"/>
|
|
372
|
-
<line num="136" count="
|
|
361
|
+
<line num="136" count="3" type="stmt"/>
|
|
373
362
|
<line num="141" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
374
363
|
<line num="142" count="1" type="stmt"/>
|
|
375
364
|
<line num="145" count="5" type="stmt"/>
|
|
@@ -379,55 +368,69 @@
|
|
|
379
368
|
<line num="152" count="1" type="stmt"/>
|
|
380
369
|
<line num="155" count="5" type="stmt"/>
|
|
381
370
|
</file>
|
|
371
|
+
<file name="page-header.ts" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/common/components/page-header.ts">
|
|
372
|
+
<metrics statements="1" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
373
|
+
<line num="1" count="0" type="stmt"/>
|
|
374
|
+
</file>
|
|
382
375
|
<file name="popper.ts" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/common/components/popper.ts">
|
|
383
376
|
<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="
|
|
377
|
+
<line num="5" count="5" type="stmt"/>
|
|
378
|
+
<line num="58" count="5" type="stmt"/>
|
|
379
|
+
<line num="60" count="12" type="stmt"/>
|
|
380
|
+
<line num="61" count="36" type="cond" truecount="3" falsecount="0"/>
|
|
381
|
+
<line num="66" count="5" type="stmt"/>
|
|
382
|
+
<line num="67" count="5" type="stmt"/>
|
|
390
383
|
<line num="68" count="0" type="stmt"/>
|
|
391
|
-
<line num="71" count="
|
|
384
|
+
<line num="71" count="5" type="stmt"/>
|
|
392
385
|
<line num="72" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
393
|
-
<line num="75" count="
|
|
386
|
+
<line num="75" count="5" type="stmt"/>
|
|
394
387
|
<line num="76" count="0" type="cond" truecount="0" falsecount="8"/>
|
|
395
388
|
</file>
|
|
389
|
+
<file name="radio-switch.ts" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/common/components/radio-switch.ts">
|
|
390
|
+
<metrics statements="7" coveredstatements="7" conditionals="4" coveredconditionals="4" methods="2" coveredmethods="2"/>
|
|
391
|
+
<line num="9" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
392
|
+
<line num="10" count="3" type="stmt"/>
|
|
393
|
+
<line num="11" count="3" type="stmt"/>
|
|
394
|
+
<line num="14" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
395
|
+
<line num="15" count="3" type="stmt"/>
|
|
396
|
+
<line num="16" count="3" type="stmt"/>
|
|
397
|
+
<line num="17" count="3" type="stmt"/>
|
|
398
|
+
</file>
|
|
396
399
|
<file name="select.ts" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/common/components/select.ts">
|
|
397
400
|
<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="
|
|
401
|
+
<line num="8" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
402
|
+
<line num="9" count="3" type="stmt"/>
|
|
403
|
+
<line num="10" count="3" type="stmt"/>
|
|
404
|
+
<line num="11" count="3" type="stmt"/>
|
|
405
|
+
<line num="14" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
406
|
+
<line num="15" count="3" type="stmt"/>
|
|
407
|
+
<line num="16" count="3" type="stmt"/>
|
|
408
|
+
<line num="17" count="3" type="stmt"/>
|
|
409
|
+
<line num="18" count="3" type="stmt"/>
|
|
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"/>
|
|
414
417
|
<line num="116" count="6" type="cond" truecount="0" falsecount="1"/>
|
|
415
418
|
</file>
|
|
416
419
|
<file name="slider.ts" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/common/components/slider.ts">
|
|
417
420
|
<metrics statements="78" coveredstatements="73" conditionals="39" coveredconditionals="25" methods="14" coveredmethods="13"/>
|
|
418
|
-
<line num="1" count="
|
|
419
|
-
<line num="2" count="
|
|
420
|
-
<line num="3" count="
|
|
421
|
-
<line num="6" count="
|
|
422
|
-
<line num="7" count="
|
|
423
|
-
<line num="33" count="
|
|
421
|
+
<line num="1" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
422
|
+
<line num="2" count="3" type="stmt"/>
|
|
423
|
+
<line num="3" count="3" type="stmt"/>
|
|
424
|
+
<line num="6" count="3" type="stmt"/>
|
|
425
|
+
<line num="7" count="3" type="stmt"/>
|
|
426
|
+
<line num="33" count="3" type="stmt"/>
|
|
424
427
|
<line num="37" count="72" type="cond" truecount="4" falsecount="0"/>
|
|
425
|
-
<line num="39" count="
|
|
428
|
+
<line num="39" count="3" type="stmt"/>
|
|
426
429
|
<line num="44" count="28" type="cond" truecount="2" falsecount="0"/>
|
|
427
|
-
<line num="49" count="
|
|
430
|
+
<line num="49" count="3" type="stmt"/>
|
|
428
431
|
<line num="50" count="28" type="stmt"/>
|
|
429
432
|
<line num="52" count="28" type="cond" truecount="2" falsecount="0"/>
|
|
430
|
-
<line num="55" count="
|
|
433
|
+
<line num="55" count="3" type="stmt"/>
|
|
431
434
|
<line num="66" count="14" type="stmt"/>
|
|
432
435
|
<line num="67" count="14" type="stmt"/>
|
|
433
436
|
<line num="69" count="14" type="stmt"/>
|
|
@@ -494,66 +497,76 @@
|
|
|
494
497
|
<line num="166" count="18" type="stmt"/>
|
|
495
498
|
<line num="169" count="14" type="stmt"/>
|
|
496
499
|
</file>
|
|
500
|
+
<file name="tab.ts" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/common/components/tab.ts">
|
|
501
|
+
<metrics statements="7" coveredstatements="7" conditionals="4" coveredconditionals="4" methods="2" coveredmethods="2"/>
|
|
502
|
+
<line num="21" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
503
|
+
<line num="22" count="2" type="stmt"/>
|
|
504
|
+
<line num="23" count="2" type="stmt"/>
|
|
505
|
+
<line num="24" count="2" type="stmt"/>
|
|
506
|
+
<line num="27" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
507
|
+
<line num="28" count="2" type="stmt"/>
|
|
508
|
+
<line num="29" count="2" type="stmt"/>
|
|
509
|
+
</file>
|
|
497
510
|
<file name="table.ts" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/common/components/table.ts">
|
|
498
511
|
<metrics statements="15" coveredstatements="14" conditionals="6" coveredconditionals="6" methods="7" coveredmethods="3"/>
|
|
499
|
-
<line num="4" count="
|
|
500
|
-
<line num="5" count="
|
|
501
|
-
<line num="6" count="
|
|
502
|
-
<line num="7" count="
|
|
503
|
-
<line num="10" count="
|
|
504
|
-
<line num="11" count="
|
|
505
|
-
<line num="12" count="
|
|
506
|
-
<line num="13" count="
|
|
507
|
-
<line num="16" count="
|
|
508
|
-
<line num="17" count="
|
|
509
|
-
<line num="18" count="
|
|
510
|
-
<line num="210" count="
|
|
512
|
+
<line num="4" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
513
|
+
<line num="5" count="3" type="stmt"/>
|
|
514
|
+
<line num="6" count="3" type="stmt"/>
|
|
515
|
+
<line num="7" count="3" type="stmt"/>
|
|
516
|
+
<line num="10" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
517
|
+
<line num="11" count="3" type="stmt"/>
|
|
518
|
+
<line num="12" count="3" type="stmt"/>
|
|
519
|
+
<line num="13" count="3" type="stmt"/>
|
|
520
|
+
<line num="16" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
521
|
+
<line num="17" count="3" type="stmt"/>
|
|
522
|
+
<line num="18" count="3" type="stmt"/>
|
|
523
|
+
<line num="210" count="3" type="stmt"/>
|
|
511
524
|
<line num="211" count="0" type="stmt"/>
|
|
512
|
-
<line num="214" count="
|
|
513
|
-
<line num="216" count="
|
|
525
|
+
<line num="214" count="3" type="stmt"/>
|
|
526
|
+
<line num="216" count="3" type="stmt"/>
|
|
514
527
|
</file>
|
|
515
528
|
<file name="tag.ts" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/common/components/tag.ts">
|
|
516
529
|
<metrics statements="8" coveredstatements="5" conditionals="4" coveredconditionals="2" methods="2" coveredmethods="1"/>
|
|
517
|
-
<line num="1" count="
|
|
518
|
-
<line num="2" count="
|
|
519
|
-
<line num="3" count="
|
|
520
|
-
<line num="4" count="
|
|
521
|
-
<line num="5" count="
|
|
530
|
+
<line num="1" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
531
|
+
<line num="2" count="2" type="stmt"/>
|
|
532
|
+
<line num="3" count="2" type="stmt"/>
|
|
533
|
+
<line num="4" count="2" type="stmt"/>
|
|
534
|
+
<line num="5" count="2" type="stmt"/>
|
|
522
535
|
<line num="23" count="0" type="stmt"/>
|
|
523
536
|
<line num="24" count="0" type="stmt"/>
|
|
524
537
|
<line num="26" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
525
538
|
</file>
|
|
526
539
|
<file name="textbox.ts" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/common/components/textbox.ts">
|
|
527
540
|
<metrics statements="61" coveredstatements="61" conditionals="47" coveredconditionals="38" methods="10" coveredmethods="10"/>
|
|
528
|
-
<line num="1" count="
|
|
529
|
-
<line num="2" count="
|
|
530
|
-
<line num="3" count="
|
|
531
|
-
<line num="4" count="
|
|
532
|
-
<line num="5" count="
|
|
533
|
-
<line num="6" count="
|
|
534
|
-
<line num="7" count="
|
|
535
|
-
<line num="10" count="
|
|
536
|
-
<line num="11" count="
|
|
537
|
-
<line num="12" count="
|
|
538
|
-
<line num="13" count="
|
|
539
|
-
<line num="14" count="
|
|
540
|
-
<line num="15" count="
|
|
541
|
-
<line num="16" count="
|
|
542
|
-
<line num="17" count="
|
|
543
|
-
<line num="18" count="
|
|
544
|
-
<line num="21" count="
|
|
545
|
-
<line num="22" count="
|
|
546
|
-
<line num="23" count="
|
|
547
|
-
<line num="24" count="
|
|
548
|
-
<line num="25" count="
|
|
549
|
-
<line num="26" count="
|
|
550
|
-
<line num="74" count="
|
|
541
|
+
<line num="1" count="8" type="cond" truecount="2" falsecount="0"/>
|
|
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"/>
|
|
546
|
+
<line num="6" count="8" type="stmt"/>
|
|
547
|
+
<line num="7" count="8" type="stmt"/>
|
|
548
|
+
<line num="10" count="8" type="cond" truecount="2" falsecount="0"/>
|
|
549
|
+
<line num="11" count="8" type="stmt"/>
|
|
550
|
+
<line num="12" count="8" type="stmt"/>
|
|
551
|
+
<line num="13" count="8" type="stmt"/>
|
|
552
|
+
<line num="14" count="8" type="stmt"/>
|
|
553
|
+
<line num="15" count="8" type="stmt"/>
|
|
554
|
+
<line num="16" count="8" type="stmt"/>
|
|
555
|
+
<line num="17" count="8" type="stmt"/>
|
|
556
|
+
<line num="18" count="8" type="stmt"/>
|
|
557
|
+
<line num="21" count="8" type="cond" truecount="2" falsecount="0"/>
|
|
558
|
+
<line num="22" count="8" type="stmt"/>
|
|
559
|
+
<line num="23" count="8" type="stmt"/>
|
|
560
|
+
<line num="24" count="8" type="stmt"/>
|
|
561
|
+
<line num="25" count="8" type="stmt"/>
|
|
562
|
+
<line num="26" count="8" type="stmt"/>
|
|
563
|
+
<line num="74" count="8" type="stmt"/>
|
|
551
564
|
<line num="75" count="11" type="stmt"/>
|
|
552
565
|
<line num="76" count="11" type="cond" truecount="2" falsecount="0"/>
|
|
553
|
-
<line num="79" count="
|
|
566
|
+
<line num="79" count="8" type="stmt"/>
|
|
554
567
|
<line num="80" count="1" type="cond" truecount="2" falsecount="0"/>
|
|
555
|
-
<line num="83" count="
|
|
556
|
-
<line num="84" count="
|
|
568
|
+
<line num="83" count="8" type="stmt"/>
|
|
569
|
+
<line num="84" count="8" type="stmt"/>
|
|
557
570
|
<line num="85" count="6" type="stmt"/>
|
|
558
571
|
<line num="87" count="6" type="stmt"/>
|
|
559
572
|
<line num="88" count="6" type="cond" truecount="4" falsecount="0"/>
|
|
@@ -585,12 +598,12 @@
|
|
|
585
598
|
<line num="140" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
586
599
|
<line num="142" count="1" type="cond" truecount="3" falsecount="1"/>
|
|
587
600
|
<line num="148" count="5" type="stmt"/>
|
|
588
|
-
<line num="151" count="
|
|
601
|
+
<line num="151" count="8" type="stmt"/>
|
|
589
602
|
</file>
|
|
590
603
|
<file name="time-picker.ts" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/common/components/time-picker.ts">
|
|
591
604
|
<metrics statements="53" coveredstatements="50" conditionals="41" coveredconditionals="36" methods="14" coveredmethods="13"/>
|
|
592
605
|
<line num="25" count="1382" type="cond" truecount="2" falsecount="0"/>
|
|
593
|
-
<line num="27" count="
|
|
606
|
+
<line num="27" count="3" type="stmt"/>
|
|
594
607
|
<line num="28" count="5126" type="stmt"/>
|
|
595
608
|
<line num="29" count="2563" type="stmt"/>
|
|
596
609
|
<line num="31" count="2563" type="stmt"/>
|
|
@@ -599,33 +612,33 @@
|
|
|
599
612
|
<line num="34" count="2563" type="stmt"/>
|
|
600
613
|
<line num="36" count="2563" type="stmt"/>
|
|
601
614
|
<line num="39" count="6" type="stmt"/>
|
|
602
|
-
<line num="41" count="
|
|
615
|
+
<line num="41" count="3" type="stmt"/>
|
|
603
616
|
<line num="42" count="5" type="cond" truecount="8" falsecount="0"/>
|
|
604
|
-
<line num="48" count="
|
|
617
|
+
<line num="48" count="3" type="stmt"/>
|
|
605
618
|
<line num="49" count="2625" type="stmt"/>
|
|
606
619
|
<line num="51" count="2625" type="cond" truecount="2" falsecount="0"/>
|
|
607
620
|
<line num="52" count="1" type="stmt"/>
|
|
608
621
|
<line num="55" count="2625" type="stmt"/>
|
|
609
|
-
<line num="60" count="
|
|
622
|
+
<line num="60" count="3" type="stmt"/>
|
|
610
623
|
<line num="61" count="4" type="stmt"/>
|
|
611
624
|
<line num="62" count="4" type="stmt"/>
|
|
612
625
|
<line num="63" count="4" type="stmt"/>
|
|
613
626
|
<line num="65" count="4" type="cond" truecount="4" falsecount="0"/>
|
|
614
|
-
<line num="70" count="
|
|
627
|
+
<line num="70" count="3" type="stmt"/>
|
|
615
628
|
<line num="71" count="15" type="cond" truecount="2" falsecount="0"/>
|
|
616
629
|
<line num="72" count="3" type="stmt"/>
|
|
617
630
|
<line num="74" count="3" type="cond" truecount="1" falsecount="1"/>
|
|
618
631
|
<line num="75" count="3" type="stmt"/>
|
|
619
632
|
<line num="78" count="3" type="stmt"/>
|
|
620
633
|
<line num="81" count="59" type="stmt"/>
|
|
621
|
-
<line num="83" count="
|
|
634
|
+
<line num="83" count="3" type="stmt"/>
|
|
622
635
|
<line num="84" count="55" type="cond" truecount="1" falsecount="1"/>
|
|
623
636
|
<line num="85" count="0" type="stmt"/>
|
|
624
637
|
<line num="88" count="55" type="stmt"/>
|
|
625
638
|
<line num="89" count="55" type="stmt"/>
|
|
626
639
|
<line num="92" count="2453" type="cond" truecount="2" falsecount="0"/>
|
|
627
640
|
<line num="95" count="55" type="stmt"/>
|
|
628
|
-
<line num="98" count="
|
|
641
|
+
<line num="98" count="3" type="stmt"/>
|
|
629
642
|
<line num="103" count="16" type="cond" truecount="3" falsecount="1"/>
|
|
630
643
|
<line num="104" count="0" type="stmt"/>
|
|
631
644
|
<line num="107" count="16" type="cond" truecount="2" falsecount="0"/>
|
|
@@ -640,8 +653,8 @@
|
|
|
640
653
|
<line num="121" count="2" type="stmt"/>
|
|
641
654
|
<line num="124" count="629" type="stmt"/>
|
|
642
655
|
<line num="127" count="16" type="stmt"/>
|
|
643
|
-
<line num="130" count="
|
|
644
|
-
<line num="132" count="
|
|
656
|
+
<line num="130" count="3" type="stmt"/>
|
|
657
|
+
<line num="132" count="3" type="cond" truecount="0" falsecount="1"/>
|
|
645
658
|
</file>
|
|
646
659
|
</package>
|
|
647
660
|
<package name="packages.v1-components.src.common.formatters">
|
|
@@ -649,11 +662,11 @@
|
|
|
649
662
|
<file name="date.ts" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/common/formatters/date.ts">
|
|
650
663
|
<metrics statements="21" coveredstatements="19" conditionals="23" coveredconditionals="17" methods="7" coveredmethods="6"/>
|
|
651
664
|
<line num="9" count="4" type="stmt"/>
|
|
652
|
-
<line num="10" count="
|
|
653
|
-
<line num="11" count="
|
|
654
|
-
<line num="12" count="
|
|
655
|
-
<line num="14" count="
|
|
656
|
-
<line num="16" count="
|
|
665
|
+
<line num="10" count="2" type="stmt"/>
|
|
666
|
+
<line num="11" count="2" type="stmt"/>
|
|
667
|
+
<line num="12" count="2" type="stmt"/>
|
|
668
|
+
<line num="14" count="2" type="stmt"/>
|
|
669
|
+
<line num="16" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
657
670
|
<line num="17" count="5" type="cond" truecount="4" falsecount="1"/>
|
|
658
671
|
<line num="19" count="0" type="stmt"/>
|
|
659
672
|
<line num="21" count="1" type="stmt"/>
|
|
@@ -672,65 +685,65 @@
|
|
|
672
685
|
</file>
|
|
673
686
|
</package>
|
|
674
687
|
<package name="packages.v1-components.src.host">
|
|
675
|
-
<metrics statements="29" coveredstatements="
|
|
688
|
+
<metrics statements="29" coveredstatements="28" conditionals="19" coveredconditionals="17" methods="13" coveredmethods="10"/>
|
|
676
689
|
<file name="composables.ts" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/host/composables.ts">
|
|
677
690
|
<metrics statements="5" coveredstatements="5" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
678
|
-
<line num="5" count="
|
|
679
|
-
<line num="9" count="
|
|
680
|
-
<line num="10" count="
|
|
681
|
-
<line num="12" count="
|
|
682
|
-
<line num="14" count="
|
|
691
|
+
<line num="5" count="12" type="stmt"/>
|
|
692
|
+
<line num="9" count="12" type="stmt"/>
|
|
693
|
+
<line num="10" count="179" type="stmt"/>
|
|
694
|
+
<line num="12" count="179" type="stmt"/>
|
|
695
|
+
<line num="14" count="179" type="stmt"/>
|
|
683
696
|
</file>
|
|
684
697
|
<file name="dom.ts" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/host/dom.ts">
|
|
685
|
-
<metrics statements="1" coveredstatements="
|
|
686
|
-
<line num="1" count="
|
|
698
|
+
<metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="0"/>
|
|
699
|
+
<line num="1" count="1" type="stmt"/>
|
|
687
700
|
</file>
|
|
688
701
|
<file name="provider.ts" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/host/provider.ts">
|
|
689
|
-
<metrics statements="2" coveredstatements="
|
|
690
|
-
<line num="
|
|
691
|
-
<line num="
|
|
702
|
+
<metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
703
|
+
<line num="11" count="2" type="stmt"/>
|
|
704
|
+
<line num="13" count="1" type="stmt"/>
|
|
692
705
|
</file>
|
|
693
706
|
<file name="render.ts" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/host/render.ts">
|
|
694
707
|
<metrics statements="19" coveredstatements="19" conditionals="19" coveredconditionals="17" methods="8" coveredmethods="8"/>
|
|
695
|
-
<line num="5" count="
|
|
696
|
-
<line num="6" count="
|
|
697
|
-
<line num="8" count="
|
|
698
|
-
<line num="10" count="
|
|
699
|
-
<line num="11" count="
|
|
700
|
-
<line num="16" count="
|
|
708
|
+
<line num="5" count="4" type="stmt"/>
|
|
709
|
+
<line num="6" count="4" type="stmt"/>
|
|
710
|
+
<line num="8" count="4" type="stmt"/>
|
|
711
|
+
<line num="10" count="1124" type="cond" truecount="2" falsecount="0"/>
|
|
712
|
+
<line num="11" count="152" type="cond" truecount="2" falsecount="0"/>
|
|
713
|
+
<line num="16" count="820" type="stmt"/>
|
|
701
714
|
<line num="18" count="9" type="cond" truecount="1" falsecount="1"/>
|
|
702
715
|
<line num="19" count="9" type="cond" truecount="3" falsecount="0"/>
|
|
703
|
-
<line num="20" count="
|
|
716
|
+
<line num="20" count="4" type="stmt"/>
|
|
704
717
|
<line num="21" count="9" type="stmt"/>
|
|
705
718
|
<line num="23" count="9" type="cond" truecount="3" falsecount="0"/>
|
|
706
|
-
<line num="28" count="
|
|
707
|
-
<line num="29" count="
|
|
708
|
-
<line num="30" count="
|
|
709
|
-
<line num="31" count="
|
|
719
|
+
<line num="28" count="4" type="stmt"/>
|
|
720
|
+
<line num="29" count="214" type="stmt"/>
|
|
721
|
+
<line num="30" count="214" type="stmt"/>
|
|
722
|
+
<line num="31" count="214" type="cond" truecount="2" falsecount="0"/>
|
|
710
723
|
<line num="32" count="62" type="stmt"/>
|
|
711
|
-
<line num="35" count="
|
|
712
|
-
<line num="36" count="
|
|
713
|
-
<line num="40" count="
|
|
724
|
+
<line num="35" count="152" type="cond" truecount="4" falsecount="1"/>
|
|
725
|
+
<line num="36" count="152" type="stmt"/>
|
|
726
|
+
<line num="40" count="214" type="stmt"/>
|
|
714
727
|
</file>
|
|
715
728
|
<file name="uid.ts" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/host/uid.ts">
|
|
716
|
-
<metrics statements="2" coveredstatements="
|
|
717
|
-
<line num="1" count="
|
|
718
|
-
<line num="
|
|
729
|
+
<metrics statements="2" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
730
|
+
<line num="1" count="1" type="stmt"/>
|
|
731
|
+
<line num="3" count="0" type="stmt"/>
|
|
719
732
|
</file>
|
|
720
733
|
</package>
|
|
721
734
|
<package name="packages.v1-components.src.host.components.add-button">
|
|
722
735
|
<metrics statements="2" coveredstatements="2" conditionals="6" coveredconditionals="6" methods="0" coveredmethods="0"/>
|
|
723
736
|
<file name="UiAddButton.vue" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/host/components/add-button/UiAddButton.vue">
|
|
724
737
|
<metrics statements="2" coveredstatements="2" conditionals="6" coveredconditionals="6" methods="0" coveredmethods="0"/>
|
|
725
|
-
<line num="16" count="
|
|
726
|
-
<line num="17" count="
|
|
738
|
+
<line num="16" count="2" type="stmt"/>
|
|
739
|
+
<line num="17" count="2" type="stmt"/>
|
|
727
740
|
</file>
|
|
728
741
|
</package>
|
|
729
742
|
<package name="packages.v1-components.src.host.components.alert">
|
|
730
743
|
<metrics statements="31" coveredstatements="30" conditionals="24" coveredconditionals="21" methods="11" coveredmethods="11"/>
|
|
731
744
|
<file name="UiAlert.vue" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/host/components/alert/UiAlert.vue">
|
|
732
745
|
<metrics statements="31" coveredstatements="30" conditionals="24" coveredconditionals="21" methods="11" coveredmethods="11"/>
|
|
733
|
-
<line num="29" count="
|
|
746
|
+
<line num="29" count="2" type="stmt"/>
|
|
734
747
|
<line num="45" count="14" type="stmt"/>
|
|
735
748
|
<line num="53" count="1" type="cond" truecount="2" falsecount="0"/>
|
|
736
749
|
<line num="88" count="6" type="stmt"/>
|
|
@@ -764,63 +777,58 @@
|
|
|
764
777
|
</file>
|
|
765
778
|
</package>
|
|
766
779
|
<package name="packages.v1-components.src.host.components.avatar">
|
|
767
|
-
<metrics statements="
|
|
780
|
+
<metrics statements="22" coveredstatements="1" conditionals="38" coveredconditionals="0" methods="9" coveredmethods="0"/>
|
|
768
781
|
<file name="UiAvatar.vue" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/host/components/avatar/UiAvatar.vue">
|
|
769
|
-
<metrics statements="
|
|
770
|
-
<line num="
|
|
771
|
-
<line num="
|
|
772
|
-
<line num="
|
|
773
|
-
<line num="67" count="0" type="stmt"/>
|
|
774
|
-
<line num="68" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
775
|
-
<line num="69" count="0" type="stmt"/>
|
|
776
|
-
<line num="70" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
777
|
-
<line num="71" count="0" type="stmt"/>
|
|
778
|
-
<line num="73" count="0" type="stmt"/>
|
|
779
|
-
<line num="74" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
780
|
-
<line num="76" count="0" type="stmt"/>
|
|
782
|
+
<metrics statements="19" coveredstatements="0" conditionals="38" coveredconditionals="0" methods="8" coveredmethods="0"/>
|
|
783
|
+
<line num="21" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
784
|
+
<line num="22" count="0" type="cond" truecount="0" falsecount="6"/>
|
|
785
|
+
<line num="40" count="0" type="stmt"/>
|
|
781
786
|
<line num="77" count="0" type="stmt"/>
|
|
782
|
-
<line num="78" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
783
787
|
<line num="79" count="0" type="stmt"/>
|
|
784
|
-
<line num="
|
|
785
|
-
<line num="
|
|
786
|
-
<line num="
|
|
787
|
-
<line num="
|
|
788
|
+
<line num="135" count="0" type="stmt"/>
|
|
789
|
+
<line num="137" count="0" type="stmt"/>
|
|
790
|
+
<line num="139" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
791
|
+
<line num="141" count="0" type="stmt"/>
|
|
792
|
+
<line num="142" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
793
|
+
<line num="143" count="0" type="stmt"/>
|
|
788
794
|
<line num="146" count="0" type="stmt"/>
|
|
789
|
-
<line num="
|
|
790
|
-
<line num="
|
|
791
|
-
<line num="
|
|
792
|
-
<line num="
|
|
793
|
-
<line num="
|
|
795
|
+
<line num="148" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
796
|
+
<line num="153" count="0" type="stmt"/>
|
|
797
|
+
<line num="155" count="0" type="stmt"/>
|
|
798
|
+
<line num="156" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
799
|
+
<line num="157" count="0" type="stmt"/>
|
|
800
|
+
<line num="160" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
801
|
+
<line num="162" count="0" type="stmt"/>
|
|
794
802
|
</file>
|
|
795
803
|
<file name="UiAvatarList.vue" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/host/components/avatar/UiAvatarList.vue">
|
|
796
804
|
<metrics statements="2" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
797
|
-
<line num="
|
|
798
|
-
<line num="
|
|
805
|
+
<line num="30" count="0" type="stmt"/>
|
|
806
|
+
<line num="45" count="0" type="stmt"/>
|
|
799
807
|
</file>
|
|
800
808
|
<file name="injection.ts" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/host/components/avatar/injection.ts">
|
|
801
|
-
<metrics statements="1" coveredstatements="
|
|
802
|
-
<line num="
|
|
809
|
+
<metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
810
|
+
<line num="5" count="1" type="stmt"/>
|
|
803
811
|
</file>
|
|
804
812
|
</package>
|
|
805
813
|
<package name="packages.v1-components.src.host.components.button">
|
|
806
814
|
<metrics statements="15" coveredstatements="11" conditionals="25" coveredconditionals="16" methods="8" coveredmethods="4"/>
|
|
807
815
|
<file name="UiButton.vue" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/host/components/button/UiButton.vue">
|
|
808
816
|
<metrics statements="15" coveredstatements="11" conditionals="25" coveredconditionals="16" methods="8" coveredmethods="4"/>
|
|
809
|
-
<line num="13" count="
|
|
817
|
+
<line num="13" count="4" type="stmt"/>
|
|
810
818
|
<line num="24" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
811
|
-
<line num="66" count="
|
|
812
|
-
<line num="68" count="
|
|
819
|
+
<line num="66" count="122" type="stmt"/>
|
|
820
|
+
<line num="68" count="122" type="stmt"/>
|
|
813
821
|
<line num="69" count="0" type="stmt"/>
|
|
814
822
|
<line num="70" count="0" type="stmt"/>
|
|
815
823
|
<line num="71" count="0" type="stmt"/>
|
|
816
|
-
<line num="74" count="
|
|
817
|
-
<line num="75" count="
|
|
818
|
-
<line num="77" count="
|
|
819
|
-
<line num="78" count="
|
|
820
|
-
<line num="79" count="
|
|
821
|
-
<line num="81" count="
|
|
822
|
-
<line num="102" count="
|
|
823
|
-
<line num="104" count="
|
|
824
|
+
<line num="74" count="122" type="stmt"/>
|
|
825
|
+
<line num="75" count="152" type="cond" truecount="2" falsecount="2"/>
|
|
826
|
+
<line num="77" count="152" type="stmt"/>
|
|
827
|
+
<line num="78" count="152" type="cond" truecount="1" falsecount="1"/>
|
|
828
|
+
<line num="79" count="152" type="cond" truecount="1" falsecount="1"/>
|
|
829
|
+
<line num="81" count="152" type="cond" truecount="1" falsecount="1"/>
|
|
830
|
+
<line num="102" count="152" type="cond" truecount="2" falsecount="0"/>
|
|
831
|
+
<line num="104" count="152" type="stmt"/>
|
|
824
832
|
</file>
|
|
825
833
|
</package>
|
|
826
834
|
<package name="packages.v1-components.src.host.components.calendar">
|
|
@@ -982,7 +990,7 @@
|
|
|
982
990
|
<line num="635" count="32" type="stmt"/>
|
|
983
991
|
<line num="636" count="2142" type="stmt"/>
|
|
984
992
|
<line num="637" count="2142" type="cond" truecount="2" falsecount="0"/>
|
|
985
|
-
<line num="639" count="
|
|
993
|
+
<line num="639" count="18977" type="cond" truecount="1" falsecount="1"/>
|
|
986
994
|
<line num="642" count="32" type="stmt"/>
|
|
987
995
|
<line num="643" count="2142" type="stmt"/>
|
|
988
996
|
<line num="644" count="2142" type="cond" truecount="4" falsecount="0"/>
|
|
@@ -1199,7 +1207,7 @@
|
|
|
1199
1207
|
</file>
|
|
1200
1208
|
<file name="UiCalendarCell.vue" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/host/components/calendar/UiCalendarCell.vue">
|
|
1201
1209
|
<metrics statements="1" coveredstatements="1" conditionals="1" coveredconditionals="1" methods="0" coveredmethods="0"/>
|
|
1202
|
-
<line num="15" count="
|
|
1210
|
+
<line num="15" count="3" type="stmt"/>
|
|
1203
1211
|
</file>
|
|
1204
1212
|
<file name="UiCalendarDirectionButton.vue" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/host/components/calendar/UiCalendarDirectionButton.vue">
|
|
1205
1213
|
<metrics statements="2" coveredstatements="2" conditionals="4" coveredconditionals="4" methods="1" coveredmethods="1"/>
|
|
@@ -1214,34 +1222,35 @@
|
|
|
1214
1222
|
</file>
|
|
1215
1223
|
</package>
|
|
1216
1224
|
<package name="packages.v1-components.src.host.components.checkbox">
|
|
1217
|
-
<metrics statements="
|
|
1225
|
+
<metrics statements="26" coveredstatements="3" conditionals="20" coveredconditionals="0" methods="11" coveredmethods="0"/>
|
|
1218
1226
|
<file name="UiCheckbox.vue" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/host/components/checkbox/UiCheckbox.vue">
|
|
1219
|
-
<metrics statements="
|
|
1220
|
-
<line num="
|
|
1221
|
-
<line num="
|
|
1222
|
-
<line num="
|
|
1223
|
-
<line num="
|
|
1224
|
-
<line num="
|
|
1225
|
-
<line num="
|
|
1226
|
-
<line num="
|
|
1227
|
-
<line num="
|
|
1228
|
-
<line num="
|
|
1229
|
-
<line num="
|
|
1230
|
-
<line num="
|
|
1231
|
-
<line num="
|
|
1232
|
-
<line num="
|
|
1233
|
-
<line num="81" count="0" type="stmt"/>
|
|
1234
|
-
<line num="82" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1235
|
-
<line num="83" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
1236
|
-
<line num="85" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1237
|
-
<line num="87" count="0" type="stmt"/>
|
|
1238
|
-
<line num="88" count="0" type="stmt"/>
|
|
1239
|
-
<line num="89" count="0" type="stmt"/>
|
|
1240
|
-
<line num="90" count="0" type="stmt"/>
|
|
1241
|
-
<line num="91" count="0" type="stmt"/>
|
|
1242
|
-
<line num="117" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1243
|
-
<line num="124" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1227
|
+
<metrics statements="26" coveredstatements="3" conditionals="20" coveredconditionals="0" methods="11" coveredmethods="0"/>
|
|
1228
|
+
<line num="10" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1229
|
+
<line num="19" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1230
|
+
<line num="25" count="1" type="stmt"/>
|
|
1231
|
+
<line num="35" count="1" type="stmt"/>
|
|
1232
|
+
<line num="37" count="1" type="stmt"/>
|
|
1233
|
+
<line num="52" count="0" type="stmt"/>
|
|
1234
|
+
<line num="54" count="0" type="stmt"/>
|
|
1235
|
+
<line num="110" count="0" type="stmt"/>
|
|
1236
|
+
<line num="117" count="0" type="stmt"/>
|
|
1237
|
+
<line num="119" count="0" type="stmt"/>
|
|
1238
|
+
<line num="120" count="0" type="stmt"/>
|
|
1239
|
+
<line num="121" count="0" type="stmt"/>
|
|
1240
|
+
<line num="123" count="0" type="stmt"/>
|
|
1244
1241
|
<line num="129" count="0" type="stmt"/>
|
|
1242
|
+
<line num="131" count="0" type="stmt"/>
|
|
1243
|
+
<line num="132" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1244
|
+
<line num="137" count="0" type="stmt"/>
|
|
1245
|
+
<line num="138" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1246
|
+
<line num="139" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1247
|
+
<line num="141" count="0" type="stmt"/>
|
|
1248
|
+
<line num="144" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1249
|
+
<line num="147" count="0" type="stmt"/>
|
|
1250
|
+
<line num="148" count="0" type="stmt"/>
|
|
1251
|
+
<line num="149" count="0" type="stmt"/>
|
|
1252
|
+
<line num="151" count="0" type="stmt"/>
|
|
1253
|
+
<line num="152" count="0" type="stmt"/>
|
|
1245
1254
|
</file>
|
|
1246
1255
|
</package>
|
|
1247
1256
|
<package name="packages.v1-components.src.host.components.collapse">
|
|
@@ -1314,9 +1323,9 @@
|
|
|
1314
1323
|
<metrics statements="130" coveredstatements="109" conditionals="91" coveredconditionals="59" methods="32" coveredmethods="28"/>
|
|
1315
1324
|
<file name="UiCollapseBox.vue" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/host/components/collapse-box/UiCollapseBox.vue">
|
|
1316
1325
|
<metrics statements="70" coveredstatements="60" conditionals="64" coveredconditionals="45" methods="16" coveredmethods="14"/>
|
|
1317
|
-
<line num="44" count="
|
|
1318
|
-
<line num="50" count="
|
|
1319
|
-
<line num="88" count="
|
|
1326
|
+
<line num="44" count="2" type="stmt"/>
|
|
1327
|
+
<line num="50" count="2" type="stmt"/>
|
|
1328
|
+
<line num="88" count="2" type="stmt"/>
|
|
1320
1329
|
<line num="151" count="12" type="stmt"/>
|
|
1321
1330
|
<line num="222" count="12" type="stmt"/>
|
|
1322
1331
|
<line num="223" count="12" type="cond" truecount="2" falsecount="0"/>
|
|
@@ -1446,57 +1455,60 @@
|
|
|
1446
1455
|
</file>
|
|
1447
1456
|
<file name="inject.ts" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/host/components/collapse-box/inject.ts">
|
|
1448
1457
|
<metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
1449
|
-
<line num="6" count="
|
|
1450
|
-
<line num="10" count="
|
|
1451
|
-
<line num="14" count="
|
|
1452
|
-
<line num="18" count="
|
|
1458
|
+
<line num="6" count="2" type="stmt"/>
|
|
1459
|
+
<line num="10" count="2" type="stmt"/>
|
|
1460
|
+
<line num="14" count="2" type="stmt"/>
|
|
1461
|
+
<line num="18" count="2" type="stmt"/>
|
|
1453
1462
|
</file>
|
|
1454
1463
|
</package>
|
|
1455
1464
|
<package name="packages.v1-components.src.host.components.copy-button">
|
|
1456
|
-
<metrics statements="
|
|
1465
|
+
<metrics statements="36" coveredstatements="3" conditionals="14" coveredconditionals="0" methods="8" coveredmethods="0"/>
|
|
1457
1466
|
<file name="UiCopyButton.vue" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/host/components/copy-button/UiCopyButton.vue">
|
|
1458
|
-
<metrics statements="
|
|
1459
|
-
<line num="
|
|
1460
|
-
<line num="
|
|
1461
|
-
<line num="
|
|
1462
|
-
<line num="
|
|
1463
|
-
<line num="
|
|
1464
|
-
<line num="
|
|
1465
|
-
<line num="
|
|
1466
|
-
<line num="
|
|
1467
|
-
<line num="
|
|
1468
|
-
<line num="
|
|
1469
|
-
<line num="
|
|
1470
|
-
<line num="
|
|
1471
|
-
<line num="
|
|
1472
|
-
<line num="
|
|
1473
|
-
<line num="
|
|
1474
|
-
<line num="
|
|
1475
|
-
<line num="
|
|
1476
|
-
<line num="
|
|
1477
|
-
<line num="
|
|
1478
|
-
<line num="
|
|
1479
|
-
<line num="
|
|
1480
|
-
<line num="
|
|
1481
|
-
<line num="
|
|
1482
|
-
<line num="
|
|
1483
|
-
<line num="
|
|
1484
|
-
<line num="
|
|
1485
|
-
<line num="
|
|
1486
|
-
<line num="
|
|
1487
|
-
<line num="
|
|
1488
|
-
<line num="
|
|
1489
|
-
<line num="
|
|
1490
|
-
<line num="
|
|
1491
|
-
<line num="
|
|
1467
|
+
<metrics statements="36" coveredstatements="3" conditionals="14" coveredconditionals="0" methods="8" coveredmethods="0"/>
|
|
1468
|
+
<line num="11" count="0" type="stmt"/>
|
|
1469
|
+
<line num="16" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1470
|
+
<line num="24" count="1" type="stmt"/>
|
|
1471
|
+
<line num="26" count="1" type="stmt"/>
|
|
1472
|
+
<line num="30" count="1" type="stmt"/>
|
|
1473
|
+
<line num="62" count="0" type="stmt"/>
|
|
1474
|
+
<line num="82" count="0" type="stmt"/>
|
|
1475
|
+
<line num="83" count="0" type="stmt"/>
|
|
1476
|
+
<line num="85" count="0" type="stmt"/>
|
|
1477
|
+
<line num="87" count="0" type="stmt"/>
|
|
1478
|
+
<line num="88" count="0" type="stmt"/>
|
|
1479
|
+
<line num="89" count="0" type="stmt"/>
|
|
1480
|
+
<line num="91" count="0" type="stmt"/>
|
|
1481
|
+
<line num="93" count="0" type="stmt"/>
|
|
1482
|
+
<line num="95" count="0" type="stmt"/>
|
|
1483
|
+
<line num="96" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1484
|
+
<line num="99" count="0" type="stmt"/>
|
|
1485
|
+
<line num="100" count="0" type="stmt"/>
|
|
1486
|
+
<line num="101" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1487
|
+
<line num="102" count="0" type="stmt"/>
|
|
1488
|
+
<line num="104" count="0" type="stmt"/>
|
|
1489
|
+
<line num="106" count="0" type="stmt"/>
|
|
1490
|
+
<line num="107" count="0" type="stmt"/>
|
|
1491
|
+
<line num="109" count="0" type="stmt"/>
|
|
1492
|
+
<line num="112" count="0" type="stmt"/>
|
|
1493
|
+
<line num="116" count="0" type="stmt"/>
|
|
1494
|
+
<line num="117" count="0" type="stmt"/>
|
|
1495
|
+
<line num="119" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1496
|
+
<line num="120" count="0" type="stmt"/>
|
|
1497
|
+
<line num="121" count="0" type="stmt"/>
|
|
1498
|
+
<line num="125" count="0" type="stmt"/>
|
|
1499
|
+
<line num="126" count="0" type="stmt"/>
|
|
1500
|
+
<line num="128" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1501
|
+
<line num="129" count="0" type="stmt"/>
|
|
1502
|
+
<line num="130" count="0" type="stmt"/>
|
|
1503
|
+
<line num="133" count="0" type="stmt"/>
|
|
1492
1504
|
</file>
|
|
1493
1505
|
</package>
|
|
1494
1506
|
<package name="packages.v1-components.src.host.components.date">
|
|
1495
1507
|
<metrics statements="2" coveredstatements="0" conditionals="2" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
1496
1508
|
<file name="UiDate.vue" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/host/components/date/UiDate.vue">
|
|
1497
1509
|
<metrics statements="2" coveredstatements="0" conditionals="2" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
1498
|
-
<line num="
|
|
1499
|
-
<line num="
|
|
1510
|
+
<line num="2" count="0" type="stmt"/>
|
|
1511
|
+
<line num="35" count="0" type="stmt"/>
|
|
1500
1512
|
</file>
|
|
1501
1513
|
</package>
|
|
1502
1514
|
<package name="packages.v1-components.src.host.components.date-picker">
|
|
@@ -1504,8 +1516,8 @@
|
|
|
1504
1516
|
<file name="UiDatePicker.vue" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/host/components/date-picker/UiDatePicker.vue">
|
|
1505
1517
|
<metrics statements="174" coveredstatements="105" conditionals="155" coveredconditionals="75" methods="35" coveredmethods="27"/>
|
|
1506
1518
|
<line num="39" count="0" type="stmt"/>
|
|
1507
|
-
<line num="80" count="
|
|
1508
|
-
<line num="101" count="
|
|
1519
|
+
<line num="80" count="2" type="stmt"/>
|
|
1520
|
+
<line num="101" count="2" type="stmt"/>
|
|
1509
1521
|
<line num="107" count="4" type="stmt"/>
|
|
1510
1522
|
<line num="114" count="4" type="stmt"/>
|
|
1511
1523
|
<line num="179" count="8" type="stmt"/>
|
|
@@ -1690,33 +1702,34 @@
|
|
|
1690
1702
|
</file>
|
|
1691
1703
|
</package>
|
|
1692
1704
|
<package name="packages.v1-components.src.host.components.error">
|
|
1693
|
-
<metrics statements="1" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="
|
|
1705
|
+
<metrics statements="1" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
1694
1706
|
<file name="UiError.vue" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/host/components/error/UiError.vue">
|
|
1695
|
-
<metrics statements="1" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="
|
|
1696
|
-
<line num="
|
|
1707
|
+
<metrics statements="1" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
1708
|
+
<line num="11" count="0" type="stmt"/>
|
|
1697
1709
|
</file>
|
|
1698
1710
|
</package>
|
|
1699
1711
|
<package name="packages.v1-components.src.host.components.image">
|
|
1700
|
-
<metrics statements="
|
|
1712
|
+
<metrics statements="9" coveredstatements="0" conditionals="8" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
1701
1713
|
<file name="UiImage.vue" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/host/components/image/UiImage.vue">
|
|
1702
|
-
<metrics statements="
|
|
1703
|
-
<line num="
|
|
1704
|
-
<line num="
|
|
1705
|
-
<line num="
|
|
1706
|
-
<line num="
|
|
1707
|
-
<line num="
|
|
1708
|
-
<line num="
|
|
1709
|
-
<line num="
|
|
1710
|
-
<line num="
|
|
1714
|
+
<metrics statements="9" coveredstatements="0" conditionals="8" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
1715
|
+
<line num="2" count="0" type="stmt"/>
|
|
1716
|
+
<line num="19" count="0" type="stmt"/>
|
|
1717
|
+
<line num="41" count="0" type="stmt"/>
|
|
1718
|
+
<line num="42" count="0" type="stmt"/>
|
|
1719
|
+
<line num="43" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1720
|
+
<line num="44" count="0" type="stmt"/>
|
|
1721
|
+
<line num="47" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
1722
|
+
<line num="48" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1723
|
+
<line num="53" count="0" type="stmt"/>
|
|
1711
1724
|
</file>
|
|
1712
1725
|
</package>
|
|
1713
1726
|
<package name="packages.v1-components.src.host.components.infobox">
|
|
1714
1727
|
<metrics statements="66" coveredstatements="53" conditionals="39" coveredconditionals="34" methods="29" coveredmethods="21"/>
|
|
1715
1728
|
<file name="UiInfobox.vue" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/host/components/infobox/UiInfobox.vue">
|
|
1716
1729
|
<metrics statements="66" coveredstatements="53" conditionals="39" coveredconditionals="34" methods="29" coveredmethods="21"/>
|
|
1717
|
-
<line num="27" count="
|
|
1730
|
+
<line num="27" count="2" type="stmt"/>
|
|
1718
1731
|
<line num="33" count="16" type="stmt"/>
|
|
1719
|
-
<line num="37" count="
|
|
1732
|
+
<line num="37" count="2" type="stmt"/>
|
|
1720
1733
|
<line num="52" count="2" type="stmt"/>
|
|
1721
1734
|
<line num="68" count="9" type="stmt"/>
|
|
1722
1735
|
<line num="137" count="7" type="stmt"/>
|
|
@@ -1783,355 +1796,346 @@
|
|
|
1783
1796
|
</file>
|
|
1784
1797
|
</package>
|
|
1785
1798
|
<package name="packages.v1-components.src.host.components.link">
|
|
1786
|
-
<metrics statements="2" coveredstatements="0" conditionals="
|
|
1799
|
+
<metrics statements="2" coveredstatements="0" conditionals="6" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
1787
1800
|
<file name="UiLink.vue" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/host/components/link/UiLink.vue">
|
|
1788
|
-
<metrics statements="2" coveredstatements="0" conditionals="
|
|
1789
|
-
<line num="
|
|
1790
|
-
<line num="
|
|
1801
|
+
<metrics statements="2" coveredstatements="0" conditionals="6" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
1802
|
+
<line num="34" count="0" type="stmt"/>
|
|
1803
|
+
<line num="105" count="0" type="stmt"/>
|
|
1791
1804
|
</file>
|
|
1792
1805
|
</package>
|
|
1793
1806
|
<package name="packages.v1-components.src.host.components.loader">
|
|
1794
|
-
<metrics statements="1" coveredstatements="0" conditionals="
|
|
1807
|
+
<metrics statements="1" coveredstatements="0" conditionals="6" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
1795
1808
|
<file name="UiLoader.vue" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/host/components/loader/UiLoader.vue">
|
|
1796
|
-
<metrics statements="1" coveredstatements="0" conditionals="
|
|
1797
|
-
<line num="
|
|
1809
|
+
<metrics statements="1" coveredstatements="0" conditionals="6" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
1810
|
+
<line num="24" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1798
1811
|
</file>
|
|
1799
1812
|
</package>
|
|
1800
1813
|
<package name="packages.v1-components.src.host.components.menu">
|
|
1801
|
-
<metrics statements="
|
|
1814
|
+
<metrics statements="11" coveredstatements="8" conditionals="17" coveredconditionals="8" methods="2" coveredmethods="0"/>
|
|
1802
1815
|
<file name="UiMenuItem.vue" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/host/components/menu/UiMenuItem.vue">
|
|
1803
|
-
<metrics statements="9" coveredstatements="6" conditionals="17" coveredconditionals="
|
|
1804
|
-
<line num="38" count="
|
|
1805
|
-
<line num="39" count="
|
|
1816
|
+
<metrics statements="9" coveredstatements="6" conditionals="17" coveredconditionals="8" methods="2" coveredmethods="0"/>
|
|
1817
|
+
<line num="38" count="4" type="stmt"/>
|
|
1818
|
+
<line num="39" count="4" type="stmt"/>
|
|
1806
1819
|
<line num="62" count="0" type="stmt"/>
|
|
1807
|
-
<line num="91" count="
|
|
1808
|
-
<line num="148" count="
|
|
1809
|
-
<line num="149" count="
|
|
1810
|
-
<line num="151" count="
|
|
1820
|
+
<line num="91" count="579" type="stmt"/>
|
|
1821
|
+
<line num="148" count="579" type="stmt"/>
|
|
1822
|
+
<line num="149" count="579" type="stmt"/>
|
|
1823
|
+
<line num="151" count="579" type="stmt"/>
|
|
1811
1824
|
<line num="152" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
1812
1825
|
<line num="153" count="0" type="stmt"/>
|
|
1813
1826
|
</file>
|
|
1814
1827
|
<file name="UiMenuItemGroup.vue" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/host/components/menu/UiMenuItemGroup.vue">
|
|
1815
|
-
<metrics statements="
|
|
1816
|
-
<line num="
|
|
1828
|
+
<metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
1829
|
+
<line num="2" count="1" type="stmt"/>
|
|
1830
|
+
<line num="3" count="1" type="stmt"/>
|
|
1817
1831
|
</file>
|
|
1818
1832
|
</package>
|
|
1819
1833
|
<package name="packages.v1-components.src.host.components.modal">
|
|
1820
|
-
<metrics statements="36" coveredstatements="
|
|
1834
|
+
<metrics statements="36" coveredstatements="4" conditionals="23" coveredconditionals="0" methods="14" coveredmethods="1"/>
|
|
1821
1835
|
<file name="layer.ts" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/host/components/modal/layer.ts">
|
|
1822
|
-
<metrics statements="34" coveredstatements="
|
|
1823
|
-
<line num="
|
|
1824
|
-
<line num="
|
|
1825
|
-
<line num="
|
|
1826
|
-
<line num="
|
|
1827
|
-
<line num="11" count="0" type="stmt"/>
|
|
1828
|
-
<line num="12" count="0" type="cond" truecount="0" falsecount="7"/>
|
|
1829
|
-
<line num="13" count="0" type="stmt"/>
|
|
1830
|
-
<line num="14" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1831
|
-
<line num="15" count="0" type="stmt"/>
|
|
1832
|
-
<line num="22" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1836
|
+
<metrics statements="34" coveredstatements="3" conditionals="23" coveredconditionals="0" methods="13" coveredmethods="1"/>
|
|
1837
|
+
<line num="13" count="1" type="stmt"/>
|
|
1838
|
+
<line num="16" count="1" type="stmt"/>
|
|
1839
|
+
<line num="20" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1840
|
+
<line num="21" count="0" type="stmt"/>
|
|
1833
1841
|
<line num="23" count="0" type="stmt"/>
|
|
1834
|
-
<line num="24" count="0" type="
|
|
1842
|
+
<line num="24" count="0" type="cond" truecount="0" falsecount="7"/>
|
|
1843
|
+
<line num="25" count="0" type="stmt"/>
|
|
1844
|
+
<line num="27" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1835
1845
|
<line num="28" count="0" type="stmt"/>
|
|
1836
|
-
<line num="
|
|
1837
|
-
<line num="32" count="0" type="stmt"/>
|
|
1838
|
-
<line num="33" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1839
|
-
<line num="34" count="0" type="stmt"/>
|
|
1840
|
-
<line num="36" count="0" type="stmt"/>
|
|
1846
|
+
<line num="36" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1841
1847
|
<line num="37" count="0" type="stmt"/>
|
|
1842
|
-
<line num="
|
|
1843
|
-
<line num="
|
|
1844
|
-
<line num="42" count="0" type="stmt"/>
|
|
1848
|
+
<line num="38" count="0" type="stmt"/>
|
|
1849
|
+
<line num="43" count="0" type="stmt"/>
|
|
1845
1850
|
<line num="44" count="0" type="stmt"/>
|
|
1846
|
-
<line num="45" count="0" type="stmt"/>
|
|
1847
|
-
<line num="46" count="0" type="stmt"/>
|
|
1848
|
-
<line num="47" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1849
1851
|
<line num="48" count="0" type="stmt"/>
|
|
1850
|
-
<line num="
|
|
1852
|
+
<line num="49" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1853
|
+
<line num="50" count="0" type="stmt"/>
|
|
1854
|
+
<line num="53" count="0" type="stmt"/>
|
|
1851
1855
|
<line num="54" count="0" type="stmt"/>
|
|
1852
|
-
<line num="
|
|
1853
|
-
<line num="
|
|
1854
|
-
<line num="
|
|
1855
|
-
<line num="
|
|
1856
|
-
<line num="
|
|
1856
|
+
<line num="58" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1857
|
+
<line num="59" count="0" type="stmt"/>
|
|
1858
|
+
<line num="60" count="0" type="stmt"/>
|
|
1859
|
+
<line num="63" count="0" type="stmt"/>
|
|
1860
|
+
<line num="65" count="0" type="stmt"/>
|
|
1861
|
+
<line num="66" count="0" type="stmt"/>
|
|
1862
|
+
<line num="68" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1863
|
+
<line num="69" count="0" type="stmt"/>
|
|
1864
|
+
<line num="73" count="0" type="stmt"/>
|
|
1865
|
+
<line num="77" count="0" type="stmt"/>
|
|
1866
|
+
<line num="79" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1867
|
+
<line num="80" count="0" type="stmt"/>
|
|
1868
|
+
<line num="81" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1869
|
+
<line num="82" count="0" type="stmt"/>
|
|
1870
|
+
<line num="87" count="1" type="stmt"/>
|
|
1857
1871
|
</file>
|
|
1858
1872
|
<file name="plugin.ts" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/host/components/modal/plugin.ts">
|
|
1859
|
-
<metrics statements="2" coveredstatements="
|
|
1860
|
-
<line num="
|
|
1861
|
-
<line num="
|
|
1873
|
+
<metrics statements="2" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
1874
|
+
<line num="9" count="1" type="stmt"/>
|
|
1875
|
+
<line num="13" count="0" type="stmt"/>
|
|
1862
1876
|
</file>
|
|
1863
1877
|
</package>
|
|
1864
1878
|
<package name="packages.v1-components.src.host.components.modal-sidebar">
|
|
1865
|
-
<metrics statements="
|
|
1879
|
+
<metrics statements="105" coveredstatements="2" conditionals="80" coveredconditionals="0" methods="33" coveredmethods="0"/>
|
|
1866
1880
|
<file name="UiModalSidebar.vue" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/host/components/modal-sidebar/UiModalSidebar.vue">
|
|
1867
|
-
<metrics statements="
|
|
1868
|
-
<line num="
|
|
1869
|
-
<line num="
|
|
1870
|
-
<line num="
|
|
1871
|
-
<line num="
|
|
1872
|
-
<line num="
|
|
1873
|
-
<line num="
|
|
1874
|
-
<line num="
|
|
1875
|
-
<line num="
|
|
1876
|
-
<line num="
|
|
1877
|
-
<line num="
|
|
1878
|
-
<line num="
|
|
1879
|
-
<line num="
|
|
1880
|
-
<line num="134" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1881
|
-
<line num="135" count="0" type="stmt"/>
|
|
1882
|
-
<line num="139" count="0" type="stmt"/>
|
|
1881
|
+
<metrics statements="105" coveredstatements="2" conditionals="80" coveredconditionals="0" methods="33" coveredmethods="0"/>
|
|
1882
|
+
<line num="5" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1883
|
+
<line num="6" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1884
|
+
<line num="7" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1885
|
+
<line num="8" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1886
|
+
<line num="28" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1887
|
+
<line num="29" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1888
|
+
<line num="30" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1889
|
+
<line num="31" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1890
|
+
<line num="44" count="1" type="stmt"/>
|
|
1891
|
+
<line num="45" count="1" type="stmt"/>
|
|
1892
|
+
<line num="68" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1893
|
+
<line num="81" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1883
1894
|
<line num="140" count="0" type="stmt"/>
|
|
1884
|
-
<line num="141" count="0" type="stmt"/>
|
|
1885
|
-
<line num="142" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
1886
|
-
<line num="144" count="0" type="stmt"/>
|
|
1887
|
-
<line num="146" count="0" type="stmt"/>
|
|
1888
|
-
<line num="148" count="0" type="stmt"/>
|
|
1889
|
-
<line num="150" count="0" type="stmt"/>
|
|
1890
|
-
<line num="152" count="0" type="stmt"/>
|
|
1891
|
-
<line num="153" count="0" type="stmt"/>
|
|
1892
|
-
<line num="154" count="0" type="stmt"/>
|
|
1893
|
-
<line num="156" count="0" type="stmt"/>
|
|
1894
|
-
<line num="157" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1895
|
-
<line num="158" count="0" type="stmt"/>
|
|
1896
|
-
<line num="159" count="0" type="stmt"/>
|
|
1897
|
-
<line num="164" count="0" type="stmt"/>
|
|
1898
|
-
<line num="165" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1899
|
-
<line num="166" count="0" type="stmt"/>
|
|
1900
|
-
<line num="167" count="0" type="stmt"/>
|
|
1901
|
-
<line num="170" count="0" type="stmt"/>
|
|
1902
|
-
<line num="171" count="0" type="stmt"/>
|
|
1903
|
-
<line num="172" count="0" type="stmt"/>
|
|
1904
|
-
<line num="173" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1905
|
-
<line num="174" count="0" type="stmt"/>
|
|
1906
|
-
<line num="176" count="0" type="stmt"/>
|
|
1907
|
-
<line num="177" count="0" type="stmt"/>
|
|
1908
|
-
<line num="178" count="0" type="stmt"/>
|
|
1909
|
-
<line num="179" count="0" type="stmt"/>
|
|
1910
|
-
<line num="180" count="0" type="stmt"/>
|
|
1911
|
-
<line num="181" count="0" type="stmt"/>
|
|
1912
|
-
<line num="182" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1913
|
-
<line num="183" count="0" type="stmt"/>
|
|
1914
|
-
<line num="184" count="0" type="stmt"/>
|
|
1915
|
-
<line num="185" count="0" type="stmt"/>
|
|
1916
|
-
<line num="186" count="0" type="stmt"/>
|
|
1917
|
-
<line num="189" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
1918
|
-
<line num="190" count="0" type="stmt"/>
|
|
1919
|
-
<line num="191" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1920
|
-
<line num="192" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1921
|
-
<line num="193" count="0" type="stmt"/>
|
|
1922
|
-
<line num="195" count="0" type="stmt"/>
|
|
1923
|
-
<line num="197" count="0" type="stmt"/>
|
|
1924
|
-
<line num="198" count="0" type="stmt"/>
|
|
1925
1895
|
<line num="199" count="0" type="stmt"/>
|
|
1926
|
-
<line num="200" count="0" type="stmt"/>
|
|
1927
|
-
<line num="201" count="0" type="stmt"/>
|
|
1928
|
-
<line num="202" count="0" type="stmt"/>
|
|
1929
|
-
<line num="203" count="0" type="stmt"/>
|
|
1930
|
-
<line num="205" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
1931
|
-
<line num="206" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1932
|
-
<line num="207" count="0" type="stmt"/>
|
|
1933
|
-
<line num="209" count="0" type="stmt"/>
|
|
1934
|
-
<line num="212" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1935
|
-
<line num="213" count="0" type="stmt"/>
|
|
1936
|
-
<line num="214" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1937
|
-
<line num="215" count="0" type="stmt"/>
|
|
1938
|
-
<line num="217" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1939
|
-
<line num="218" count="0" type="stmt"/>
|
|
1940
|
-
<line num="219" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1941
|
-
<line num="220" count="0" type="stmt"/>
|
|
1942
|
-
<line num="221" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1943
|
-
<line num="222" count="0" type="stmt"/>
|
|
1944
|
-
<line num="223" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1945
|
-
<line num="224" count="0" type="stmt"/>
|
|
1946
1896
|
<line num="227" count="0" type="stmt"/>
|
|
1947
|
-
<line num="228" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1948
1897
|
<line num="229" count="0" type="stmt"/>
|
|
1949
|
-
<line num="231" count="0" type="stmt"/>
|
|
1950
|
-
<line num="233" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1951
|
-
<line num="234" count="0" type="stmt"/>
|
|
1952
|
-
<line num="235" count="0" type="stmt"/>
|
|
1953
|
-
<line num="236" count="0" type="stmt"/>
|
|
1954
1898
|
<line num="237" count="0" type="stmt"/>
|
|
1955
|
-
<line num="
|
|
1956
|
-
<line num="240" count="0" type="
|
|
1957
|
-
<line num="
|
|
1958
|
-
<line num="
|
|
1899
|
+
<line num="238" count="0" type="stmt"/>
|
|
1900
|
+
<line num="240" count="0" type="stmt"/>
|
|
1901
|
+
<line num="242" count="0" type="stmt"/>
|
|
1902
|
+
<line num="243" count="0" type="stmt"/>
|
|
1959
1903
|
<line num="245" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1960
1904
|
<line num="246" count="0" type="stmt"/>
|
|
1905
|
+
<line num="247" count="0" type="stmt"/>
|
|
1906
|
+
<line num="251" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1907
|
+
<line num="252" count="0" type="stmt"/>
|
|
1908
|
+
<line num="259" count="0" type="stmt"/>
|
|
1909
|
+
<line num="260" count="0" type="stmt"/>
|
|
1910
|
+
<line num="261" count="0" type="stmt"/>
|
|
1911
|
+
<line num="262" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
1912
|
+
<line num="264" count="0" type="stmt"/>
|
|
1961
1913
|
<line num="266" count="0" type="stmt"/>
|
|
1962
|
-
<line num="
|
|
1963
|
-
<line num="270" count="0" type="stmt"/>
|
|
1914
|
+
<line num="268" count="0" type="stmt"/>
|
|
1964
1915
|
<line num="271" count="0" type="stmt"/>
|
|
1965
|
-
<line num="
|
|
1966
|
-
<line num="
|
|
1967
|
-
<line num="
|
|
1916
|
+
<line num="274" count="0" type="stmt"/>
|
|
1917
|
+
<line num="275" count="0" type="stmt"/>
|
|
1918
|
+
<line num="276" count="0" type="stmt"/>
|
|
1919
|
+
<line num="279" count="0" type="stmt"/>
|
|
1920
|
+
<line num="280" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1921
|
+
<line num="281" count="0" type="stmt"/>
|
|
1922
|
+
<line num="282" count="0" type="stmt"/>
|
|
1923
|
+
<line num="288" count="0" type="stmt"/>
|
|
1924
|
+
<line num="289" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1925
|
+
<line num="290" count="0" type="stmt"/>
|
|
1926
|
+
<line num="291" count="0" type="stmt"/>
|
|
1968
1927
|
<line num="295" count="0" type="stmt"/>
|
|
1969
1928
|
<line num="296" count="0" type="stmt"/>
|
|
1970
|
-
<line num="
|
|
1971
|
-
<line num="
|
|
1972
|
-
<line num="
|
|
1973
|
-
<line num="
|
|
1974
|
-
<line num="
|
|
1975
|
-
<line num="
|
|
1976
|
-
<line num="
|
|
1977
|
-
<line num="
|
|
1978
|
-
<line num="
|
|
1979
|
-
<line num="
|
|
1980
|
-
<line num="
|
|
1929
|
+
<line num="298" count="0" type="stmt"/>
|
|
1930
|
+
<line num="299" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1931
|
+
<line num="300" count="0" type="stmt"/>
|
|
1932
|
+
<line num="303" count="0" type="stmt"/>
|
|
1933
|
+
<line num="304" count="0" type="stmt"/>
|
|
1934
|
+
<line num="305" count="0" type="stmt"/>
|
|
1935
|
+
<line num="307" count="0" type="stmt"/>
|
|
1936
|
+
<line num="309" count="0" type="stmt"/>
|
|
1937
|
+
<line num="310" count="0" type="stmt"/>
|
|
1938
|
+
<line num="312" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1939
|
+
<line num="313" count="0" type="stmt"/>
|
|
1940
|
+
<line num="314" count="0" type="stmt"/>
|
|
1941
|
+
<line num="315" count="0" type="stmt"/>
|
|
1942
|
+
<line num="316" count="0" type="stmt"/>
|
|
1943
|
+
<line num="320" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
1944
|
+
<line num="321" count="0" type="stmt"/>
|
|
1945
|
+
<line num="323" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1946
|
+
<line num="324" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1947
|
+
<line num="325" count="0" type="stmt"/>
|
|
1948
|
+
<line num="327" count="0" type="stmt"/>
|
|
1949
|
+
<line num="330" count="0" type="stmt"/>
|
|
1950
|
+
<line num="331" count="0" type="stmt"/>
|
|
1951
|
+
<line num="332" count="0" type="stmt"/>
|
|
1952
|
+
<line num="333" count="0" type="stmt"/>
|
|
1953
|
+
<line num="335" count="0" type="stmt"/>
|
|
1954
|
+
<line num="337" count="0" type="stmt"/>
|
|
1955
|
+
<line num="338" count="0" type="stmt"/>
|
|
1956
|
+
<line num="341" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
1957
|
+
<line num="342" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1958
|
+
<line num="343" count="0" type="stmt"/>
|
|
1959
|
+
<line num="345" count="0" type="stmt"/>
|
|
1960
|
+
<line num="349" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1961
|
+
<line num="350" count="0" type="stmt"/>
|
|
1962
|
+
<line num="351" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1963
|
+
<line num="352" count="0" type="stmt"/>
|
|
1964
|
+
<line num="355" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1965
|
+
<line num="356" count="0" type="stmt"/>
|
|
1966
|
+
<line num="357" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1967
|
+
<line num="358" count="0" type="stmt"/>
|
|
1968
|
+
<line num="359" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1969
|
+
<line num="360" count="0" type="stmt"/>
|
|
1970
|
+
<line num="361" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1971
|
+
<line num="362" count="0" type="stmt"/>
|
|
1972
|
+
<line num="366" count="0" type="stmt"/>
|
|
1973
|
+
<line num="367" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1974
|
+
<line num="368" count="0" type="stmt"/>
|
|
1975
|
+
<line num="371" count="0" type="stmt"/>
|
|
1976
|
+
<line num="374" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1977
|
+
<line num="375" count="0" type="stmt"/>
|
|
1978
|
+
<line num="376" count="0" type="stmt"/>
|
|
1979
|
+
<line num="377" count="0" type="stmt"/>
|
|
1980
|
+
<line num="378" count="0" type="stmt"/>
|
|
1981
|
+
<line num="381" count="0" type="stmt"/>
|
|
1982
|
+
<line num="382" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
1983
|
+
<line num="383" count="0" type="stmt"/>
|
|
1984
|
+
<line num="387" count="0" type="stmt"/>
|
|
1985
|
+
<line num="388" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1986
|
+
<line num="389" count="0" type="stmt"/>
|
|
1981
1987
|
</file>
|
|
1982
1988
|
</package>
|
|
1983
1989
|
<package name="packages.v1-components.src.host.components.modal-window">
|
|
1984
|
-
<metrics statements="
|
|
1990
|
+
<metrics statements="143" coveredstatements="0" conditionals="97" coveredconditionals="0" methods="50" coveredmethods="0"/>
|
|
1985
1991
|
<file name="UiModalWindow.vue" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/host/components/modal-window/UiModalWindow.vue">
|
|
1986
|
-
<metrics statements="
|
|
1987
|
-
<line num="
|
|
1988
|
-
<line num="
|
|
1989
|
-
<line num="
|
|
1990
|
-
<line num="
|
|
1991
|
-
<line num="
|
|
1992
|
-
<line num="
|
|
1993
|
-
<line num="
|
|
1994
|
-
<line num="
|
|
1995
|
-
<line num="103" count="0" type="stmt"/>
|
|
1996
|
-
<line num="104" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1997
|
-
<line num="105" count="0" type="stmt"/>
|
|
1998
|
-
<line num="107" count="0" type="stmt"/>
|
|
1999
|
-
<line num="110" count="0" type="stmt"/>
|
|
2000
|
-
<line num="111" count="0" type="stmt"/>
|
|
2001
|
-
<line num="112" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2002
|
-
<line num="113" count="0" type="stmt"/>
|
|
2003
|
-
<line num="115" count="0" type="stmt"/>
|
|
2004
|
-
<line num="118" count="0" type="stmt"/>
|
|
2005
|
-
<line num="119" count="0" type="stmt"/>
|
|
2006
|
-
<line num="120" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2007
|
-
<line num="121" count="0" type="stmt"/>
|
|
1992
|
+
<metrics statements="31" coveredstatements="0" conditionals="31" coveredconditionals="0" methods="13" coveredmethods="0"/>
|
|
1993
|
+
<line num="17" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1994
|
+
<line num="18" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1995
|
+
<line num="19" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1996
|
+
<line num="20" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1997
|
+
<line num="22" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1998
|
+
<line num="39" count="0" type="stmt"/>
|
|
1999
|
+
<line num="58" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2000
|
+
<line num="71" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2008
2001
|
<line num="124" count="0" type="stmt"/>
|
|
2009
|
-
<line num="
|
|
2010
|
-
<line num="
|
|
2011
|
-
<line num="
|
|
2012
|
-
<line num="
|
|
2013
|
-
<line num="
|
|
2014
|
-
<line num="
|
|
2015
|
-
<line num="
|
|
2016
|
-
<line num="
|
|
2017
|
-
<line num="
|
|
2018
|
-
<line num="
|
|
2019
|
-
<line num="
|
|
2020
|
-
<line num="
|
|
2002
|
+
<line num="188" count="0" type="stmt"/>
|
|
2003
|
+
<line num="211" count="0" type="stmt"/>
|
|
2004
|
+
<line num="217" count="0" type="stmt"/>
|
|
2005
|
+
<line num="218" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2006
|
+
<line num="219" count="0" type="stmt"/>
|
|
2007
|
+
<line num="222" count="0" type="stmt"/>
|
|
2008
|
+
<line num="223" count="0" type="stmt"/>
|
|
2009
|
+
<line num="224" count="0" type="stmt"/>
|
|
2010
|
+
<line num="226" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2011
|
+
<line num="227" count="0" type="stmt"/>
|
|
2012
|
+
<line num="229" count="0" type="stmt"/>
|
|
2013
|
+
<line num="233" count="0" type="stmt"/>
|
|
2014
|
+
<line num="235" count="0" type="stmt"/>
|
|
2015
|
+
<line num="236" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2016
|
+
<line num="237" count="0" type="stmt"/>
|
|
2017
|
+
<line num="239" count="0" type="stmt"/>
|
|
2018
|
+
<line num="243" count="0" type="stmt"/>
|
|
2019
|
+
<line num="244" count="0" type="stmt"/>
|
|
2020
|
+
<line num="245" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2021
|
+
<line num="246" count="0" type="stmt"/>
|
|
2022
|
+
<line num="250" count="0" type="stmt"/>
|
|
2023
|
+
<line num="255" count="0" type="stmt"/>
|
|
2021
2024
|
</file>
|
|
2022
2025
|
<file name="UiModalWindowSurface.vue" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/host/components/modal-window/UiModalWindowSurface.vue">
|
|
2023
|
-
<metrics statements="
|
|
2024
|
-
<line num="
|
|
2025
|
-
<line num="
|
|
2026
|
-
<line num="
|
|
2027
|
-
<line num="
|
|
2028
|
-
<line num="
|
|
2029
|
-
<line num="
|
|
2030
|
-
<line num="
|
|
2031
|
-
<line num="123" count="0" type="stmt"/>
|
|
2032
|
-
<line num="125" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2033
|
-
<line num="126" count="0" type="stmt"/>
|
|
2034
|
-
<line num="127" count="0" type="stmt"/>
|
|
2035
|
-
<line num="131" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2036
|
-
<line num="132" count="0" type="stmt"/>
|
|
2037
|
-
<line num="136" count="0" type="stmt"/>
|
|
2038
|
-
<line num="137" count="0" type="stmt"/>
|
|
2039
|
-
<line num="138" count="0" type="stmt"/>
|
|
2040
|
-
<line num="139" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
2041
|
-
<line num="141" count="0" type="stmt"/>
|
|
2042
|
-
<line num="143" count="0" type="stmt"/>
|
|
2043
|
-
<line num="145" count="0" type="stmt"/>
|
|
2026
|
+
<metrics statements="112" coveredstatements="0" conditionals="66" coveredconditionals="0" methods="37" coveredmethods="0"/>
|
|
2027
|
+
<line num="43" count="0" type="stmt"/>
|
|
2028
|
+
<line num="107" count="0" type="stmt"/>
|
|
2029
|
+
<line num="132" count="0" type="stmt"/>
|
|
2030
|
+
<line num="134" count="0" type="stmt"/>
|
|
2031
|
+
<line num="142" count="0" type="stmt"/>
|
|
2032
|
+
<line num="144" count="0" type="stmt"/>
|
|
2033
|
+
<line num="146" count="0" type="stmt"/>
|
|
2044
2034
|
<line num="147" count="0" type="stmt"/>
|
|
2045
|
-
<line num="149" count="0" type="
|
|
2035
|
+
<line num="149" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2046
2036
|
<line num="150" count="0" type="stmt"/>
|
|
2047
2037
|
<line num="151" count="0" type="stmt"/>
|
|
2048
|
-
<line num="
|
|
2049
|
-
<line num="154" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2050
|
-
<line num="155" count="0" type="stmt"/>
|
|
2038
|
+
<line num="155" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2051
2039
|
<line num="156" count="0" type="stmt"/>
|
|
2052
|
-
<line num="161" count="0" type="stmt"/>
|
|
2053
|
-
<line num="162" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2054
2040
|
<line num="163" count="0" type="stmt"/>
|
|
2055
2041
|
<line num="164" count="0" type="stmt"/>
|
|
2056
|
-
<line num="
|
|
2042
|
+
<line num="165" count="0" type="stmt"/>
|
|
2043
|
+
<line num="166" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
2057
2044
|
<line num="168" count="0" type="stmt"/>
|
|
2058
|
-
<line num="
|
|
2059
|
-
<line num="
|
|
2060
|
-
<line num="171" count="0" type="stmt"/>
|
|
2061
|
-
<line num="173" count="0" type="stmt"/>
|
|
2062
|
-
<line num="174" count="0" type="stmt"/>
|
|
2045
|
+
<line num="170" count="0" type="stmt"/>
|
|
2046
|
+
<line num="172" count="0" type="stmt"/>
|
|
2063
2047
|
<line num="175" count="0" type="stmt"/>
|
|
2064
|
-
<line num="176" count="0" type="stmt"/>
|
|
2065
|
-
<line num="177" count="0" type="stmt"/>
|
|
2066
2048
|
<line num="178" count="0" type="stmt"/>
|
|
2067
|
-
<line num="179" count="0" type="
|
|
2049
|
+
<line num="179" count="0" type="stmt"/>
|
|
2068
2050
|
<line num="180" count="0" type="stmt"/>
|
|
2069
|
-
<line num="
|
|
2070
|
-
<line num="
|
|
2051
|
+
<line num="183" count="0" type="stmt"/>
|
|
2052
|
+
<line num="184" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2071
2053
|
<line num="185" count="0" type="stmt"/>
|
|
2072
2054
|
<line num="186" count="0" type="stmt"/>
|
|
2073
|
-
<line num="
|
|
2074
|
-
<line num="
|
|
2075
|
-
<line num="189" count="0" type="stmt"/>
|
|
2076
|
-
<line num="191" count="0" type="stmt"/>
|
|
2077
|
-
<line num="193" count="0" type="stmt"/>
|
|
2055
|
+
<line num="192" count="0" type="stmt"/>
|
|
2056
|
+
<line num="193" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2078
2057
|
<line num="194" count="0" type="stmt"/>
|
|
2079
2058
|
<line num="195" count="0" type="stmt"/>
|
|
2080
|
-
<line num="
|
|
2081
|
-
<line num="
|
|
2082
|
-
<line num="
|
|
2083
|
-
<line num="
|
|
2084
|
-
<line num="
|
|
2085
|
-
<line num="
|
|
2086
|
-
<line num="203" count="0" type="stmt"/>
|
|
2087
|
-
<line num="205" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2088
|
-
<line num="206" count="0" type="stmt"/>
|
|
2059
|
+
<line num="199" count="0" type="stmt"/>
|
|
2060
|
+
<line num="200" count="0" type="stmt"/>
|
|
2061
|
+
<line num="202" count="0" type="stmt"/>
|
|
2062
|
+
<line num="203" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2063
|
+
<line num="204" count="0" type="stmt"/>
|
|
2064
|
+
<line num="207" count="0" type="stmt"/>
|
|
2089
2065
|
<line num="208" count="0" type="stmt"/>
|
|
2066
|
+
<line num="209" count="0" type="stmt"/>
|
|
2090
2067
|
<line num="211" count="0" type="stmt"/>
|
|
2091
|
-
<line num="
|
|
2068
|
+
<line num="213" count="0" type="stmt"/>
|
|
2069
|
+
<line num="214" count="0" type="stmt"/>
|
|
2092
2070
|
<line num="216" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2093
2071
|
<line num="217" count="0" type="stmt"/>
|
|
2094
|
-
<line num="218" count="0" type="
|
|
2072
|
+
<line num="218" count="0" type="stmt"/>
|
|
2095
2073
|
<line num="219" count="0" type="stmt"/>
|
|
2096
|
-
<line num="
|
|
2097
|
-
<line num="222" count="0" type="stmt"/>
|
|
2098
|
-
<line num="223" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2074
|
+
<line num="223" count="0" type="stmt"/>
|
|
2099
2075
|
<line num="224" count="0" type="stmt"/>
|
|
2100
|
-
<line num="
|
|
2101
|
-
<line num="226" count="0" type="stmt"/>
|
|
2076
|
+
<line num="226" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2102
2077
|
<line num="227" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2103
2078
|
<line num="228" count="0" type="stmt"/>
|
|
2104
|
-
<line num="
|
|
2105
|
-
<line num="232" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2079
|
+
<line num="230" count="0" type="stmt"/>
|
|
2106
2080
|
<line num="233" count="0" type="stmt"/>
|
|
2081
|
+
<line num="234" count="0" type="stmt"/>
|
|
2107
2082
|
<line num="235" count="0" type="stmt"/>
|
|
2108
|
-
<line num="237" count="0" type="
|
|
2109
|
-
<line num="238" count="0" type="stmt"/>
|
|
2083
|
+
<line num="237" count="0" type="stmt"/>
|
|
2110
2084
|
<line num="239" count="0" type="stmt"/>
|
|
2111
2085
|
<line num="240" count="0" type="stmt"/>
|
|
2112
|
-
<line num="
|
|
2113
|
-
<line num="243" count="0" type="stmt"/>
|
|
2086
|
+
<line num="243" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
2114
2087
|
<line num="244" count="0" type="stmt"/>
|
|
2115
|
-
<line num="245" count="0" type="
|
|
2088
|
+
<line num="245" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2116
2089
|
<line num="246" count="0" type="stmt"/>
|
|
2117
|
-
<line num="
|
|
2118
|
-
<line num="249" count="0" type="stmt"/>
|
|
2090
|
+
<line num="249" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2119
2091
|
<line num="250" count="0" type="stmt"/>
|
|
2120
|
-
<line num="251" count="0" type="stmt"/>
|
|
2121
2092
|
<line num="252" count="0" type="stmt"/>
|
|
2122
|
-
<line num="
|
|
2093
|
+
<line num="256" count="0" type="stmt"/>
|
|
2094
|
+
<line num="261" count="0" type="stmt"/>
|
|
2095
|
+
<line num="262" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2096
|
+
<line num="263" count="0" type="stmt"/>
|
|
2097
|
+
<line num="264" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2123
2098
|
<line num="265" count="0" type="stmt"/>
|
|
2124
|
-
<line num="
|
|
2125
|
-
<line num="
|
|
2099
|
+
<line num="268" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2100
|
+
<line num="269" count="0" type="stmt"/>
|
|
2126
2101
|
<line num="270" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2127
|
-
<line num="
|
|
2102
|
+
<line num="271" count="0" type="stmt"/>
|
|
2103
|
+
<line num="272" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2104
|
+
<line num="273" count="0" type="stmt"/>
|
|
2105
|
+
<line num="274" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2128
2106
|
<line num="275" count="0" type="stmt"/>
|
|
2129
|
-
<line num="276" count="0" type="stmt"/>
|
|
2130
|
-
<line num="277" count="0" type="stmt"/>
|
|
2131
2107
|
<line num="279" count="0" type="stmt"/>
|
|
2132
|
-
<line num="
|
|
2133
|
-
<line num="
|
|
2134
|
-
<line num="
|
|
2108
|
+
<line num="280" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2109
|
+
<line num="281" count="0" type="stmt"/>
|
|
2110
|
+
<line num="284" count="0" type="stmt"/>
|
|
2111
|
+
<line num="287" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2112
|
+
<line num="288" count="0" type="stmt"/>
|
|
2113
|
+
<line num="289" count="0" type="stmt"/>
|
|
2114
|
+
<line num="290" count="0" type="stmt"/>
|
|
2115
|
+
<line num="291" count="0" type="stmt"/>
|
|
2116
|
+
<line num="294" count="0" type="stmt"/>
|
|
2117
|
+
<line num="295" count="0" type="stmt"/>
|
|
2118
|
+
<line num="297" count="0" type="stmt"/>
|
|
2119
|
+
<line num="298" count="0" type="stmt"/>
|
|
2120
|
+
<line num="300" count="0" type="stmt"/>
|
|
2121
|
+
<line num="302" count="0" type="stmt"/>
|
|
2122
|
+
<line num="303" count="0" type="stmt"/>
|
|
2123
|
+
<line num="304" count="0" type="stmt"/>
|
|
2124
|
+
<line num="305" count="0" type="stmt"/>
|
|
2125
|
+
<line num="306" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2126
|
+
<line num="319" count="0" type="stmt"/>
|
|
2127
|
+
<line num="320" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
2128
|
+
<line num="321" count="0" type="stmt"/>
|
|
2129
|
+
<line num="325" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2130
|
+
<line num="329" count="0" type="stmt"/>
|
|
2131
|
+
<line num="330" count="0" type="stmt"/>
|
|
2132
|
+
<line num="331" count="0" type="stmt"/>
|
|
2133
|
+
<line num="332" count="0" type="stmt"/>
|
|
2134
|
+
<line num="334" count="0" type="stmt"/>
|
|
2135
|
+
<line num="354" count="0" type="stmt"/>
|
|
2136
|
+
<line num="356" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2137
|
+
<line num="357" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2138
|
+
<line num="367" count="0" type="stmt"/>
|
|
2135
2139
|
</file>
|
|
2136
2140
|
</package>
|
|
2137
2141
|
<package name="packages.v1-components.src.host.components.number-stepper">
|
|
@@ -2298,230 +2302,337 @@
|
|
|
2298
2302
|
<line num="546" count="0" type="stmt"/>
|
|
2299
2303
|
</file>
|
|
2300
2304
|
</package>
|
|
2305
|
+
<package name="packages.v1-components.src.host.components.page-header">
|
|
2306
|
+
<metrics statements="93" coveredstatements="70" conditionals="93" coveredconditionals="77" methods="38" coveredmethods="23"/>
|
|
2307
|
+
<file name="UiPageHeader.vue" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/host/components/page-header/UiPageHeader.vue">
|
|
2308
|
+
<metrics statements="14" coveredstatements="10" conditionals="10" coveredconditionals="10" methods="10" coveredmethods="6"/>
|
|
2309
|
+
<line num="5" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
2310
|
+
<line num="6" count="0" type="cond" truecount="2" falsecount="0"/>
|
|
2311
|
+
<line num="7" count="0" type="cond" truecount="2" falsecount="0"/>
|
|
2312
|
+
<line num="8" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
2313
|
+
<line num="9" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
2314
|
+
<line num="15" count="1" type="stmt"/>
|
|
2315
|
+
<line num="22" count="1" type="stmt"/>
|
|
2316
|
+
<line num="41" count="8" type="stmt"/>
|
|
2317
|
+
<line num="53" count="8" type="stmt"/>
|
|
2318
|
+
<line num="54" count="8" type="stmt"/>
|
|
2319
|
+
<line num="76" count="8" type="stmt"/>
|
|
2320
|
+
<line num="78" count="8" type="stmt"/>
|
|
2321
|
+
<line num="79" count="0" type="stmt"/>
|
|
2322
|
+
<line num="80" count="0" type="stmt"/>
|
|
2323
|
+
</file>
|
|
2324
|
+
<file name="UiPageHeaderLayout.vue" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/host/components/page-header/UiPageHeaderLayout.vue">
|
|
2325
|
+
<metrics statements="16" coveredstatements="12" conditionals="20" coveredconditionals="19" methods="8" coveredmethods="4"/>
|
|
2326
|
+
<line num="12" count="2" type="stmt"/>
|
|
2327
|
+
<line num="13" count="2" type="stmt"/>
|
|
2328
|
+
<line num="26" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
2329
|
+
<line num="27" count="0" type="cond" truecount="2" falsecount="0"/>
|
|
2330
|
+
<line num="28" count="0" type="cond" truecount="2" falsecount="0"/>
|
|
2331
|
+
<line num="29" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
2332
|
+
<line num="30" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
2333
|
+
<line num="141" count="8" type="stmt"/>
|
|
2334
|
+
<line num="154" count="8" type="stmt"/>
|
|
2335
|
+
<line num="155" count="8" type="stmt"/>
|
|
2336
|
+
<line num="156" count="8" type="stmt"/>
|
|
2337
|
+
<line num="157" count="8" type="cond" truecount="1" falsecount="1"/>
|
|
2338
|
+
<line num="159" count="8" type="cond" truecount="2" falsecount="0"/>
|
|
2339
|
+
<line num="162" count="8" type="stmt"/>
|
|
2340
|
+
<line num="163" count="0" type="stmt"/>
|
|
2341
|
+
<line num="164" count="0" type="stmt"/>
|
|
2342
|
+
</file>
|
|
2343
|
+
<file name="UiPageHeaderTitle.vue" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/host/components/page-header/UiPageHeaderTitle.vue">
|
|
2344
|
+
<metrics statements="63" coveredstatements="48" conditionals="63" coveredconditionals="48" methods="20" coveredmethods="13"/>
|
|
2345
|
+
<line num="3" count="15" type="cond" truecount="4" falsecount="0"/>
|
|
2346
|
+
<line num="38" count="0" type="cond" truecount="2" falsecount="0"/>
|
|
2347
|
+
<line num="39" count="0" type="cond" truecount="2" falsecount="0"/>
|
|
2348
|
+
<line num="63" count="8" type="stmt"/>
|
|
2349
|
+
<line num="126" count="8" type="stmt"/>
|
|
2350
|
+
<line num="139" count="8" type="stmt"/>
|
|
2351
|
+
<line num="140" count="8" type="stmt"/>
|
|
2352
|
+
<line num="141" count="8" type="stmt"/>
|
|
2353
|
+
<line num="142" count="8" type="cond" truecount="1" falsecount="1"/>
|
|
2354
|
+
<line num="144" count="8" type="cond" truecount="2" falsecount="0"/>
|
|
2355
|
+
<line num="145" count="8" type="cond" truecount="3" falsecount="0"/>
|
|
2356
|
+
<line num="146" count="10" type="cond" truecount="2" falsecount="0"/>
|
|
2357
|
+
<line num="147" count="8" type="cond" truecount="2" falsecount="0"/>
|
|
2358
|
+
<line num="148" count="8" type="cond" truecount="2" falsecount="0"/>
|
|
2359
|
+
<line num="150" count="8" type="stmt"/>
|
|
2360
|
+
<line num="151" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2361
|
+
<line num="154" count="8" type="stmt"/>
|
|
2362
|
+
<line num="155" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2363
|
+
<line num="156" count="0" type="stmt"/>
|
|
2364
|
+
<line num="160" count="8" type="stmt"/>
|
|
2365
|
+
<line num="161" count="8" type="cond" truecount="4" falsecount="0"/>
|
|
2366
|
+
<line num="162" count="7" type="stmt"/>
|
|
2367
|
+
<line num="165" count="1" type="stmt"/>
|
|
2368
|
+
<line num="167" count="1" type="stmt"/>
|
|
2369
|
+
<line num="168" count="1" type="stmt"/>
|
|
2370
|
+
<line num="173" count="8" type="stmt"/>
|
|
2371
|
+
<line num="174" count="3" type="cond" truecount="3" falsecount="1"/>
|
|
2372
|
+
<line num="175" count="0" type="stmt"/>
|
|
2373
|
+
<line num="178" count="3" type="stmt"/>
|
|
2374
|
+
<line num="180" count="3" type="stmt"/>
|
|
2375
|
+
<line num="181" count="3" type="stmt"/>
|
|
2376
|
+
<line num="184" count="8" type="stmt"/>
|
|
2377
|
+
<line num="185" count="1" type="cond" truecount="2" falsecount="2"/>
|
|
2378
|
+
<line num="186" count="1" type="stmt"/>
|
|
2379
|
+
<line num="189" count="0" type="stmt"/>
|
|
2380
|
+
<line num="190" count="0" type="stmt"/>
|
|
2381
|
+
<line num="193" count="8" type="stmt"/>
|
|
2382
|
+
<line num="194" count="2" type="cond" truecount="4" falsecount="0"/>
|
|
2383
|
+
<line num="195" count="1" type="stmt"/>
|
|
2384
|
+
<line num="196" count="1" type="stmt"/>
|
|
2385
|
+
<line num="198" count="1" type="stmt"/>
|
|
2386
|
+
<line num="199" count="1" type="stmt"/>
|
|
2387
|
+
<line num="202" count="1" type="stmt"/>
|
|
2388
|
+
<line num="205" count="1" type="stmt"/>
|
|
2389
|
+
<line num="206" count="1" type="stmt"/>
|
|
2390
|
+
<line num="209" count="8" type="stmt"/>
|
|
2391
|
+
<line num="210" count="2" type="stmt"/>
|
|
2392
|
+
<line num="211" count="2" type="stmt"/>
|
|
2393
|
+
<line num="214" count="8" type="stmt"/>
|
|
2394
|
+
<line num="215" count="2" type="cond" truecount="4" falsecount="1"/>
|
|
2395
|
+
<line num="216" count="2" type="stmt"/>
|
|
2396
|
+
<line num="218" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
2397
|
+
<line num="219" count="1" type="stmt"/>
|
|
2398
|
+
<line num="220" count="1" type="stmt"/>
|
|
2399
|
+
<line num="224" count="2" type="stmt"/>
|
|
2400
|
+
<line num="227" count="8" type="stmt"/>
|
|
2401
|
+
<line num="229" count="0" type="stmt"/>
|
|
2402
|
+
<line num="232" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
2403
|
+
<line num="233" count="0" type="stmt"/>
|
|
2404
|
+
<line num="234" count="0" type="stmt"/>
|
|
2405
|
+
<line num="237" count="0" type="stmt"/>
|
|
2406
|
+
<line num="240" count="0" type="stmt"/>
|
|
2407
|
+
<line num="241" count="0" type="stmt"/>
|
|
2408
|
+
</file>
|
|
2409
|
+
</package>
|
|
2301
2410
|
<package name="packages.v1-components.src.host.components.popper">
|
|
2302
|
-
<metrics statements="
|
|
2411
|
+
<metrics statements="240" coveredstatements="176" conditionals="174" coveredconditionals="78" methods="73" coveredmethods="54"/>
|
|
2303
2412
|
<file name="Listener.ts" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/host/components/popper/Listener.ts">
|
|
2304
|
-
<metrics statements="37" coveredstatements="
|
|
2305
|
-
<line num="5" count="
|
|
2306
|
-
<line num="6" count="
|
|
2307
|
-
<line num="7" count="
|
|
2308
|
-
<line num="8" count="
|
|
2309
|
-
<line num="10" count="
|
|
2310
|
-
<line num="17" count="
|
|
2311
|
-
<line num="18" count="
|
|
2312
|
-
<line num="26" count="
|
|
2313
|
-
<line num="32" count="
|
|
2314
|
-
<line num="33" count="
|
|
2413
|
+
<metrics statements="37" coveredstatements="26" conditionals="20" coveredconditionals="10" methods="15" coveredmethods="12"/>
|
|
2414
|
+
<line num="5" count="5" type="stmt"/>
|
|
2415
|
+
<line num="6" count="5" type="stmt"/>
|
|
2416
|
+
<line num="7" count="2" type="cond" truecount="2" falsecount="2"/>
|
|
2417
|
+
<line num="8" count="2" type="cond" truecount="3" falsecount="1"/>
|
|
2418
|
+
<line num="10" count="2" type="stmt"/>
|
|
2419
|
+
<line num="17" count="4" type="stmt"/>
|
|
2420
|
+
<line num="18" count="4" type="stmt"/>
|
|
2421
|
+
<line num="26" count="4" type="stmt"/>
|
|
2422
|
+
<line num="32" count="4" type="stmt"/>
|
|
2423
|
+
<line num="33" count="4" type="stmt"/>
|
|
2315
2424
|
<line num="37" count="0" type="stmt"/>
|
|
2316
|
-
<line num="41" count="
|
|
2425
|
+
<line num="41" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
2317
2426
|
<line num="42" count="0" type="stmt"/>
|
|
2318
2427
|
<line num="43" count="0" type="stmt"/>
|
|
2319
2428
|
<line num="44" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2320
2429
|
<line num="45" count="0" type="stmt"/>
|
|
2321
2430
|
<line num="46" count="0" type="stmt"/>
|
|
2322
2431
|
<line num="53" count="0" type="stmt"/>
|
|
2323
|
-
<line num="57" count="
|
|
2432
|
+
<line num="57" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
2324
2433
|
<line num="58" count="0" type="stmt"/>
|
|
2325
2434
|
<line num="59" count="0" type="stmt"/>
|
|
2326
2435
|
<line num="60" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2327
2436
|
<line num="61" count="0" type="stmt"/>
|
|
2328
|
-
<line num="67" count="
|
|
2329
|
-
<line num="68" count="
|
|
2330
|
-
<line num="69" count="
|
|
2331
|
-
<line num="73" count="
|
|
2332
|
-
<line num="74" count="
|
|
2333
|
-
<line num="78" count="
|
|
2334
|
-
<line num="79" count="
|
|
2335
|
-
<line num="80" count="
|
|
2336
|
-
<line num="85" count="
|
|
2337
|
-
<line num="92" count="
|
|
2338
|
-
<line num="101" count="
|
|
2339
|
-
<line num="102" count="
|
|
2340
|
-
<line num="103" count="
|
|
2341
|
-
<line num="104" count="
|
|
2437
|
+
<line num="67" count="2" type="stmt"/>
|
|
2438
|
+
<line num="68" count="2" type="stmt"/>
|
|
2439
|
+
<line num="69" count="2" type="stmt"/>
|
|
2440
|
+
<line num="73" count="4" type="stmt"/>
|
|
2441
|
+
<line num="74" count="4" type="stmt"/>
|
|
2442
|
+
<line num="78" count="3" type="cond" truecount="1" falsecount="1"/>
|
|
2443
|
+
<line num="79" count="3" type="stmt"/>
|
|
2444
|
+
<line num="80" count="3" type="stmt"/>
|
|
2445
|
+
<line num="85" count="2" type="stmt"/>
|
|
2446
|
+
<line num="92" count="2" type="stmt"/>
|
|
2447
|
+
<line num="101" count="4" type="stmt"/>
|
|
2448
|
+
<line num="102" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
2449
|
+
<line num="103" count="2" type="stmt"/>
|
|
2450
|
+
<line num="104" count="3" type="stmt"/>
|
|
2342
2451
|
</file>
|
|
2343
2452
|
<file name="Scheduler.ts" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/host/components/popper/Scheduler.ts">
|
|
2344
2453
|
<metrics statements="6" coveredstatements="5" conditionals="2" coveredconditionals="1" methods="3" coveredmethods="2"/>
|
|
2345
|
-
<line num="2" count="
|
|
2346
|
-
<line num="5" count="
|
|
2347
|
-
<line num="6" count="
|
|
2454
|
+
<line num="2" count="4" type="stmt"/>
|
|
2455
|
+
<line num="5" count="4" type="stmt"/>
|
|
2456
|
+
<line num="6" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
2348
2457
|
<line num="7" count="0" type="stmt"/>
|
|
2349
|
-
<line num="9" count="
|
|
2350
|
-
<line num="14" count="
|
|
2458
|
+
<line num="9" count="4" type="stmt"/>
|
|
2459
|
+
<line num="14" count="6" type="stmt"/>
|
|
2351
2460
|
</file>
|
|
2352
2461
|
<file name="UiPopper.vue" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/host/components/popper/UiPopper.vue">
|
|
2353
|
-
<metrics statements="147" coveredstatements="
|
|
2462
|
+
<metrics statements="147" coveredstatements="107" conditionals="106" coveredconditionals="48" methods="43" coveredmethods="31"/>
|
|
2354
2463
|
<line num="11" count="0" type="cond" truecount="2" falsecount="2"/>
|
|
2355
|
-
<line num="19" count="
|
|
2356
|
-
<line num="71" count="
|
|
2357
|
-
<line num="168" count="
|
|
2358
|
-
<line num="185" count="
|
|
2359
|
-
<line num="186" count="
|
|
2360
|
-
<line num="187" count="
|
|
2361
|
-
<line num="189" count="
|
|
2362
|
-
<line num="199" count="
|
|
2363
|
-
<line num="200" count="
|
|
2364
|
-
<line num="202" count="
|
|
2365
|
-
<line num="208" count="
|
|
2366
|
-
<line num="218" count="
|
|
2464
|
+
<line num="19" count="5" type="stmt"/>
|
|
2465
|
+
<line num="71" count="2" type="stmt"/>
|
|
2466
|
+
<line num="168" count="2" type="stmt"/>
|
|
2467
|
+
<line num="185" count="2" type="stmt"/>
|
|
2468
|
+
<line num="186" count="2" type="stmt"/>
|
|
2469
|
+
<line num="187" count="2" type="stmt"/>
|
|
2470
|
+
<line num="189" count="2" type="stmt"/>
|
|
2471
|
+
<line num="199" count="2" type="stmt"/>
|
|
2472
|
+
<line num="200" count="2" type="stmt"/>
|
|
2473
|
+
<line num="202" count="2" type="stmt"/>
|
|
2474
|
+
<line num="208" count="3" type="stmt"/>
|
|
2475
|
+
<line num="218" count="2" type="stmt"/>
|
|
2367
2476
|
<line num="219" count="1" type="cond" truecount="4" falsecount="1"/>
|
|
2368
2477
|
<line num="220" count="1" type="stmt"/>
|
|
2369
|
-
<line num="224" count="
|
|
2370
|
-
<line num="225" count="
|
|
2371
|
-
<line num="227" count="
|
|
2372
|
-
<line num="229" count="
|
|
2373
|
-
<line num="231" count="
|
|
2374
|
-
<line num="232" count="
|
|
2478
|
+
<line num="224" count="2" type="stmt"/>
|
|
2479
|
+
<line num="225" count="2" type="stmt"/>
|
|
2480
|
+
<line num="227" count="2" type="stmt"/>
|
|
2481
|
+
<line num="229" count="2" type="stmt"/>
|
|
2482
|
+
<line num="231" count="2" type="stmt"/>
|
|
2483
|
+
<line num="232" count="3" type="cond" truecount="1" falsecount="1"/>
|
|
2375
2484
|
<line num="233" count="0" type="stmt"/>
|
|
2376
2485
|
<line num="234" count="0" type="stmt"/>
|
|
2377
|
-
<line num="238" count="
|
|
2486
|
+
<line num="238" count="2" type="stmt"/>
|
|
2378
2487
|
<line num="239" count="1" type="stmt"/>
|
|
2379
2488
|
<line num="241" count="1" type="cond" truecount="3" falsecount="1"/>
|
|
2380
2489
|
<line num="242" count="0" type="stmt"/>
|
|
2381
|
-
<line num="249" count="
|
|
2382
|
-
<line num="250" count="
|
|
2383
|
-
<line num="251" count="
|
|
2384
|
-
<line num="253" count="
|
|
2385
|
-
<line num="254" count="
|
|
2386
|
-
<line num="256" count="
|
|
2490
|
+
<line num="249" count="2" type="stmt"/>
|
|
2491
|
+
<line num="250" count="2" type="stmt"/>
|
|
2492
|
+
<line num="251" count="2" type="stmt"/>
|
|
2493
|
+
<line num="253" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
2494
|
+
<line num="254" count="2" type="stmt"/>
|
|
2495
|
+
<line num="256" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
2387
2496
|
<line num="257" count="1" type="stmt"/>
|
|
2388
2497
|
<line num="258" count="1" type="stmt"/>
|
|
2389
2498
|
<line num="260" count="1" type="stmt"/>
|
|
2390
2499
|
<line num="261" count="1" type="stmt"/>
|
|
2391
|
-
<line num="266" count="
|
|
2392
|
-
<line num="267" count="
|
|
2393
|
-
<line num="269" count="
|
|
2394
|
-
<line num="270" count="
|
|
2500
|
+
<line num="266" count="2" type="stmt"/>
|
|
2501
|
+
<line num="267" count="2" type="stmt"/>
|
|
2502
|
+
<line num="269" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
2503
|
+
<line num="270" count="2" type="stmt"/>
|
|
2395
2504
|
<line num="273" count="0" type="stmt"/>
|
|
2396
2505
|
<line num="275" count="0" type="stmt"/>
|
|
2397
2506
|
<line num="276" count="0" type="stmt"/>
|
|
2398
2507
|
<line num="278" count="0" type="stmt"/>
|
|
2399
2508
|
<line num="279" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2400
2509
|
<line num="280" count="0" type="stmt"/>
|
|
2401
|
-
<line num="284" count="
|
|
2402
|
-
<line num="285" count="
|
|
2510
|
+
<line num="284" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
2511
|
+
<line num="285" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
2403
2512
|
<line num="286" count="0" type="stmt"/>
|
|
2404
|
-
<line num="289" count="
|
|
2405
|
-
<line num="290" count="
|
|
2406
|
-
<line num="292" count="
|
|
2407
|
-
<line num="294" count="
|
|
2408
|
-
<line num="296" count="
|
|
2409
|
-
<line num="298" count="
|
|
2410
|
-
<line num="299" count="
|
|
2411
|
-
<line num="302" count="
|
|
2412
|
-
<line num="303" count="
|
|
2413
|
-
<line num="305" count="
|
|
2414
|
-
<line num="307" count="
|
|
2415
|
-
<line num="310" count="
|
|
2416
|
-
<line num="311" count="
|
|
2417
|
-
<line num="312" count="
|
|
2418
|
-
<line num="314" count="
|
|
2419
|
-
<line num="315" count="
|
|
2420
|
-
<line num="318" count="
|
|
2513
|
+
<line num="289" count="2" type="stmt"/>
|
|
2514
|
+
<line num="290" count="2" type="stmt"/>
|
|
2515
|
+
<line num="292" count="2" type="stmt"/>
|
|
2516
|
+
<line num="294" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
2517
|
+
<line num="296" count="2" type="stmt"/>
|
|
2518
|
+
<line num="298" count="2" type="stmt"/>
|
|
2519
|
+
<line num="299" count="2" type="stmt"/>
|
|
2520
|
+
<line num="302" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
2521
|
+
<line num="303" count="2" type="stmt"/>
|
|
2522
|
+
<line num="305" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
2523
|
+
<line num="307" count="2" type="stmt"/>
|
|
2524
|
+
<line num="310" count="2" type="cond" truecount="0" falsecount="1"/>
|
|
2525
|
+
<line num="311" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
2526
|
+
<line num="312" count="2" type="stmt"/>
|
|
2527
|
+
<line num="314" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
2528
|
+
<line num="315" count="2" type="stmt"/>
|
|
2529
|
+
<line num="318" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
2421
2530
|
<line num="319" count="0" type="stmt"/>
|
|
2422
2531
|
<line num="322" count="0" type="stmt"/>
|
|
2423
|
-
<line num="326" count="
|
|
2424
|
-
<line num="327" count="
|
|
2532
|
+
<line num="326" count="2" type="stmt"/>
|
|
2533
|
+
<line num="327" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
2425
2534
|
<line num="328" count="0" type="stmt"/>
|
|
2426
|
-
<line num="331" count="
|
|
2427
|
-
<line num="333" count="
|
|
2428
|
-
<line num="334" count="
|
|
2429
|
-
<line num="336" count="
|
|
2430
|
-
<line num="338" count="
|
|
2431
|
-
<line num="340" count="
|
|
2432
|
-
<line num="343" count="
|
|
2433
|
-
<line num="345" count="
|
|
2434
|
-
<line num="346" count="
|
|
2435
|
-
<line num="348" count="
|
|
2436
|
-
<line num="350" count="
|
|
2535
|
+
<line num="331" count="2" type="stmt"/>
|
|
2536
|
+
<line num="333" count="2" type="stmt"/>
|
|
2537
|
+
<line num="334" count="2" type="stmt"/>
|
|
2538
|
+
<line num="336" count="2" type="stmt"/>
|
|
2539
|
+
<line num="338" count="2" type="stmt"/>
|
|
2540
|
+
<line num="340" count="2" type="stmt"/>
|
|
2541
|
+
<line num="343" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
2542
|
+
<line num="345" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
2543
|
+
<line num="346" count="1" type="cond" truecount="2" falsecount="0"/>
|
|
2544
|
+
<line num="348" count="1" type="stmt"/>
|
|
2545
|
+
<line num="350" count="1" type="cond" truecount="2" falsecount="4"/>
|
|
2437
2546
|
<line num="351" count="0" type="stmt"/>
|
|
2438
2547
|
<line num="353" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2439
2548
|
<line num="354" count="0" type="stmt"/>
|
|
2440
2549
|
<line num="355" count="0" type="stmt"/>
|
|
2441
|
-
<line num="360" count="
|
|
2442
|
-
<line num="361" count="
|
|
2443
|
-
<line num="362" count="
|
|
2550
|
+
<line num="360" count="2" type="stmt"/>
|
|
2551
|
+
<line num="361" count="2" type="stmt"/>
|
|
2552
|
+
<line num="362" count="2" type="stmt"/>
|
|
2444
2553
|
<line num="363" count="0" type="stmt"/>
|
|
2445
|
-
<line num="366" count="
|
|
2554
|
+
<line num="366" count="2" type="stmt"/>
|
|
2446
2555
|
<line num="367" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
2447
2556
|
<line num="368" count="0" type="stmt"/>
|
|
2448
2557
|
<line num="369" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2449
2558
|
<line num="370" count="0" type="stmt"/>
|
|
2450
|
-
<line num="375" count="
|
|
2559
|
+
<line num="375" count="2" type="stmt"/>
|
|
2451
2560
|
<line num="376" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2452
2561
|
<line num="377" count="0" type="stmt"/>
|
|
2453
|
-
<line num="381" count="
|
|
2454
|
-
<line num="383" count="
|
|
2455
|
-
<line num="385" count="
|
|
2456
|
-
<line num="387" count="
|
|
2457
|
-
<line num="389" count="
|
|
2458
|
-
<line num="397" count="
|
|
2459
|
-
<line num="399" count="
|
|
2460
|
-
<line num="400" count="
|
|
2461
|
-
<line num="401" count="
|
|
2462
|
-
<line num="403" count="
|
|
2562
|
+
<line num="381" count="2" type="stmt"/>
|
|
2563
|
+
<line num="383" count="3" type="stmt"/>
|
|
2564
|
+
<line num="385" count="2" type="stmt"/>
|
|
2565
|
+
<line num="387" count="2" type="stmt"/>
|
|
2566
|
+
<line num="389" count="2" type="stmt"/>
|
|
2567
|
+
<line num="397" count="2" type="cond" truecount="0" falsecount="2"/>
|
|
2568
|
+
<line num="399" count="2" type="stmt"/>
|
|
2569
|
+
<line num="400" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
2570
|
+
<line num="401" count="1" type="stmt"/>
|
|
2571
|
+
<line num="403" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
2463
2572
|
<line num="404" count="0" type="stmt"/>
|
|
2464
2573
|
<line num="405" count="0" type="stmt"/>
|
|
2465
|
-
<line num="410" count="
|
|
2466
|
-
<line num="411" count="
|
|
2574
|
+
<line num="410" count="2" type="stmt"/>
|
|
2575
|
+
<line num="411" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
2467
2576
|
<line num="412" count="0" type="stmt"/>
|
|
2468
|
-
<line num="416" count="
|
|
2577
|
+
<line num="416" count="2" type="stmt"/>
|
|
2469
2578
|
<line num="417" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2470
2579
|
<line num="418" count="0" type="stmt"/>
|
|
2471
|
-
<line num="422" count="
|
|
2472
|
-
<line num="423" count="
|
|
2473
|
-
<line num="424" count="
|
|
2474
|
-
<line num="425" count="
|
|
2580
|
+
<line num="422" count="4" type="stmt"/>
|
|
2581
|
+
<line num="423" count="2" type="cond" truecount="3" falsecount="1"/>
|
|
2582
|
+
<line num="424" count="2" type="stmt"/>
|
|
2583
|
+
<line num="425" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
2475
2584
|
<line num="426" count="0" type="stmt"/>
|
|
2476
2585
|
<line num="427" count="0" type="stmt"/>
|
|
2477
2586
|
<line num="428" count="0" type="stmt"/>
|
|
2478
2587
|
<line num="429" count="0" type="stmt"/>
|
|
2479
|
-
<line num="435" count="
|
|
2588
|
+
<line num="435" count="2" type="stmt"/>
|
|
2480
2589
|
<line num="436" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2481
2590
|
<line num="437" count="0" type="stmt"/>
|
|
2482
2591
|
<line num="438" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2483
2592
|
<line num="439" count="0" type="stmt"/>
|
|
2484
2593
|
<line num="441" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2485
2594
|
<line num="442" count="0" type="stmt"/>
|
|
2486
|
-
<line num="447" count="
|
|
2487
|
-
<line num="448" count="
|
|
2488
|
-
<line num="449" count="
|
|
2489
|
-
<line num="450" count="
|
|
2490
|
-
<line num="452" count="
|
|
2491
|
-
<line num="454" count="
|
|
2492
|
-
<line num="455" count="
|
|
2493
|
-
<line num="459" count="
|
|
2494
|
-
<line num="461" count="
|
|
2495
|
-
<line num="463" count="
|
|
2496
|
-
<line num="464" count="
|
|
2497
|
-
<line num="466" count="
|
|
2498
|
-
<line num="467" count="
|
|
2499
|
-
<line num="468" count="
|
|
2500
|
-
<line num="470" count="
|
|
2595
|
+
<line num="447" count="2" type="stmt"/>
|
|
2596
|
+
<line num="448" count="2" type="stmt"/>
|
|
2597
|
+
<line num="449" count="2" type="stmt"/>
|
|
2598
|
+
<line num="450" count="2" type="stmt"/>
|
|
2599
|
+
<line num="452" count="2" type="stmt"/>
|
|
2600
|
+
<line num="454" count="2" type="cond" truecount="3" falsecount="1"/>
|
|
2601
|
+
<line num="455" count="2" type="stmt"/>
|
|
2602
|
+
<line num="459" count="2" type="cond" truecount="0" falsecount="2"/>
|
|
2603
|
+
<line num="461" count="2" type="stmt"/>
|
|
2604
|
+
<line num="463" count="2" type="stmt"/>
|
|
2605
|
+
<line num="464" count="2" type="stmt"/>
|
|
2606
|
+
<line num="466" count="2" type="stmt"/>
|
|
2607
|
+
<line num="467" count="2" type="stmt"/>
|
|
2608
|
+
<line num="468" count="2" type="stmt"/>
|
|
2609
|
+
<line num="470" count="2" type="stmt"/>
|
|
2501
2610
|
</file>
|
|
2502
2611
|
<file name="UiPopperConnector.vue" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/host/components/popper/UiPopperConnector.vue">
|
|
2503
|
-
<metrics statements="
|
|
2504
|
-
<line num="
|
|
2505
|
-
<line num="
|
|
2506
|
-
<line num="
|
|
2612
|
+
<metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
2613
|
+
<line num="2" count="11" type="stmt"/>
|
|
2614
|
+
<line num="11" count="3" type="stmt"/>
|
|
2615
|
+
<line num="13" count="3" type="stmt"/>
|
|
2616
|
+
<line num="14" count="3" type="stmt"/>
|
|
2507
2617
|
</file>
|
|
2508
2618
|
<file name="UiPopperTarget.vue" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/host/components/popper/UiPopperTarget.vue">
|
|
2509
|
-
<metrics statements="
|
|
2510
|
-
<line num="
|
|
2619
|
+
<metrics statements="2" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
2620
|
+
<line num="3" count="0" type="stmt"/>
|
|
2621
|
+
<line num="21" count="0" type="stmt"/>
|
|
2511
2622
|
</file>
|
|
2512
2623
|
<file name="composables.ts" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/host/components/popper/composables.ts">
|
|
2513
2624
|
<metrics statements="4" coveredstatements="4" conditionals="2" coveredconditionals="2" methods="3" coveredmethods="2"/>
|
|
2514
|
-
<line num="5" count="
|
|
2515
|
-
<line num="9" count="
|
|
2516
|
-
<line num="10" count="
|
|
2517
|
-
<line num="12" count="
|
|
2625
|
+
<line num="5" count="5" type="stmt"/>
|
|
2626
|
+
<line num="9" count="5" type="stmt"/>
|
|
2627
|
+
<line num="10" count="2" type="stmt"/>
|
|
2628
|
+
<line num="12" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
2518
2629
|
</file>
|
|
2519
2630
|
<file name="floating.ts" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/host/components/popper/floating.ts">
|
|
2520
2631
|
<metrics statements="25" coveredstatements="17" conditionals="34" coveredconditionals="11" methods="2" coveredmethods="1"/>
|
|
2521
|
-
<line num="20" count="
|
|
2632
|
+
<line num="20" count="5" type="stmt"/>
|
|
2522
2633
|
<line num="26" count="0" type="stmt"/>
|
|
2523
2634
|
<line num="28" count="0" type="stmt"/>
|
|
2524
|
-
<line num="43" count="
|
|
2635
|
+
<line num="43" count="5" type="stmt"/>
|
|
2525
2636
|
<line num="49" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
2526
2637
|
<line num="53" count="1" type="stmt"/>
|
|
2527
2638
|
<line num="55" count="1" type="cond" truecount="2" falsecount="2"/>
|
|
@@ -2545,31 +2656,31 @@
|
|
|
2545
2656
|
<line num="106" count="0" type="stmt"/>
|
|
2546
2657
|
</file>
|
|
2547
2658
|
<file name="globalEvents.ts" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/host/components/popper/globalEvents.ts">
|
|
2548
|
-
<metrics statements="15" coveredstatements="13" conditionals="10" coveredconditionals="6" methods="5" coveredmethods="
|
|
2549
|
-
<line num="6" count="
|
|
2550
|
-
<line num="8" count="
|
|
2551
|
-
<line num="14" count="
|
|
2552
|
-
<line num="15" count="
|
|
2553
|
-
<line num="16" count="
|
|
2554
|
-
<line num="20" count="
|
|
2555
|
-
<line num="21" count="
|
|
2556
|
-
<line num="22" count="
|
|
2557
|
-
<line num="23" count="
|
|
2558
|
-
<line num="27" count="
|
|
2559
|
-
<line num="28" count="
|
|
2659
|
+
<metrics statements="15" coveredstatements="13" conditionals="10" coveredconditionals="6" methods="5" coveredmethods="5"/>
|
|
2660
|
+
<line num="6" count="17" type="stmt"/>
|
|
2661
|
+
<line num="8" count="5" type="stmt"/>
|
|
2662
|
+
<line num="14" count="5" type="stmt"/>
|
|
2663
|
+
<line num="15" count="6" type="cond" truecount="1" falsecount="1"/>
|
|
2664
|
+
<line num="16" count="6" type="stmt"/>
|
|
2665
|
+
<line num="20" count="5" type="stmt"/>
|
|
2666
|
+
<line num="21" count="6" type="stmt"/>
|
|
2667
|
+
<line num="22" count="6" type="cond" truecount="1" falsecount="1"/>
|
|
2668
|
+
<line num="23" count="6" type="stmt"/>
|
|
2669
|
+
<line num="27" count="5" type="cond" truecount="3" falsecount="1"/>
|
|
2670
|
+
<line num="28" count="5" type="cond" truecount="1" falsecount="1"/>
|
|
2560
2671
|
<line num="29" count="0" type="stmt"/>
|
|
2561
2672
|
<line num="30" count="0" type="stmt"/>
|
|
2562
|
-
<line num="32" count="
|
|
2563
|
-
<line num="33" count="
|
|
2673
|
+
<line num="32" count="5" type="stmt"/>
|
|
2674
|
+
<line num="33" count="5" type="stmt"/>
|
|
2564
2675
|
</file>
|
|
2565
2676
|
</package>
|
|
2566
2677
|
<package name="packages.v1-components.src.host.components.radio">
|
|
2567
2678
|
<metrics statements="20" coveredstatements="20" conditionals="6" coveredconditionals="4" methods="9" coveredmethods="6"/>
|
|
2568
2679
|
<file name="UiRadio.vue" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/host/components/radio/UiRadio.vue">
|
|
2569
2680
|
<metrics statements="20" coveredstatements="20" conditionals="6" coveredconditionals="4" methods="9" coveredmethods="6"/>
|
|
2570
|
-
<line num="29" count="
|
|
2571
|
-
<line num="30" count="
|
|
2572
|
-
<line num="32" count="
|
|
2681
|
+
<line num="29" count="2" type="stmt"/>
|
|
2682
|
+
<line num="30" count="2" type="stmt"/>
|
|
2683
|
+
<line num="32" count="2" type="stmt"/>
|
|
2573
2684
|
<line num="50" count="5" type="stmt"/>
|
|
2574
2685
|
<line num="88" count="5" type="stmt"/>
|
|
2575
2686
|
<line num="95" count="5" type="stmt"/>
|
|
@@ -2589,6 +2700,44 @@
|
|
|
2589
2700
|
<line num="124" count="1" type="stmt"/>
|
|
2590
2701
|
</file>
|
|
2591
2702
|
</package>
|
|
2703
|
+
<package name="packages.v1-components.src.host.components.radio-switch">
|
|
2704
|
+
<metrics statements="26" coveredstatements="24" conditionals="4" coveredconditionals="4" methods="25" coveredmethods="15"/>
|
|
2705
|
+
<file name="UiRadioSwitchOptionShell.vue" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/host/components/radio-switch/UiRadioSwitchOptionShell.vue">
|
|
2706
|
+
<metrics statements="8" coveredstatements="6" conditionals="2" coveredconditionals="2" methods="6" coveredmethods="4"/>
|
|
2707
|
+
<line num="11" count="2" type="stmt"/>
|
|
2708
|
+
<line num="24" count="1" type="stmt"/>
|
|
2709
|
+
<line num="30" count="1" type="stmt"/>
|
|
2710
|
+
<line num="45" count="1" type="stmt"/>
|
|
2711
|
+
<line num="47" count="1" type="stmt"/>
|
|
2712
|
+
<line num="48" count="0" type="stmt"/>
|
|
2713
|
+
<line num="49" count="0" type="stmt"/>
|
|
2714
|
+
<line num="52" count="1" type="stmt"/>
|
|
2715
|
+
</file>
|
|
2716
|
+
<file name="UiRadioSwitchRoot.vue" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/host/components/radio-switch/UiRadioSwitchRoot.vue">
|
|
2717
|
+
<metrics statements="4" coveredstatements="4" conditionals="2" coveredconditionals="2" methods="4" coveredmethods="4"/>
|
|
2718
|
+
<line num="10" count="2" type="stmt"/>
|
|
2719
|
+
<line num="17" count="2" type="stmt"/>
|
|
2720
|
+
<line num="23" count="2" type="stmt"/>
|
|
2721
|
+
<line num="33" count="2" type="stmt"/>
|
|
2722
|
+
</file>
|
|
2723
|
+
<file name="injection.ts" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/host/components/radio-switch/injection.ts">
|
|
2724
|
+
<metrics statements="14" coveredstatements="14" conditionals="0" coveredconditionals="0" methods="15" coveredmethods="7"/>
|
|
2725
|
+
<line num="7" count="1" type="stmt"/>
|
|
2726
|
+
<line num="8" count="1" type="stmt"/>
|
|
2727
|
+
<line num="10" count="1" type="stmt"/>
|
|
2728
|
+
<line num="20" count="1" type="stmt"/>
|
|
2729
|
+
<line num="21" count="1" type="stmt"/>
|
|
2730
|
+
<line num="22" count="1" type="stmt"/>
|
|
2731
|
+
<line num="23" count="1" type="stmt"/>
|
|
2732
|
+
<line num="28" count="7" type="stmt"/>
|
|
2733
|
+
<line num="29" count="7" type="stmt"/>
|
|
2734
|
+
<line num="31" count="7" type="stmt"/>
|
|
2735
|
+
<line num="36" count="7" type="stmt"/>
|
|
2736
|
+
<line num="37" count="7" type="stmt"/>
|
|
2737
|
+
<line num="38" count="7" type="stmt"/>
|
|
2738
|
+
<line num="39" count="7" type="stmt"/>
|
|
2739
|
+
</file>
|
|
2740
|
+
</package>
|
|
2592
2741
|
<package name="packages.v1-components.src.host.components.scroll-box">
|
|
2593
2742
|
<metrics statements="25" coveredstatements="11" conditionals="21" coveredconditionals="3" methods="9" coveredmethods="1"/>
|
|
2594
2743
|
<file name="UiScrollBox.vue" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/host/components/scroll-box/UiScrollBox.vue">
|
|
@@ -2832,12 +2981,12 @@
|
|
|
2832
2981
|
<metrics statements="19" coveredstatements="18" conditionals="12" coveredconditionals="11" methods="6" coveredmethods="6"/>
|
|
2833
2982
|
<file name="UiSwitch.vue" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/host/components/switch/UiSwitch.vue">
|
|
2834
2983
|
<metrics statements="19" coveredstatements="18" conditionals="12" coveredconditionals="11" methods="6" coveredmethods="6"/>
|
|
2835
|
-
<line num="9" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
2836
|
-
<line num="18" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
2837
|
-
<line num="25" count="
|
|
2838
|
-
<line num="26" count="
|
|
2839
|
-
<line num="37" count="
|
|
2840
|
-
<line num="39" count="
|
|
2984
|
+
<line num="9" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
2985
|
+
<line num="18" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
2986
|
+
<line num="25" count="2" type="stmt"/>
|
|
2987
|
+
<line num="26" count="2" type="stmt"/>
|
|
2988
|
+
<line num="37" count="2" type="stmt"/>
|
|
2989
|
+
<line num="39" count="2" type="stmt"/>
|
|
2841
2990
|
<line num="51" count="6" type="stmt"/>
|
|
2842
2991
|
<line num="77" count="6" type="stmt"/>
|
|
2843
2992
|
<line num="84" count="6" type="stmt"/>
|
|
@@ -2853,55 +3002,408 @@
|
|
|
2853
3002
|
<line num="104" count="4" type="stmt"/>
|
|
2854
3003
|
</file>
|
|
2855
3004
|
</package>
|
|
3005
|
+
<package name="packages.v1-components.src.host.components.tab">
|
|
3006
|
+
<metrics statements="325" coveredstatements="255" conditionals="255" coveredconditionals="159" methods="108" coveredmethods="86"/>
|
|
3007
|
+
<file name="UiTab.vue" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/host/components/tab/UiTab.vue">
|
|
3008
|
+
<metrics statements="2" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="0"/>
|
|
3009
|
+
<line num="8" count="1" type="stmt"/>
|
|
3010
|
+
<line num="35" count="0" type="stmt"/>
|
|
3011
|
+
</file>
|
|
3012
|
+
<file name="UiTabButton.vue" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/host/components/tab/UiTabButton.vue">
|
|
3013
|
+
<metrics statements="14" coveredstatements="13" conditionals="20" coveredconditionals="17" methods="8" coveredmethods="7"/>
|
|
3014
|
+
<line num="16" count="2" type="stmt"/>
|
|
3015
|
+
<line num="17" count="46" type="cond" truecount="2" falsecount="0"/>
|
|
3016
|
+
<line num="20" count="2" type="stmt"/>
|
|
3017
|
+
<line num="38" count="46" type="stmt"/>
|
|
3018
|
+
<line num="44" count="46" type="stmt"/>
|
|
3019
|
+
<line num="49" count="14" type="stmt"/>
|
|
3020
|
+
<line num="51" count="14" type="stmt"/>
|
|
3021
|
+
<line num="52" count="46" type="stmt"/>
|
|
3022
|
+
<line num="55" count="14" type="stmt"/>
|
|
3023
|
+
<line num="56" count="0" type="stmt"/>
|
|
3024
|
+
<line num="59" count="14" type="stmt"/>
|
|
3025
|
+
<line num="60" count="7" type="cond" truecount="1" falsecount="1"/>
|
|
3026
|
+
<line num="63" count="14" type="stmt"/>
|
|
3027
|
+
<line num="68" count="46" type="stmt"/>
|
|
3028
|
+
</file>
|
|
3029
|
+
<file name="UiTabGroup.vue" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/host/components/tab/UiTabGroup.vue">
|
|
3030
|
+
<metrics statements="132" coveredstatements="111" conditionals="76" coveredconditionals="48" methods="42" coveredmethods="34"/>
|
|
3031
|
+
<line num="34" count="2" type="stmt"/>
|
|
3032
|
+
<line num="44" count="2" type="stmt"/>
|
|
3033
|
+
<line num="51" count="2" type="stmt"/>
|
|
3034
|
+
<line num="77" count="4" type="stmt"/>
|
|
3035
|
+
<line num="83" count="4" type="stmt"/>
|
|
3036
|
+
<line num="89" count="4" type="stmt"/>
|
|
3037
|
+
<line num="90" count="4" type="stmt"/>
|
|
3038
|
+
<line num="94" count="4" type="stmt"/>
|
|
3039
|
+
<line num="95" count="4" type="stmt"/>
|
|
3040
|
+
<line num="99" count="4" type="stmt"/>
|
|
3041
|
+
<line num="100" count="4" type="stmt"/>
|
|
3042
|
+
<line num="104" count="4" type="stmt"/>
|
|
3043
|
+
<line num="105" count="4" type="stmt"/>
|
|
3044
|
+
<line num="109" count="3" type="stmt"/>
|
|
3045
|
+
<line num="110" count="3" type="stmt"/>
|
|
3046
|
+
<line num="115" count="3" type="stmt"/>
|
|
3047
|
+
<line num="116" count="3" type="stmt"/>
|
|
3048
|
+
<line num="117" count="3" type="stmt"/>
|
|
3049
|
+
<line num="118" count="3" type="stmt"/>
|
|
3050
|
+
<line num="119" count="3" type="stmt"/>
|
|
3051
|
+
<line num="120" count="3" type="stmt"/>
|
|
3052
|
+
<line num="121" count="3" type="stmt"/>
|
|
3053
|
+
<line num="122" count="3" type="stmt"/>
|
|
3054
|
+
<line num="123" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
3055
|
+
<line num="128" count="3" type="stmt"/>
|
|
3056
|
+
<line num="132" count="3" type="stmt"/>
|
|
3057
|
+
<line num="133" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
3058
|
+
<line num="134" count="3" type="stmt"/>
|
|
3059
|
+
<line num="135" count="3" type="stmt"/>
|
|
3060
|
+
<line num="136" count="3" type="stmt"/>
|
|
3061
|
+
<line num="138" count="3" type="stmt"/>
|
|
3062
|
+
<line num="139" count="3" type="stmt"/>
|
|
3063
|
+
<line num="141" count="3" type="cond" truecount="1" falsecount="1"/>
|
|
3064
|
+
<line num="142" count="3" type="cond" truecount="1" falsecount="1"/>
|
|
3065
|
+
<line num="145" count="3" type="stmt"/>
|
|
3066
|
+
<line num="146" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
3067
|
+
<line num="147" count="4" type="stmt"/>
|
|
3068
|
+
<line num="150" count="4" type="stmt"/>
|
|
3069
|
+
<line num="153" count="3" type="stmt"/>
|
|
3070
|
+
<line num="154" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
3071
|
+
<line num="155" count="2" type="stmt"/>
|
|
3072
|
+
<line num="158" count="3" type="stmt"/>
|
|
3073
|
+
<line num="161" count="3" type="stmt"/>
|
|
3074
|
+
<line num="162" count="21" type="stmt"/>
|
|
3075
|
+
<line num="163" count="11" type="cond" truecount="1" falsecount="1"/>
|
|
3076
|
+
<line num="167" count="11" type="cond" truecount="4" falsecount="0"/>
|
|
3077
|
+
<line num="168" count="4" type="stmt"/>
|
|
3078
|
+
<line num="171" count="7" type="stmt"/>
|
|
3079
|
+
<line num="173" count="7" type="cond" truecount="3" falsecount="1"/>
|
|
3080
|
+
<line num="174" count="7" type="stmt"/>
|
|
3081
|
+
<line num="177" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3082
|
+
<line num="180" count="3" type="stmt"/>
|
|
3083
|
+
<line num="181" count="1" type="stmt"/>
|
|
3084
|
+
<line num="182" count="1" type="stmt"/>
|
|
3085
|
+
<line num="183" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
3086
|
+
<line num="186" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
3087
|
+
<line num="187" count="0" type="stmt"/>
|
|
3088
|
+
<line num="188" count="0" type="stmt"/>
|
|
3089
|
+
<line num="191" count="1" type="stmt"/>
|
|
3090
|
+
<line num="193" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
3091
|
+
<line num="194" count="0" type="stmt"/>
|
|
3092
|
+
<line num="195" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
3093
|
+
<line num="196" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
3094
|
+
<line num="198" count="0" type="stmt"/>
|
|
3095
|
+
<line num="199" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3096
|
+
<line num="200" count="0" type="stmt"/>
|
|
3097
|
+
<line num="202" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3098
|
+
<line num="203" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3099
|
+
<line num="204" count="0" type="stmt"/>
|
|
3100
|
+
<line num="206" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3101
|
+
<line num="209" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
3102
|
+
<line num="210" count="0" type="stmt"/>
|
|
3103
|
+
<line num="213" count="1" type="stmt"/>
|
|
3104
|
+
<line num="214" count="1" type="stmt"/>
|
|
3105
|
+
<line num="215" count="1" type="stmt"/>
|
|
3106
|
+
<line num="218" count="3" type="stmt"/>
|
|
3107
|
+
<line num="219" count="4" type="stmt"/>
|
|
3108
|
+
<line num="221" count="3" type="cond" truecount="3" falsecount="1"/>
|
|
3109
|
+
<line num="222" count="0" type="stmt"/>
|
|
3110
|
+
<line num="225" count="3" type="stmt"/>
|
|
3111
|
+
<line num="226" count="3" type="stmt"/>
|
|
3112
|
+
<line num="227" count="3" type="stmt"/>
|
|
3113
|
+
<line num="228" count="3" type="stmt"/>
|
|
3114
|
+
<line num="231" count="3" type="stmt"/>
|
|
3115
|
+
<line num="232" count="11" type="stmt"/>
|
|
3116
|
+
<line num="234" count="11" type="cond" truecount="2" falsecount="0"/>
|
|
3117
|
+
<line num="237" count="3" type="stmt"/>
|
|
3118
|
+
<line num="238" count="11" type="stmt"/>
|
|
3119
|
+
<line num="240" count="11" type="cond" truecount="2" falsecount="0"/>
|
|
3120
|
+
<line num="241" count="4" type="stmt"/>
|
|
3121
|
+
<line num="242" count="4" type="stmt"/>
|
|
3122
|
+
<line num="245" count="11" type="cond" truecount="4" falsecount="1"/>
|
|
3123
|
+
<line num="246" count="11" type="stmt"/>
|
|
3124
|
+
<line num="249" count="0" type="stmt"/>
|
|
3125
|
+
<line num="251" count="0" type="stmt"/>
|
|
3126
|
+
<line num="252" count="0" type="stmt"/>
|
|
3127
|
+
<line num="256" count="3" type="stmt"/>
|
|
3128
|
+
<line num="257" count="3" type="stmt"/>
|
|
3129
|
+
<line num="258" count="3" type="stmt"/>
|
|
3130
|
+
<line num="260" count="3" type="cond" truecount="4" falsecount="1"/>
|
|
3131
|
+
<line num="261" count="3" type="stmt"/>
|
|
3132
|
+
<line num="262" count="0" type="stmt"/>
|
|
3133
|
+
<line num="264" count="3" type="stmt"/>
|
|
3134
|
+
<line num="268" count="3" type="stmt"/>
|
|
3135
|
+
<line num="270" count="3" type="stmt"/>
|
|
3136
|
+
<line num="271" count="3" type="stmt"/>
|
|
3137
|
+
<line num="272" count="3" type="stmt"/>
|
|
3138
|
+
<line num="275" count="3" type="stmt"/>
|
|
3139
|
+
<line num="276" count="0" type="stmt"/>
|
|
3140
|
+
<line num="279" count="3" type="stmt"/>
|
|
3141
|
+
<line num="280" count="0" type="stmt"/>
|
|
3142
|
+
<line num="283" count="3" type="stmt"/>
|
|
3143
|
+
<line num="284" count="11" type="cond" truecount="2" falsecount="0"/>
|
|
3144
|
+
<line num="287" count="11" type="stmt"/>
|
|
3145
|
+
<line num="288" count="11" type="stmt"/>
|
|
3146
|
+
<line num="297" count="11" type="stmt"/>
|
|
3147
|
+
<line num="298" count="11" type="stmt"/>
|
|
3148
|
+
<line num="299" count="25" type="stmt"/>
|
|
3149
|
+
<line num="300" count="25" type="stmt"/>
|
|
3150
|
+
<line num="301" count="21" type="stmt"/>
|
|
3151
|
+
<line num="302" count="11" type="cond" truecount="1" falsecount="1"/>
|
|
3152
|
+
<line num="303" count="19" type="cond" truecount="1" falsecount="1"/>
|
|
3153
|
+
<line num="306" count="11" type="stmt"/>
|
|
3154
|
+
<line num="307" count="11" type="stmt"/>
|
|
3155
|
+
<line num="308" count="11" type="stmt"/>
|
|
3156
|
+
<line num="310" count="11" type="stmt"/>
|
|
3157
|
+
<line num="320" count="11" type="stmt"/>
|
|
3158
|
+
<line num="333" count="0" type="stmt"/>
|
|
3159
|
+
<line num="336" count="1" type="stmt"/>
|
|
3160
|
+
<line num="339" count="2" type="stmt"/>
|
|
3161
|
+
<line num="348" count="1" type="stmt"/>
|
|
3162
|
+
<line num="351" count="0" type="stmt"/>
|
|
3163
|
+
</file>
|
|
3164
|
+
<file name="UiTabGroupHead.vue" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/host/components/tab/UiTabGroupHead.vue">
|
|
3165
|
+
<metrics statements="49" coveredstatements="35" conditionals="28" coveredconditionals="17" methods="12" coveredmethods="10"/>
|
|
3166
|
+
<line num="6" count="25" type="stmt"/>
|
|
3167
|
+
<line num="10" count="32" type="stmt"/>
|
|
3168
|
+
<line num="25" count="2" type="stmt"/>
|
|
3169
|
+
<line num="26" count="21" type="stmt"/>
|
|
3170
|
+
<line num="30" count="28" type="stmt"/>
|
|
3171
|
+
<line num="40" count="2" type="stmt"/>
|
|
3172
|
+
<line num="41" count="0" type="stmt"/>
|
|
3173
|
+
<line num="42" count="1" type="stmt"/>
|
|
3174
|
+
<line num="87" count="3" type="stmt"/>
|
|
3175
|
+
<line num="136" count="3" type="stmt"/>
|
|
3176
|
+
<line num="142" count="3" type="stmt"/>
|
|
3177
|
+
<line num="143" count="3" type="stmt"/>
|
|
3178
|
+
<line num="144" count="3" type="stmt"/>
|
|
3179
|
+
<line num="146" count="3" type="stmt"/>
|
|
3180
|
+
<line num="147" count="1" type="stmt"/>
|
|
3181
|
+
<line num="150" count="3" type="stmt"/>
|
|
3182
|
+
<line num="151" count="1" type="cond" truecount="1" falsecount="7"/>
|
|
3183
|
+
<line num="154" count="0" type="stmt"/>
|
|
3184
|
+
<line num="155" count="0" type="stmt"/>
|
|
3185
|
+
<line num="156" count="0" type="stmt"/>
|
|
3186
|
+
<line num="160" count="0" type="stmt"/>
|
|
3187
|
+
<line num="161" count="0" type="stmt"/>
|
|
3188
|
+
<line num="162" count="0" type="stmt"/>
|
|
3189
|
+
<line num="166" count="0" type="stmt"/>
|
|
3190
|
+
<line num="167" count="0" type="stmt"/>
|
|
3191
|
+
<line num="168" count="0" type="stmt"/>
|
|
3192
|
+
<line num="171" count="0" type="stmt"/>
|
|
3193
|
+
<line num="172" count="0" type="stmt"/>
|
|
3194
|
+
<line num="173" count="0" type="stmt"/>
|
|
3195
|
+
<line num="176" count="1" type="stmt"/>
|
|
3196
|
+
<line num="177" count="1" type="stmt"/>
|
|
3197
|
+
<line num="181" count="3" type="stmt"/>
|
|
3198
|
+
<line num="182" count="28" type="cond" truecount="2" falsecount="0"/>
|
|
3199
|
+
<line num="183" count="21" type="stmt"/>
|
|
3200
|
+
<line num="184" count="21" type="stmt"/>
|
|
3201
|
+
<line num="187" count="7" type="stmt"/>
|
|
3202
|
+
<line num="190" count="3" type="stmt"/>
|
|
3203
|
+
<line num="191" count="32" type="cond" truecount="2" falsecount="0"/>
|
|
3204
|
+
<line num="192" count="25" type="stmt"/>
|
|
3205
|
+
<line num="193" count="25" type="stmt"/>
|
|
3206
|
+
<line num="196" count="7" type="stmt"/>
|
|
3207
|
+
<line num="199" count="3" type="stmt"/>
|
|
3208
|
+
<line num="200" count="0" type="stmt"/>
|
|
3209
|
+
<line num="203" count="3" type="stmt"/>
|
|
3210
|
+
<line num="204" count="3" type="stmt"/>
|
|
3211
|
+
<line num="206" count="3" type="stmt"/>
|
|
3212
|
+
<line num="207" count="7" type="cond" truecount="1" falsecount="1"/>
|
|
3213
|
+
<line num="210" count="3" type="stmt"/>
|
|
3214
|
+
<line num="216" count="3" type="stmt"/>
|
|
3215
|
+
</file>
|
|
3216
|
+
<file name="UiTabGroupMenu.vue" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/host/components/tab/UiTabGroupMenu.vue">
|
|
3217
|
+
<metrics statements="26" coveredstatements="17" conditionals="24" coveredconditionals="14" methods="15" coveredmethods="10"/>
|
|
3218
|
+
<line num="15" count="2" type="stmt"/>
|
|
3219
|
+
<line num="21" count="0" type="stmt"/>
|
|
3220
|
+
<line num="37" count="11" type="stmt"/>
|
|
3221
|
+
<line num="43" count="1" type="stmt"/>
|
|
3222
|
+
<line num="44" count="1" type="stmt"/>
|
|
3223
|
+
<line num="48" count="0" type="stmt"/>
|
|
3224
|
+
<line num="49" count="0" type="stmt"/>
|
|
3225
|
+
<line num="54" count="3" type="stmt"/>
|
|
3226
|
+
<line num="55" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
3227
|
+
<line num="58" count="3" type="stmt"/>
|
|
3228
|
+
<line num="59" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3229
|
+
<line num="62" count="0" type="stmt"/>
|
|
3230
|
+
<line num="63" count="0" type="stmt"/>
|
|
3231
|
+
<line num="67" count="3" type="stmt"/>
|
|
3232
|
+
<line num="68" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3233
|
+
<line num="69" count="0" type="stmt"/>
|
|
3234
|
+
<line num="73" count="3" type="stmt"/>
|
|
3235
|
+
<line num="74" count="11" type="cond" truecount="2" falsecount="0"/>
|
|
3236
|
+
<line num="75" count="9" type="stmt"/>
|
|
3237
|
+
<line num="78" count="2" type="stmt"/>
|
|
3238
|
+
<line num="89" count="2" type="stmt"/>
|
|
3239
|
+
<line num="92" count="4" type="stmt"/>
|
|
3240
|
+
<line num="103" count="1" type="stmt"/>
|
|
3241
|
+
<line num="105" count="0" type="stmt"/>
|
|
3242
|
+
<line num="108" count="4" type="cond" truecount="3" falsecount="1"/>
|
|
3243
|
+
<line num="109" count="2" type="cond" truecount="3" falsecount="1"/>
|
|
3244
|
+
</file>
|
|
3245
|
+
<file name="layout.ts" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/host/components/tab/layout.ts">
|
|
3246
|
+
<metrics statements="46" coveredstatements="41" conditionals="36" coveredconditionals="24" methods="12" coveredmethods="12"/>
|
|
3247
|
+
<line num="5" count="2" type="stmt"/>
|
|
3248
|
+
<line num="11" count="2" type="stmt"/>
|
|
3249
|
+
<line num="17" count="2" type="stmt"/>
|
|
3250
|
+
<line num="19" count="2" type="stmt"/>
|
|
3251
|
+
<line num="20" count="22" type="cond" truecount="1" falsecount="1"/>
|
|
3252
|
+
<line num="23" count="2" type="stmt"/>
|
|
3253
|
+
<line num="27" count="4" type="stmt"/>
|
|
3254
|
+
<line num="28" count="10" type="cond" truecount="2" falsecount="0"/>
|
|
3255
|
+
<line num="31" count="2" type="stmt"/>
|
|
3256
|
+
<line num="39" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
3257
|
+
<line num="40" count="0" type="stmt"/>
|
|
3258
|
+
<line num="43" count="2" type="stmt"/>
|
|
3259
|
+
<line num="45" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
3260
|
+
<line num="46" count="4" type="stmt"/>
|
|
3261
|
+
<line num="48" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
3262
|
+
<line num="49" count="0" type="stmt"/>
|
|
3263
|
+
<line num="52" count="2" type="stmt"/>
|
|
3264
|
+
<line num="55" count="2" type="stmt"/>
|
|
3265
|
+
<line num="58" count="2" type="stmt"/>
|
|
3266
|
+
<line num="67" count="25" type="stmt"/>
|
|
3267
|
+
<line num="69" count="11" type="cond" truecount="1" falsecount="1"/>
|
|
3268
|
+
<line num="70" count="0" type="stmt"/>
|
|
3269
|
+
<line num="76" count="11" type="cond" truecount="4" falsecount="0"/>
|
|
3270
|
+
<line num="77" count="9" type="stmt"/>
|
|
3271
|
+
<line num="83" count="6" type="cond" truecount="1" falsecount="1"/>
|
|
3272
|
+
<line num="84" count="0" type="stmt"/>
|
|
3273
|
+
<line num="90" count="2" type="stmt"/>
|
|
3274
|
+
<line num="91" count="2" type="stmt"/>
|
|
3275
|
+
<line num="92" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
3276
|
+
<line num="95" count="2" type="stmt"/>
|
|
3277
|
+
<line num="97" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
3278
|
+
<line num="98" count="0" type="stmt"/>
|
|
3279
|
+
<line num="104" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
3280
|
+
<line num="107" count="2" type="stmt"/>
|
|
3281
|
+
<line num="108" count="2" type="stmt"/>
|
|
3282
|
+
<line num="109" count="2" type="stmt"/>
|
|
3283
|
+
<line num="111" count="2" type="stmt"/>
|
|
3284
|
+
<line num="112" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
3285
|
+
<line num="114" count="6" type="cond" truecount="4" falsecount="0"/>
|
|
3286
|
+
<line num="115" count="2" type="stmt"/>
|
|
3287
|
+
<line num="116" count="2" type="stmt"/>
|
|
3288
|
+
<line num="120" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
3289
|
+
<line num="123" count="2" type="stmt"/>
|
|
3290
|
+
<line num="125" count="2" type="stmt"/>
|
|
3291
|
+
<line num="126" count="6" type="stmt"/>
|
|
3292
|
+
<line num="127" count="6" type="stmt"/>
|
|
3293
|
+
</file>
|
|
3294
|
+
<file name="tabs.ts" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/host/components/tab/tabs.ts">
|
|
3295
|
+
<metrics statements="56" coveredstatements="37" conditionals="71" coveredconditionals="39" methods="17" coveredmethods="13"/>
|
|
3296
|
+
<line num="19" count="3" type="stmt"/>
|
|
3297
|
+
<line num="20" count="19" type="cond" truecount="3" falsecount="1"/>
|
|
3298
|
+
<line num="21" count="0" type="stmt"/>
|
|
3299
|
+
<line num="24" count="19" type="cond" truecount="2" falsecount="0"/>
|
|
3300
|
+
<line num="27" count="3" type="stmt"/>
|
|
3301
|
+
<line num="28" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3302
|
+
<line num="29" count="0" type="cond" truecount="0" falsecount="5"/>
|
|
3303
|
+
<line num="33" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
3304
|
+
<line num="34" count="0" type="stmt"/>
|
|
3305
|
+
<line num="37" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3306
|
+
<line num="41" count="0" type="stmt"/>
|
|
3307
|
+
<line num="47" count="0" type="stmt"/>
|
|
3308
|
+
<line num="50" count="3" type="stmt"/>
|
|
3309
|
+
<line num="51" count="19" type="cond" truecount="1" falsecount="1"/>
|
|
3310
|
+
<line num="54" count="3" type="stmt"/>
|
|
3311
|
+
<line num="56" count="3" type="stmt"/>
|
|
3312
|
+
<line num="57" count="8" type="stmt"/>
|
|
3313
|
+
<line num="59" count="8" type="stmt"/>
|
|
3314
|
+
<line num="60" count="19" type="cond" truecount="1" falsecount="1"/>
|
|
3315
|
+
<line num="61" count="0" type="stmt"/>
|
|
3316
|
+
<line num="62" count="0" type="stmt"/>
|
|
3317
|
+
<line num="65" count="19" type="cond" truecount="1" falsecount="1"/>
|
|
3318
|
+
<line num="66" count="0" type="stmt"/>
|
|
3319
|
+
<line num="69" count="19" type="cond" truecount="1" falsecount="1"/>
|
|
3320
|
+
<line num="70" count="0" type="stmt"/>
|
|
3321
|
+
<line num="73" count="19" type="cond" truecount="1" falsecount="1"/>
|
|
3322
|
+
<line num="74" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3323
|
+
<line num="76" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3324
|
+
<line num="77" count="0" type="stmt"/>
|
|
3325
|
+
<line num="80" count="0" type="stmt"/>
|
|
3326
|
+
<line num="83" count="19" type="cond" truecount="2" falsecount="2"/>
|
|
3327
|
+
<line num="84" count="0" type="stmt"/>
|
|
3328
|
+
<line num="85" count="0" type="stmt"/>
|
|
3329
|
+
<line num="88" count="19" type="stmt"/>
|
|
3330
|
+
<line num="91" count="8" type="stmt"/>
|
|
3331
|
+
<line num="94" count="3" type="stmt"/>
|
|
3332
|
+
<line num="95" count="38" type="cond" truecount="2" falsecount="0"/>
|
|
3333
|
+
<line num="98" count="3" type="stmt"/>
|
|
3334
|
+
<line num="99" count="19" type="cond" truecount="4" falsecount="0"/>
|
|
3335
|
+
<line num="104" count="19" type="cond" truecount="2" falsecount="0"/>
|
|
3336
|
+
<line num="106" count="3" type="stmt"/>
|
|
3337
|
+
<line num="107" count="10" type="stmt"/>
|
|
3338
|
+
<line num="116" count="3" type="stmt"/>
|
|
3339
|
+
<line num="117" count="8" type="stmt"/>
|
|
3340
|
+
<line num="120" count="19" type="cond" truecount="1" falsecount="1"/>
|
|
3341
|
+
<line num="121" count="19" type="cond" truecount="5" falsecount="0"/>
|
|
3342
|
+
<line num="124" count="19" type="stmt"/>
|
|
3343
|
+
<line num="125" count="19" type="stmt"/>
|
|
3344
|
+
<line num="126" count="19" type="stmt"/>
|
|
3345
|
+
<line num="127" count="19" type="cond" truecount="2" falsecount="0"/>
|
|
3346
|
+
<line num="128" count="19" type="cond" truecount="2" falsecount="0"/>
|
|
3347
|
+
<line num="130" count="19" type="stmt"/>
|
|
3348
|
+
<line num="144" count="3" type="stmt"/>
|
|
3349
|
+
<line num="148" count="18" type="cond" truecount="1" falsecount="1"/>
|
|
3350
|
+
<line num="149" count="0" type="stmt"/>
|
|
3351
|
+
<line num="152" count="31" type="cond" truecount="1" falsecount="1"/>
|
|
3352
|
+
</file>
|
|
3353
|
+
</package>
|
|
2856
3354
|
<package name="packages.v1-components.src.host.components.table">
|
|
2857
|
-
<metrics statements="
|
|
3355
|
+
<metrics statements="25" coveredstatements="24" conditionals="6" coveredconditionals="6" methods="18" coveredmethods="18"/>
|
|
2858
3356
|
<file name="UiTableBodyCell.vue" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/host/components/table/UiTableBodyCell.vue">
|
|
2859
3357
|
<metrics statements="5" coveredstatements="5" conditionals="0" coveredconditionals="0" methods="5" coveredmethods="5"/>
|
|
2860
|
-
<line num="10" count="
|
|
2861
|
-
<line num="17" count="
|
|
2862
|
-
<line num="23" count="
|
|
2863
|
-
<line num="44" count="
|
|
2864
|
-
<line num="49" count="
|
|
3358
|
+
<line num="10" count="2" type="stmt"/>
|
|
3359
|
+
<line num="17" count="2" type="stmt"/>
|
|
3360
|
+
<line num="23" count="2" type="stmt"/>
|
|
3361
|
+
<line num="44" count="2" type="stmt"/>
|
|
3362
|
+
<line num="49" count="2" type="stmt"/>
|
|
2865
3363
|
</file>
|
|
2866
3364
|
<file name="UiTableCol.vue" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/host/components/table/UiTableCol.vue">
|
|
2867
|
-
<metrics statements="6" coveredstatements="
|
|
2868
|
-
<line num="
|
|
2869
|
-
<line num="
|
|
2870
|
-
<line num="
|
|
2871
|
-
<line num="
|
|
2872
|
-
<line num="
|
|
2873
|
-
<line num="
|
|
3365
|
+
<metrics statements="6" coveredstatements="6" conditionals="4" coveredconditionals="4" methods="3" coveredmethods="3"/>
|
|
3366
|
+
<line num="6" count="2" type="stmt"/>
|
|
3367
|
+
<line num="7" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
3368
|
+
<line num="8" count="2" type="stmt"/>
|
|
3369
|
+
<line num="11" count="4" type="stmt"/>
|
|
3370
|
+
<line num="14" count="2" type="stmt"/>
|
|
3371
|
+
<line num="35" count="2" type="stmt"/>
|
|
3372
|
+
</file>
|
|
3373
|
+
<file name="UiTableFooterButton.vue" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/host/components/table/UiTableFooterButton.vue">
|
|
3374
|
+
<metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
3375
|
+
<line num="7" count="1" type="stmt"/>
|
|
2874
3376
|
</file>
|
|
2875
3377
|
<file name="UiTableFooterSection.vue" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/host/components/table/UiTableFooterSection.vue">
|
|
2876
3378
|
<metrics statements="1" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
2877
3379
|
<line num="17" count="0" type="stmt"/>
|
|
2878
3380
|
</file>
|
|
2879
3381
|
<file name="UiTableHeadCell.vue" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/host/components/table/UiTableHeadCell.vue">
|
|
2880
|
-
<metrics statements="3" coveredstatements="
|
|
2881
|
-
<line num="
|
|
2882
|
-
<line num="
|
|
2883
|
-
<line num="
|
|
3382
|
+
<metrics statements="3" coveredstatements="3" conditionals="2" coveredconditionals="2" methods="3" coveredmethods="3"/>
|
|
3383
|
+
<line num="8" count="1" type="stmt"/>
|
|
3384
|
+
<line num="15" count="1" type="stmt"/>
|
|
3385
|
+
<line num="25" count="1" type="stmt"/>
|
|
2884
3386
|
</file>
|
|
2885
3387
|
<file name="UiTableRoot.vue" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/host/components/table/UiTableRoot.vue">
|
|
2886
3388
|
<metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
|
|
2887
|
-
<line num="4" count="
|
|
2888
|
-
<line num="20" count="
|
|
3389
|
+
<line num="4" count="2" type="stmt"/>
|
|
3390
|
+
<line num="20" count="2" type="stmt"/>
|
|
2889
3391
|
</file>
|
|
2890
3392
|
<file name="UiTableRow.vue" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/host/components/table/UiTableRow.vue">
|
|
2891
|
-
<metrics statements="2" coveredstatements="
|
|
2892
|
-
<line num="
|
|
2893
|
-
<line num="
|
|
3393
|
+
<metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
|
|
3394
|
+
<line num="4" count="1" type="stmt"/>
|
|
3395
|
+
<line num="20" count="2" type="stmt"/>
|
|
2894
3396
|
</file>
|
|
2895
3397
|
<file name="UiTableSection.vue" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/host/components/table/UiTableSection.vue">
|
|
2896
|
-
<metrics statements="4" coveredstatements="
|
|
2897
|
-
<line num="
|
|
2898
|
-
<line num="
|
|
2899
|
-
<line num="
|
|
2900
|
-
<line num="
|
|
3398
|
+
<metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="3" coveredmethods="3"/>
|
|
3399
|
+
<line num="8" count="1" type="stmt"/>
|
|
3400
|
+
<line num="14" count="1" type="stmt"/>
|
|
3401
|
+
<line num="21" count="2" type="stmt"/>
|
|
3402
|
+
<line num="26" count="2" type="stmt"/>
|
|
2901
3403
|
</file>
|
|
2902
3404
|
<file name="UiTableSorter.vue" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/host/components/table/UiTableSorter.vue">
|
|
2903
3405
|
<metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
2904
|
-
<line num="30" count="
|
|
3406
|
+
<line num="30" count="2" type="stmt"/>
|
|
2905
3407
|
</file>
|
|
2906
3408
|
</package>
|
|
2907
3409
|
<package name="packages.v1-components.src.host.components.tag">
|
|
@@ -2909,7 +3411,7 @@
|
|
|
2909
3411
|
<file name="UiTag.vue" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/host/components/tag/UiTag.vue">
|
|
2910
3412
|
<metrics statements="11" coveredstatements="8" conditionals="14" coveredconditionals="8" methods="5" coveredmethods="3"/>
|
|
2911
3413
|
<line num="23" count="0" type="stmt"/>
|
|
2912
|
-
<line num="31" count="
|
|
3414
|
+
<line num="31" count="2" type="stmt"/>
|
|
2913
3415
|
<line num="46" count="1" type="cond" truecount="2" falsecount="0"/>
|
|
2914
3416
|
<line num="51" count="2" type="stmt"/>
|
|
2915
3417
|
<line num="72" count="2" type="stmt"/>
|
|
@@ -2922,27 +3424,27 @@
|
|
|
2922
3424
|
</file>
|
|
2923
3425
|
</package>
|
|
2924
3426
|
<package name="packages.v1-components.src.host.components.textbox">
|
|
2925
|
-
<metrics statements="189" coveredstatements="
|
|
3427
|
+
<metrics statements="189" coveredstatements="137" conditionals="198" coveredconditionals="118" methods="36" coveredmethods="26"/>
|
|
2926
3428
|
<file name="UiTextbox.vue" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/host/components/textbox/UiTextbox.vue">
|
|
2927
|
-
<metrics statements="189" coveredstatements="
|
|
3429
|
+
<metrics statements="189" coveredstatements="137" conditionals="198" coveredconditionals="118" methods="36" coveredmethods="26"/>
|
|
2928
3430
|
<line num="22" count="0" type="stmt"/>
|
|
2929
3431
|
<line num="117" count="0" type="stmt"/>
|
|
2930
|
-
<line num="154" count="
|
|
2931
|
-
<line num="155" count="
|
|
2932
|
-
<line num="156" count="
|
|
2933
|
-
<line num="159" count="
|
|
2934
|
-
<line num="338" count="
|
|
2935
|
-
<line num="359" count="
|
|
2936
|
-
<line num="360" count="
|
|
2937
|
-
<line num="362" count="
|
|
2938
|
-
<line num="363" count="
|
|
3432
|
+
<line num="154" count="45" type="stmt"/>
|
|
3433
|
+
<line num="155" count="45" type="stmt"/>
|
|
3434
|
+
<line num="156" count="45" type="cond" truecount="2" falsecount="0"/>
|
|
3435
|
+
<line num="159" count="45" type="stmt"/>
|
|
3436
|
+
<line num="338" count="45" type="stmt"/>
|
|
3437
|
+
<line num="359" count="45" type="stmt"/>
|
|
3438
|
+
<line num="360" count="45" type="cond" truecount="2" falsecount="0"/>
|
|
3439
|
+
<line num="362" count="45" type="stmt"/>
|
|
3440
|
+
<line num="363" count="45" type="cond" truecount="4" falsecount="0"/>
|
|
2939
3441
|
<line num="365" count="1" type="stmt"/>
|
|
2940
3442
|
<line num="367" count="1" type="cond" truecount="3" falsecount="1"/>
|
|
2941
|
-
<line num="370" count="
|
|
2942
|
-
<line num="371" count="
|
|
2943
|
-
<line num="372" count="
|
|
2944
|
-
<line num="374" count="
|
|
2945
|
-
<line num="375" count="
|
|
3443
|
+
<line num="370" count="45" type="stmt"/>
|
|
3444
|
+
<line num="371" count="45" type="stmt"/>
|
|
3445
|
+
<line num="372" count="45" type="stmt"/>
|
|
3446
|
+
<line num="374" count="45" type="cond" truecount="4" falsecount="0"/>
|
|
3447
|
+
<line num="375" count="43" type="stmt"/>
|
|
2946
3448
|
<line num="378" count="2" type="stmt"/>
|
|
2947
3449
|
<line num="379" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
2948
3450
|
<line num="380" count="1" type="cond" truecount="3" falsecount="1"/>
|
|
@@ -2953,19 +3455,19 @@
|
|
|
2953
3455
|
<line num="390" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2954
3456
|
<line num="392" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2955
3457
|
<line num="394" count="0" type="stmt"/>
|
|
2956
|
-
<line num="398" count="
|
|
2957
|
-
<line num="399" count="
|
|
2958
|
-
<line num="401" count="
|
|
2959
|
-
<line num="403" count="
|
|
2960
|
-
<line num="404" count="
|
|
2961
|
-
<line num="406" count="
|
|
2962
|
-
<line num="407" count="
|
|
2963
|
-
<line num="409" count="
|
|
3458
|
+
<line num="398" count="45" type="stmt"/>
|
|
3459
|
+
<line num="399" count="45" type="cond" truecount="0" falsecount="2"/>
|
|
3460
|
+
<line num="401" count="45" type="stmt"/>
|
|
3461
|
+
<line num="403" count="45" type="stmt"/>
|
|
3462
|
+
<line num="404" count="57" type="cond" truecount="1" falsecount="1"/>
|
|
3463
|
+
<line num="406" count="57" type="stmt"/>
|
|
3464
|
+
<line num="407" count="57" type="stmt"/>
|
|
3465
|
+
<line num="409" count="57" type="cond" truecount="4" falsecount="1"/>
|
|
2964
3466
|
<line num="410" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2965
3467
|
<line num="413" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2966
3468
|
<line num="415" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2967
|
-
<line num="418" count="
|
|
2968
|
-
<line num="421" count="
|
|
3469
|
+
<line num="418" count="57" type="stmt"/>
|
|
3470
|
+
<line num="421" count="45" type="stmt"/>
|
|
2969
3471
|
<line num="422" count="2" type="stmt"/>
|
|
2970
3472
|
<line num="423" count="2" type="cond" truecount="3" falsecount="1"/>
|
|
2971
3473
|
<line num="425" count="2" type="stmt"/>
|
|
@@ -2975,119 +3477,119 @@
|
|
|
2975
3477
|
<line num="430" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
2976
3478
|
<line num="434" count="2" type="cond" truecount="5" falsecount="1"/>
|
|
2977
3479
|
<line num="435" count="2" type="stmt"/>
|
|
2978
|
-
<line num="442" count="
|
|
3480
|
+
<line num="442" count="45" type="stmt"/>
|
|
2979
3481
|
<line num="443" count="4" type="stmt"/>
|
|
2980
3482
|
<line num="444" count="4" type="stmt"/>
|
|
2981
|
-
<line num="447" count="
|
|
2982
|
-
<line num="448" count="
|
|
2983
|
-
<line num="455" count="
|
|
2984
|
-
<line num="456" count="
|
|
2985
|
-
<line num="457" count="
|
|
2986
|
-
<line num="459" count="
|
|
2987
|
-
<line num="460" count="
|
|
2988
|
-
<line num="461" count="
|
|
2989
|
-
<line num="464" count="
|
|
2990
|
-
<line num="465" count="
|
|
2991
|
-
<line num="468" count="
|
|
3483
|
+
<line num="447" count="45" type="stmt"/>
|
|
3484
|
+
<line num="448" count="10" type="cond" truecount="2" falsecount="0"/>
|
|
3485
|
+
<line num="455" count="45" type="stmt"/>
|
|
3486
|
+
<line num="456" count="10" type="stmt"/>
|
|
3487
|
+
<line num="457" count="10" type="stmt"/>
|
|
3488
|
+
<line num="459" count="10" type="cond" truecount="2" falsecount="0"/>
|
|
3489
|
+
<line num="460" count="10" type="cond" truecount="1" falsecount="1"/>
|
|
3490
|
+
<line num="461" count="10" type="stmt"/>
|
|
3491
|
+
<line num="464" count="10" type="stmt"/>
|
|
3492
|
+
<line num="465" count="10" type="stmt"/>
|
|
3493
|
+
<line num="468" count="45" type="stmt"/>
|
|
2992
3494
|
<line num="469" count="0" type="stmt"/>
|
|
2993
3495
|
<line num="471" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2994
3496
|
<line num="472" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2995
3497
|
<line num="474" count="0" type="stmt"/>
|
|
2996
3498
|
<line num="476" count="0" type="stmt"/>
|
|
2997
|
-
<line num="479" count="
|
|
3499
|
+
<line num="479" count="45" type="stmt"/>
|
|
2998
3500
|
<line num="480" count="0" type="stmt"/>
|
|
2999
3501
|
<line num="482" count="0" type="stmt"/>
|
|
3000
3502
|
<line num="483" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3001
3503
|
<line num="484" count="0" type="stmt"/>
|
|
3002
3504
|
<line num="487" count="0" type="stmt"/>
|
|
3003
3505
|
<line num="488" count="0" type="stmt"/>
|
|
3004
|
-
<line num="491" count="
|
|
3005
|
-
<line num="492" count="
|
|
3006
|
-
<line num="494" count="
|
|
3007
|
-
<line num="496" count="
|
|
3008
|
-
<line num="497" count="
|
|
3009
|
-
<line num="498" count="
|
|
3010
|
-
<line num="499" count="
|
|
3011
|
-
<line num="500" count="
|
|
3012
|
-
<line num="502" count="
|
|
3013
|
-
<line num="504" count="
|
|
3506
|
+
<line num="491" count="45" type="stmt"/>
|
|
3507
|
+
<line num="492" count="15" type="cond" truecount="1" falsecount="1"/>
|
|
3508
|
+
<line num="494" count="15" type="stmt"/>
|
|
3509
|
+
<line num="496" count="15" type="stmt"/>
|
|
3510
|
+
<line num="497" count="15" type="cond" truecount="2" falsecount="0"/>
|
|
3511
|
+
<line num="498" count="15" type="stmt"/>
|
|
3512
|
+
<line num="499" count="15" type="stmt"/>
|
|
3513
|
+
<line num="500" count="15" type="stmt"/>
|
|
3514
|
+
<line num="502" count="15" type="cond" truecount="1" falsecount="1"/>
|
|
3515
|
+
<line num="504" count="15" type="cond" truecount="2" falsecount="0"/>
|
|
3014
3516
|
<line num="505" count="2" type="cond" truecount="7" falsecount="2"/>
|
|
3015
3517
|
<line num="513" count="2" type="stmt"/>
|
|
3016
3518
|
<line num="515" count="2" type="stmt"/>
|
|
3017
|
-
<line num="517" count="
|
|
3519
|
+
<line num="517" count="13" type="cond" truecount="2" falsecount="5"/>
|
|
3018
3520
|
<line num="523" count="0" type="stmt"/>
|
|
3019
3521
|
<line num="525" count="0" type="stmt"/>
|
|
3020
|
-
<line num="528" count="
|
|
3021
|
-
<line num="530" count="
|
|
3522
|
+
<line num="528" count="13" type="stmt"/>
|
|
3523
|
+
<line num="530" count="13" type="cond" truecount="2" falsecount="0"/>
|
|
3022
3524
|
<line num="531" count="2" type="stmt"/>
|
|
3023
|
-
<line num="535" count="
|
|
3024
|
-
<line num="536" count="
|
|
3025
|
-
<line num="537" count="
|
|
3026
|
-
<line num="539" count="
|
|
3027
|
-
<line num="540" count="
|
|
3028
|
-
<line num="542" count="
|
|
3525
|
+
<line num="535" count="45" type="stmt"/>
|
|
3526
|
+
<line num="536" count="45" type="stmt"/>
|
|
3527
|
+
<line num="537" count="45" type="stmt"/>
|
|
3528
|
+
<line num="539" count="45" type="stmt"/>
|
|
3529
|
+
<line num="540" count="9" type="stmt"/>
|
|
3530
|
+
<line num="542" count="9" type="cond" truecount="1" falsecount="1"/>
|
|
3029
3531
|
<line num="543" count="0" type="stmt"/>
|
|
3030
|
-
<line num="546" count="
|
|
3031
|
-
<line num="548" count="
|
|
3532
|
+
<line num="546" count="9" type="stmt"/>
|
|
3533
|
+
<line num="548" count="9" type="cond" truecount="1" falsecount="1"/>
|
|
3032
3534
|
<line num="549" count="0" type="stmt"/>
|
|
3033
3535
|
<line num="550" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3034
3536
|
<line num="551" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3035
3537
|
<line num="553" count="0" type="stmt"/>
|
|
3036
|
-
<line num="556" count="
|
|
3037
|
-
<line num="559" count="
|
|
3038
|
-
<line num="560" count="
|
|
3039
|
-
<line num="561" count="
|
|
3538
|
+
<line num="556" count="9" type="stmt"/>
|
|
3539
|
+
<line num="559" count="45" type="stmt"/>
|
|
3540
|
+
<line num="560" count="9" type="stmt"/>
|
|
3541
|
+
<line num="561" count="9" type="cond" truecount="1" falsecount="1"/>
|
|
3040
3542
|
<line num="562" count="0" type="stmt"/>
|
|
3041
|
-
<line num="565" count="
|
|
3042
|
-
<line num="566" count="
|
|
3543
|
+
<line num="565" count="9" type="stmt"/>
|
|
3544
|
+
<line num="566" count="9" type="cond" truecount="1" falsecount="1"/>
|
|
3043
3545
|
<line num="567" count="0" type="stmt"/>
|
|
3044
3546
|
<line num="569" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3045
|
-
<line num="574" count="
|
|
3046
|
-
<line num="577" count="
|
|
3047
|
-
<line num="578" count="
|
|
3048
|
-
<line num="579" count="
|
|
3049
|
-
<line num="581" count="
|
|
3547
|
+
<line num="574" count="9" type="stmt"/>
|
|
3548
|
+
<line num="577" count="45" type="stmt"/>
|
|
3549
|
+
<line num="578" count="112" type="stmt"/>
|
|
3550
|
+
<line num="579" count="112" type="cond" truecount="2" falsecount="0"/>
|
|
3551
|
+
<line num="581" count="67" type="cond" truecount="2" falsecount="0"/>
|
|
3050
3552
|
<line num="582" count="58" type="stmt"/>
|
|
3051
3553
|
<line num="583" count="58" type="stmt"/>
|
|
3052
3554
|
<line num="585" count="58" type="stmt"/>
|
|
3053
|
-
<line num="588" count="
|
|
3054
|
-
<line num="589" count="
|
|
3055
|
-
<line num="590" count="
|
|
3056
|
-
<line num="592" count="
|
|
3057
|
-
<line num="594" count="
|
|
3058
|
-
<line num="595" count="
|
|
3059
|
-
<line num="596" count="
|
|
3060
|
-
<line num="597" count="
|
|
3061
|
-
<line num="598" count="
|
|
3062
|
-
<line num="602" count="
|
|
3063
|
-
<line num="603" count="
|
|
3064
|
-
<line num="607" count="
|
|
3065
|
-
<line num="608" count="
|
|
3066
|
-
<line num="609" count="
|
|
3555
|
+
<line num="588" count="9" type="stmt"/>
|
|
3556
|
+
<line num="589" count="9" type="stmt"/>
|
|
3557
|
+
<line num="590" count="9" type="stmt"/>
|
|
3558
|
+
<line num="592" count="9" type="stmt"/>
|
|
3559
|
+
<line num="594" count="9" type="stmt"/>
|
|
3560
|
+
<line num="595" count="9" type="cond" truecount="1" falsecount="1"/>
|
|
3561
|
+
<line num="596" count="9" type="stmt"/>
|
|
3562
|
+
<line num="597" count="9" type="stmt"/>
|
|
3563
|
+
<line num="598" count="9" type="cond" truecount="1" falsecount="1"/>
|
|
3564
|
+
<line num="602" count="9" type="stmt"/>
|
|
3565
|
+
<line num="603" count="9" type="stmt"/>
|
|
3566
|
+
<line num="607" count="9" type="stmt"/>
|
|
3567
|
+
<line num="608" count="9" type="cond" truecount="1" falsecount="1"/>
|
|
3568
|
+
<line num="609" count="9" type="stmt"/>
|
|
3067
3569
|
<line num="612" count="0" type="stmt"/>
|
|
3068
3570
|
<line num="613" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3069
3571
|
<line num="614" count="0" type="stmt"/>
|
|
3070
3572
|
<line num="617" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3071
3573
|
<line num="621" count="0" type="stmt"/>
|
|
3072
3574
|
<line num="622" count="0" type="stmt"/>
|
|
3073
|
-
<line num="627" count="
|
|
3074
|
-
<line num="628" count="
|
|
3075
|
-
<line num="631" count="
|
|
3076
|
-
<line num="632" count="
|
|
3077
|
-
<line num="633" count="
|
|
3078
|
-
<line num="634" count="
|
|
3079
|
-
<line num="636" count="
|
|
3080
|
-
<line num="638" count="
|
|
3575
|
+
<line num="627" count="9" type="stmt"/>
|
|
3576
|
+
<line num="628" count="9" type="stmt"/>
|
|
3577
|
+
<line num="631" count="45" type="cond" truecount="1" falsecount="1"/>
|
|
3578
|
+
<line num="632" count="45" type="cond" truecount="0" falsecount="2"/>
|
|
3579
|
+
<line num="633" count="45" type="stmt"/>
|
|
3580
|
+
<line num="634" count="45" type="stmt"/>
|
|
3581
|
+
<line num="636" count="45" type="stmt"/>
|
|
3582
|
+
<line num="638" count="45" type="stmt"/>
|
|
3081
3583
|
<line num="639" count="11" type="stmt"/>
|
|
3082
3584
|
<line num="640" count="11" type="stmt"/>
|
|
3083
3585
|
<line num="642" count="11" type="cond" truecount="4" falsecount="2"/>
|
|
3084
3586
|
<line num="643" count="0" type="stmt"/>
|
|
3085
3587
|
<line num="645" count="0" type="stmt"/>
|
|
3086
3588
|
<line num="647" count="0" type="stmt"/>
|
|
3087
|
-
<line num="651" count="
|
|
3088
|
-
<line num="652" count="
|
|
3089
|
-
<line num="653" count="
|
|
3090
|
-
<line num="656" count="
|
|
3589
|
+
<line num="651" count="45" type="stmt"/>
|
|
3590
|
+
<line num="652" count="3" type="stmt"/>
|
|
3591
|
+
<line num="653" count="3" type="stmt"/>
|
|
3592
|
+
<line num="656" count="45" type="stmt"/>
|
|
3091
3593
|
<line num="657" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3092
3594
|
<line num="659" count="0" type="stmt"/>
|
|
3093
3595
|
<line num="660" count="0" type="stmt"/>
|
|
@@ -3098,21 +3600,21 @@
|
|
|
3098
3600
|
<line num="668" count="0" type="stmt"/>
|
|
3099
3601
|
<line num="669" count="0" type="stmt"/>
|
|
3100
3602
|
<line num="670" count="0" type="stmt"/>
|
|
3101
|
-
<line num="673" count="
|
|
3102
|
-
<line num="683" count="
|
|
3103
|
-
<line num="692" count="
|
|
3104
|
-
<line num="693" count="
|
|
3603
|
+
<line num="673" count="45" type="stmt"/>
|
|
3604
|
+
<line num="683" count="1" type="stmt"/>
|
|
3605
|
+
<line num="692" count="45" type="stmt"/>
|
|
3606
|
+
<line num="693" count="45" type="cond" truecount="2" falsecount="2"/>
|
|
3105
3607
|
<line num="694" count="0" type="stmt"/>
|
|
3106
|
-
<line num="697" count="
|
|
3107
|
-
<line num="700" count="
|
|
3108
|
-
<line num="701" count="
|
|
3109
|
-
<line num="703" count="
|
|
3608
|
+
<line num="697" count="45" type="stmt"/>
|
|
3609
|
+
<line num="700" count="57" type="stmt"/>
|
|
3610
|
+
<line num="701" count="57" type="stmt"/>
|
|
3611
|
+
<line num="703" count="57" type="cond" truecount="5" falsecount="0"/>
|
|
3110
3612
|
<line num="705" count="1" type="stmt"/>
|
|
3111
3613
|
<line num="706" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
3112
3614
|
<line num="707" count="1" type="stmt"/>
|
|
3113
|
-
<line num="711" count="
|
|
3615
|
+
<line num="711" count="45" type="stmt"/>
|
|
3114
3616
|
<line num="712" count="0" type="stmt"/>
|
|
3115
|
-
<line num="715" count="
|
|
3617
|
+
<line num="715" count="45" type="stmt"/>
|
|
3116
3618
|
<line num="716" count="0" type="stmt"/>
|
|
3117
3619
|
</file>
|
|
3118
3620
|
</package>
|
|
@@ -3315,51 +3817,58 @@
|
|
|
3315
3817
|
</file>
|
|
3316
3818
|
</package>
|
|
3317
3819
|
<package name="packages.v1-components.src.host.components.toolbar">
|
|
3318
|
-
<metrics statements="
|
|
3820
|
+
<metrics statements="21" coveredstatements="5" conditionals="4" coveredconditionals="2" methods="11" coveredmethods="1"/>
|
|
3319
3821
|
<file name="UiToolbar.vue" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/host/components/toolbar/UiToolbar.vue">
|
|
3320
|
-
<metrics statements="
|
|
3321
|
-
<line num="
|
|
3322
|
-
<line num="
|
|
3822
|
+
<metrics statements="3" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
3823
|
+
<line num="2" count="0" type="stmt"/>
|
|
3824
|
+
<line num="12" count="0" type="stmt"/>
|
|
3825
|
+
<line num="23" count="0" type="stmt"/>
|
|
3323
3826
|
</file>
|
|
3324
3827
|
<file name="UiToolbarButton.vue" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/host/components/toolbar/UiToolbarButton.vue">
|
|
3325
|
-
<metrics statements="
|
|
3326
|
-
<line num="
|
|
3327
|
-
<line num="
|
|
3328
|
-
<line num="
|
|
3329
|
-
<line num="
|
|
3330
|
-
<line num="
|
|
3331
|
-
<line num="
|
|
3332
|
-
<line num="
|
|
3333
|
-
<line num="
|
|
3334
|
-
<line num="
|
|
3335
|
-
<line num="
|
|
3828
|
+
<metrics statements="11" coveredstatements="0" conditionals="2" coveredconditionals="0" methods="5" coveredmethods="0"/>
|
|
3829
|
+
<line num="18" count="0" type="stmt"/>
|
|
3830
|
+
<line num="75" count="0" type="stmt"/>
|
|
3831
|
+
<line num="77" count="0" type="stmt"/>
|
|
3832
|
+
<line num="78" count="0" type="stmt"/>
|
|
3833
|
+
<line num="79" count="0" type="stmt"/>
|
|
3834
|
+
<line num="80" count="0" type="stmt"/>
|
|
3835
|
+
<line num="83" count="0" type="stmt"/>
|
|
3836
|
+
<line num="85" count="0" type="stmt"/>
|
|
3837
|
+
<line num="86" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3838
|
+
<line num="87" count="0" type="stmt"/>
|
|
3839
|
+
<line num="90" count="0" type="stmt"/>
|
|
3840
|
+
</file>
|
|
3841
|
+
<file name="UiToolbarLink.vue" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/host/components/toolbar/UiToolbarLink.vue">
|
|
3842
|
+
<metrics statements="2" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="0"/>
|
|
3843
|
+
<line num="13" count="0" type="stmt"/>
|
|
3844
|
+
<line num="16" count="0" type="stmt"/>
|
|
3336
3845
|
</file>
|
|
3337
3846
|
<file name="inject.ts" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/host/components/toolbar/inject.ts">
|
|
3338
|
-
<metrics statements="
|
|
3339
|
-
<line num="
|
|
3340
|
-
<line num="
|
|
3341
|
-
<line num="
|
|
3342
|
-
<line num="
|
|
3343
|
-
<line num="
|
|
3344
|
-
<line num="10" count="0" type="stmt"/>
|
|
3847
|
+
<metrics statements="5" coveredstatements="5" conditionals="2" coveredconditionals="2" methods="3" coveredmethods="1"/>
|
|
3848
|
+
<line num="5" count="1" type="cond" truecount="2" falsecount="0"/>
|
|
3849
|
+
<line num="6" count="1" type="stmt"/>
|
|
3850
|
+
<line num="7" count="1" type="stmt"/>
|
|
3851
|
+
<line num="10" count="1" type="stmt"/>
|
|
3852
|
+
<line num="14" count="1" type="stmt"/>
|
|
3345
3853
|
</file>
|
|
3346
3854
|
</package>
|
|
3347
3855
|
<package name="packages.v1-components.src.host.components.tooltip">
|
|
3348
|
-
<metrics statements="
|
|
3856
|
+
<metrics statements="13" coveredstatements="0" conditionals="12" coveredconditionals="0" methods="11" coveredmethods="0"/>
|
|
3349
3857
|
<file name="UiTooltip.vue" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/host/components/tooltip/UiTooltip.vue">
|
|
3350
|
-
<metrics statements="
|
|
3351
|
-
<line num="
|
|
3352
|
-
<line num="
|
|
3353
|
-
<line num="
|
|
3354
|
-
<line num="
|
|
3355
|
-
<line num="
|
|
3356
|
-
<line num="
|
|
3357
|
-
<line num="
|
|
3358
|
-
<line num="
|
|
3359
|
-
<line num="
|
|
3360
|
-
<line num="
|
|
3361
|
-
<line num="
|
|
3362
|
-
<line num="
|
|
3858
|
+
<metrics statements="13" coveredstatements="0" conditionals="12" coveredconditionals="0" methods="11" coveredmethods="0"/>
|
|
3859
|
+
<line num="20" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3860
|
+
<line num="21" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3861
|
+
<line num="22" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3862
|
+
<line num="23" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3863
|
+
<line num="24" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3864
|
+
<line num="25" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3865
|
+
<line num="27" count="0" type="stmt"/>
|
|
3866
|
+
<line num="167" count="0" type="stmt"/>
|
|
3867
|
+
<line num="169" count="0" type="stmt"/>
|
|
3868
|
+
<line num="170" count="0" type="stmt"/>
|
|
3869
|
+
<line num="171" count="0" type="stmt"/>
|
|
3870
|
+
<line num="172" count="0" type="stmt"/>
|
|
3871
|
+
<line num="173" count="0" type="stmt"/>
|
|
3363
3872
|
</file>
|
|
3364
3873
|
</package>
|
|
3365
3874
|
<package name="packages.v1-components.src.host.components.transition">
|
|
@@ -3369,104 +3878,103 @@
|
|
|
3369
3878
|
<line num="7" count="0" type="stmt"/>
|
|
3370
3879
|
</file>
|
|
3371
3880
|
</package>
|
|
3372
|
-
<package name="packages.v1-components.src.host.components.yandex-map">
|
|
3373
|
-
<metrics statements="
|
|
3374
|
-
<file name="UiYandexMap.vue" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/host/components/yandex-map/UiYandexMap.vue">
|
|
3375
|
-
<metrics statements="
|
|
3376
|
-
<line num="
|
|
3377
|
-
<line num="
|
|
3378
|
-
<line num="
|
|
3379
|
-
<line num="32" count="0" type="stmt"/>
|
|
3380
|
-
<line num="33" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3381
|
-
<line num="34" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3382
|
-
<line num="35" count="0" type="stmt"/>
|
|
3383
|
-
<line num="36" count="0" type="stmt"/>
|
|
3384
|
-
<line num="37" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
3385
|
-
<line num="38" count="0" type="stmt"/>
|
|
3386
|
-
<line num="40" count="0" type="stmt"/>
|
|
3387
|
-
<line num="42" count="0" type="stmt"/>
|
|
3388
|
-
<line num="46" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
3389
|
-
<line num="47" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3390
|
-
<line num="48" count="0" type="stmt"/>
|
|
3391
|
-
<line num="50" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3392
|
-
<line num="51" count="0" type="stmt"/>
|
|
3393
|
-
<line num="53" count="0" type="stmt"/>
|
|
3881
|
+
<package name="packages.v1-components.src.host.components.yandex-map">
|
|
3882
|
+
<metrics statements="83" coveredstatements="2" conditionals="33" coveredconditionals="0" methods="21" coveredmethods="0"/>
|
|
3883
|
+
<file name="UiYandexMap.vue" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/host/components/yandex-map/UiYandexMap.vue">
|
|
3884
|
+
<metrics statements="73" coveredstatements="1" conditionals="31" coveredconditionals="0" methods="17" coveredmethods="0"/>
|
|
3885
|
+
<line num="2" count="1" type="stmt"/>
|
|
3886
|
+
<line num="37" count="0" type="stmt"/>
|
|
3887
|
+
<line num="49" count="0" type="stmt"/>
|
|
3394
3888
|
<line num="54" count="0" type="stmt"/>
|
|
3395
|
-
<line num="
|
|
3396
|
-
<line num="58" count="0" type="
|
|
3397
|
-
<line num="59" count="0" type="
|
|
3889
|
+
<line num="56" count="0" type="stmt"/>
|
|
3890
|
+
<line num="58" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3891
|
+
<line num="59" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3892
|
+
<line num="61" count="0" type="stmt"/>
|
|
3893
|
+
<line num="62" count="0" type="stmt"/>
|
|
3894
|
+
<line num="63" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
3398
3895
|
<line num="64" count="0" type="stmt"/>
|
|
3399
|
-
<line num="
|
|
3400
|
-
<line num="66" count="0" type="stmt"/>
|
|
3401
|
-
<line num="68" count="0" type="stmt"/>
|
|
3402
|
-
<line num="69" count="0" type="stmt"/>
|
|
3896
|
+
<line num="67" count="0" type="stmt"/>
|
|
3403
3897
|
<line num="70" count="0" type="stmt"/>
|
|
3404
|
-
<line num="
|
|
3405
|
-
<line num="74" count="0" type="stmt"/>
|
|
3406
|
-
<line num="75" count="0" type="stmt"/>
|
|
3898
|
+
<line num="75" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
3407
3899
|
<line num="76" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3408
|
-
<line num="
|
|
3409
|
-
<line num="
|
|
3410
|
-
<line num="
|
|
3411
|
-
<line num="81" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3412
|
-
<line num="83" count="0" type="stmt"/>
|
|
3900
|
+
<line num="77" count="0" type="stmt"/>
|
|
3901
|
+
<line num="80" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3902
|
+
<line num="81" count="0" type="stmt"/>
|
|
3413
3903
|
<line num="84" count="0" type="stmt"/>
|
|
3414
3904
|
<line num="85" count="0" type="stmt"/>
|
|
3415
|
-
<line num="86" count="0" type="
|
|
3416
|
-
<line num="87" count="0" type="stmt"/>
|
|
3417
|
-
<line num="88" count="0" type="stmt"/>
|
|
3418
|
-
<line num="89" count="0" type="stmt"/>
|
|
3905
|
+
<line num="86" count="0" type="stmt"/>
|
|
3419
3906
|
<line num="90" count="0" type="stmt"/>
|
|
3420
|
-
<line num="91" count="0" type="stmt"/>
|
|
3421
3907
|
<line num="92" count="0" type="stmt"/>
|
|
3422
|
-
<line num="
|
|
3423
|
-
<line num="
|
|
3424
|
-
<line num="
|
|
3425
|
-
<line num="96" count="0" type="stmt"/>
|
|
3426
|
-
<line num="102" count="0" type="stmt"/>
|
|
3427
|
-
<line num="103" count="0" type="stmt"/>
|
|
3908
|
+
<line num="98" count="0" type="stmt"/>
|
|
3909
|
+
<line num="99" count="0" type="stmt"/>
|
|
3910
|
+
<line num="101" count="0" type="stmt"/>
|
|
3428
3911
|
<line num="104" count="0" type="stmt"/>
|
|
3429
|
-
<line num="105" count="0" type="
|
|
3912
|
+
<line num="105" count="0" type="stmt"/>
|
|
3430
3913
|
<line num="106" count="0" type="stmt"/>
|
|
3431
|
-
<line num="
|
|
3432
|
-
<line num="108" count="0" type="stmt"/>
|
|
3914
|
+
<line num="110" count="0" type="stmt"/>
|
|
3433
3915
|
<line num="111" count="0" type="stmt"/>
|
|
3434
3916
|
<line num="112" count="0" type="stmt"/>
|
|
3435
|
-
<line num="113" count="0" type="
|
|
3436
|
-
<line num="114" count="0" type="stmt"/>
|
|
3437
|
-
<line num="115" count="0" type="stmt"/>
|
|
3917
|
+
<line num="113" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3438
3918
|
<line num="116" count="0" type="stmt"/>
|
|
3439
3919
|
<line num="117" count="0" type="stmt"/>
|
|
3440
3920
|
<line num="118" count="0" type="stmt"/>
|
|
3441
|
-
<line num="119" count="0" type="
|
|
3442
|
-
<line num="
|
|
3921
|
+
<line num="119" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3922
|
+
<line num="122" count="0" type="stmt"/>
|
|
3923
|
+
<line num="123" count="0" type="stmt"/>
|
|
3924
|
+
<line num="125" count="0" type="stmt"/>
|
|
3925
|
+
<line num="126" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3926
|
+
<line num="127" count="0" type="stmt"/>
|
|
3443
3927
|
<line num="129" count="0" type="stmt"/>
|
|
3444
|
-
<line num="
|
|
3445
|
-
<line num="133" count="0" type="
|
|
3928
|
+
<line num="131" count="0" type="stmt"/>
|
|
3929
|
+
<line num="133" count="0" type="stmt"/>
|
|
3446
3930
|
<line num="134" count="0" type="stmt"/>
|
|
3447
|
-
<line num="
|
|
3448
|
-
<line num="
|
|
3449
|
-
<line num="
|
|
3931
|
+
<line num="136" count="0" type="stmt"/>
|
|
3932
|
+
<line num="138" count="0" type="stmt"/>
|
|
3933
|
+
<line num="140" count="0" type="stmt"/>
|
|
3934
|
+
<line num="142" count="0" type="stmt"/>
|
|
3935
|
+
<line num="144" count="0" type="stmt"/>
|
|
3936
|
+
<line num="151" count="0" type="stmt"/>
|
|
3937
|
+
<line num="153" count="0" type="stmt"/>
|
|
3938
|
+
<line num="154" count="0" type="stmt"/>
|
|
3939
|
+
<line num="156" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3940
|
+
<line num="157" count="0" type="stmt"/>
|
|
3941
|
+
<line num="159" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3942
|
+
<line num="160" count="0" type="stmt"/>
|
|
3943
|
+
<line num="164" count="0" type="stmt"/>
|
|
3944
|
+
<line num="166" count="0" type="stmt"/>
|
|
3945
|
+
<line num="167" count="0" type="stmt"/>
|
|
3946
|
+
<line num="168" count="0" type="stmt"/>
|
|
3947
|
+
<line num="169" count="0" type="stmt"/>
|
|
3948
|
+
<line num="171" count="0" type="stmt"/>
|
|
3949
|
+
<line num="172" count="0" type="stmt"/>
|
|
3950
|
+
<line num="173" count="0" type="stmt"/>
|
|
3951
|
+
<line num="174" count="0" type="stmt"/>
|
|
3952
|
+
<line num="177" count="0" type="stmt"/>
|
|
3953
|
+
<line num="186" count="0" type="stmt"/>
|
|
3954
|
+
<line num="190" count="0" type="stmt"/>
|
|
3955
|
+
<line num="191" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
3956
|
+
<line num="192" count="0" type="stmt"/>
|
|
3957
|
+
<line num="193" count="0" type="stmt"/>
|
|
3450
3958
|
</file>
|
|
3451
3959
|
<file name="loadScript.ts" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/host/components/yandex-map/loadScript.ts">
|
|
3452
|
-
<metrics statements="10" coveredstatements="
|
|
3453
|
-
<line num="1" count="
|
|
3960
|
+
<metrics statements="10" coveredstatements="1" conditionals="2" coveredconditionals="0" methods="4" coveredmethods="0"/>
|
|
3961
|
+
<line num="1" count="1" type="stmt"/>
|
|
3454
3962
|
<line num="2" count="0" type="stmt"/>
|
|
3455
|
-
<line num="3" count="0" type="stmt"/>
|
|
3456
3963
|
<line num="4" count="0" type="stmt"/>
|
|
3457
3964
|
<line num="5" count="0" type="stmt"/>
|
|
3458
3965
|
<line num="6" count="0" type="stmt"/>
|
|
3459
3966
|
<line num="7" count="0" type="stmt"/>
|
|
3460
3967
|
<line num="14" count="0" type="stmt"/>
|
|
3461
|
-
<line num="
|
|
3462
|
-
<line num="
|
|
3968
|
+
<line num="22" count="0" type="stmt"/>
|
|
3969
|
+
<line num="25" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3970
|
+
<line num="26" count="0" type="stmt"/>
|
|
3463
3971
|
</file>
|
|
3464
3972
|
</package>
|
|
3465
3973
|
<package name="packages.v1-components.src.host.i18n">
|
|
3466
3974
|
<metrics statements="66" coveredstatements="48" conditionals="48" coveredconditionals="31" methods="24" coveredmethods="17"/>
|
|
3467
3975
|
<file name="index.ts" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/host/i18n/index.ts">
|
|
3468
3976
|
<metrics statements="61" coveredstatements="43" conditionals="45" coveredconditionals="30" methods="20" coveredmethods="13"/>
|
|
3469
|
-
<line num="26" count="
|
|
3977
|
+
<line num="26" count="10" type="stmt"/>
|
|
3470
3978
|
<line num="27" count="699" type="stmt"/>
|
|
3471
3979
|
<line num="28" count="699" type="stmt"/>
|
|
3472
3980
|
<line num="30" count="699" type="stmt"/>
|
|
@@ -3476,32 +3984,32 @@
|
|
|
3476
3984
|
<line num="36" count="13" type="stmt"/>
|
|
3477
3985
|
<line num="39" count="315" type="stmt"/>
|
|
3478
3986
|
<line num="42" count="0" type="stmt"/>
|
|
3479
|
-
<line num="45" count="
|
|
3987
|
+
<line num="45" count="10" type="stmt"/>
|
|
3480
3988
|
<line num="46" count="30" type="stmt"/>
|
|
3481
3989
|
<line num="47" count="32" type="stmt"/>
|
|
3482
3990
|
<line num="48" count="32" type="stmt"/>
|
|
3483
3991
|
<line num="50" count="32" type="stmt"/>
|
|
3484
|
-
<line num="54" count="
|
|
3992
|
+
<line num="54" count="10" type="stmt"/>
|
|
3485
3993
|
<line num="59" count="699" type="stmt"/>
|
|
3486
3994
|
<line num="60" count="699" type="cond" truecount="4" falsecount="0"/>
|
|
3487
3995
|
<line num="61" count="30" type="stmt"/>
|
|
3488
3996
|
<line num="64" count="669" type="stmt"/>
|
|
3489
|
-
<line num="67" count="
|
|
3997
|
+
<line num="67" count="10" type="stmt"/>
|
|
3490
3998
|
<line num="68" count="0" type="stmt"/>
|
|
3491
|
-
<line num="71" count="
|
|
3999
|
+
<line num="71" count="10" type="stmt"/>
|
|
3492
4000
|
<line num="77" count="699" type="stmt"/>
|
|
3493
4001
|
<line num="78" count="699" type="cond" truecount="1" falsecount="1"/>
|
|
3494
4002
|
<line num="79" count="699" type="cond" truecount="2" falsecount="0"/>
|
|
3495
4003
|
<line num="80" count="699" type="cond" truecount="1" falsecount="1"/>
|
|
3496
4004
|
<line num="85" count="0" type="stmt"/>
|
|
3497
|
-
<line num="94" count="
|
|
4005
|
+
<line num="94" count="10" type="stmt"/>
|
|
3498
4006
|
<line num="95" count="0" type="stmt"/>
|
|
3499
4007
|
<line num="96" count="0" type="stmt"/>
|
|
3500
|
-
<line num="115" count="
|
|
3501
|
-
<line num="116" count="
|
|
3502
|
-
<line num="117" count="
|
|
3503
|
-
<line num="118" count="
|
|
3504
|
-
<line num="124" count="
|
|
4008
|
+
<line num="115" count="21" type="stmt"/>
|
|
4009
|
+
<line num="116" count="21" type="cond" truecount="1" falsecount="1"/>
|
|
4010
|
+
<line num="117" count="21" type="cond" truecount="2" falsecount="0"/>
|
|
4011
|
+
<line num="118" count="21" type="stmt"/>
|
|
4012
|
+
<line num="124" count="21" type="stmt"/>
|
|
3505
4013
|
<line num="132" count="686" type="stmt"/>
|
|
3506
4014
|
<line num="133" count="699" type="stmt"/>
|
|
3507
4015
|
<line num="135" count="686" type="cond" truecount="2" falsecount="1"/>
|
|
@@ -3516,16 +4024,16 @@
|
|
|
3516
4024
|
<line num="169" count="0" type="stmt"/>
|
|
3517
4025
|
<line num="172" count="0" type="stmt"/>
|
|
3518
4026
|
<line num="179" count="0" type="stmt"/>
|
|
3519
|
-
<line num="202" count="
|
|
4027
|
+
<line num="202" count="10" type="stmt"/>
|
|
3520
4028
|
<line num="205" count="75" type="stmt"/>
|
|
3521
4029
|
<line num="207" count="686" type="stmt"/>
|
|
3522
4030
|
<line num="215" count="0" type="stmt"/>
|
|
3523
4031
|
<line num="219" count="0" type="stmt"/>
|
|
3524
|
-
<line num="223" count="
|
|
3525
|
-
<line num="225" count="
|
|
3526
|
-
<line num="229" count="
|
|
4032
|
+
<line num="223" count="10" type="stmt"/>
|
|
4033
|
+
<line num="225" count="10" type="stmt"/>
|
|
4034
|
+
<line num="229" count="21" type="stmt"/>
|
|
3527
4035
|
<line num="234" count="75" type="cond" truecount="2" falsecount="1"/>
|
|
3528
|
-
<line num="238" count="
|
|
4036
|
+
<line num="238" count="21" type="stmt"/>
|
|
3529
4037
|
<line num="243" count="75" type="stmt"/>
|
|
3530
4038
|
</file>
|
|
3531
4039
|
<file name="plugin.ts" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/host/i18n/plugin.ts">
|
|
@@ -3533,7 +4041,7 @@
|
|
|
3533
4041
|
<line num="11" count="36" type="stmt"/>
|
|
3534
4042
|
<line num="15" count="36" type="stmt"/>
|
|
3535
4043
|
<line num="19" count="5" type="stmt"/>
|
|
3536
|
-
<line num="23" count="
|
|
4044
|
+
<line num="23" count="10" type="stmt"/>
|
|
3537
4045
|
<line num="27" count="32" type="cond" truecount="1" falsecount="1"/>
|
|
3538
4046
|
</file>
|
|
3539
4047
|
</package>
|
|
@@ -3556,20 +4064,20 @@
|
|
|
3556
4064
|
</file>
|
|
3557
4065
|
</package>
|
|
3558
4066
|
<package name="packages.v1-components.src.remote">
|
|
3559
|
-
<metrics statements="7" coveredstatements="
|
|
4067
|
+
<metrics statements="7" coveredstatements="7" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
|
|
3560
4068
|
<file name="endpoint.ts" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/remote/endpoint.ts">
|
|
3561
|
-
<metrics statements="7" coveredstatements="
|
|
3562
|
-
<line num="
|
|
3563
|
-
<line num="
|
|
3564
|
-
<line num="
|
|
3565
|
-
<line num="
|
|
3566
|
-
<line num="
|
|
3567
|
-
<line num="
|
|
3568
|
-
<line num="
|
|
4069
|
+
<metrics statements="7" coveredstatements="7" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
|
|
4070
|
+
<line num="5" count="1" type="stmt"/>
|
|
4071
|
+
<line num="8" count="1" type="stmt"/>
|
|
4072
|
+
<line num="66" count="1" type="stmt"/>
|
|
4073
|
+
<line num="71" count="1" type="stmt"/>
|
|
4074
|
+
<line num="74" count="1" type="stmt"/>
|
|
4075
|
+
<line num="75" count="1" type="stmt"/>
|
|
4076
|
+
<line num="76" count="1" type="stmt"/>
|
|
3569
4077
|
</file>
|
|
3570
4078
|
</package>
|
|
3571
4079
|
<package name="packages.v1-components.src.remote.components">
|
|
3572
|
-
<metrics statements="
|
|
4080
|
+
<metrics statements="82" coveredstatements="16" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
3573
4081
|
<file name="add-button.ts" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/remote/components/add-button.ts">
|
|
3574
4082
|
<metrics statements="2" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
3575
4083
|
<line num="2" count="0" type="stmt"/>
|
|
@@ -3710,6 +4218,13 @@
|
|
|
3710
4218
|
<line num="2" count="0" type="stmt"/>
|
|
3711
4219
|
<line num="3" count="0" type="stmt"/>
|
|
3712
4220
|
</file>
|
|
4221
|
+
<file name="tab.ts" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/remote/components/tab.ts">
|
|
4222
|
+
<metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
4223
|
+
<line num="12" count="2" type="stmt"/>
|
|
4224
|
+
<line num="17" count="2" type="stmt"/>
|
|
4225
|
+
<line num="22" count="2" type="stmt"/>
|
|
4226
|
+
<line num="34" count="2" type="stmt"/>
|
|
4227
|
+
</file>
|
|
3713
4228
|
<file name="tag.ts" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/remote/components/tag.ts">
|
|
3714
4229
|
<metrics statements="2" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
3715
4230
|
<line num="2" count="0" type="stmt"/>
|
|
@@ -3761,6 +4276,169 @@
|
|
|
3761
4276
|
<line num="71" count="1" type="stmt"/>
|
|
3762
4277
|
</file>
|
|
3763
4278
|
</package>
|
|
4279
|
+
<package name="packages.v1-components.src.remote.components.page-header">
|
|
4280
|
+
<metrics statements="29" coveredstatements="0" conditionals="10" coveredconditionals="0" methods="19" coveredmethods="0"/>
|
|
4281
|
+
<file name="UiPageHeader.vue" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/remote/components/page-header/UiPageHeader.vue">
|
|
4282
|
+
<metrics statements="27" coveredstatements="0" conditionals="10" coveredconditionals="0" methods="19" coveredmethods="0"/>
|
|
4283
|
+
<line num="70" count="0" type="stmt"/>
|
|
4284
|
+
<line num="71" count="0" type="stmt"/>
|
|
4285
|
+
<line num="72" count="0" type="stmt"/>
|
|
4286
|
+
<line num="73" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
4287
|
+
<line num="74" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
4288
|
+
<line num="75" count="0" type="stmt"/>
|
|
4289
|
+
<line num="76" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
4290
|
+
<line num="78" count="0" type="stmt"/>
|
|
4291
|
+
<line num="79" count="0" type="stmt"/>
|
|
4292
|
+
<line num="80" count="0" type="stmt"/>
|
|
4293
|
+
<line num="82" count="0" type="stmt"/>
|
|
4294
|
+
<line num="83" count="0" type="stmt"/>
|
|
4295
|
+
<line num="84" count="0" type="stmt"/>
|
|
4296
|
+
<line num="131" count="0" type="stmt"/>
|
|
4297
|
+
<line num="132" count="0" type="stmt"/>
|
|
4298
|
+
<line num="133" count="0" type="stmt"/>
|
|
4299
|
+
<line num="134" count="0" type="stmt"/>
|
|
4300
|
+
<line num="151" count="0" type="stmt"/>
|
|
4301
|
+
<line num="152" count="0" type="stmt"/>
|
|
4302
|
+
<line num="153" count="0" type="stmt"/>
|
|
4303
|
+
<line num="154" count="0" type="stmt"/>
|
|
4304
|
+
<line num="174" count="0" type="stmt"/>
|
|
4305
|
+
<line num="210" count="0" type="stmt"/>
|
|
4306
|
+
<line num="211" count="0" type="stmt"/>
|
|
4307
|
+
<line num="212" count="0" type="stmt"/>
|
|
4308
|
+
<line num="213" count="0" type="stmt"/>
|
|
4309
|
+
<line num="229" count="0" type="stmt"/>
|
|
4310
|
+
</file>
|
|
4311
|
+
<file name="parts.ts" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/remote/components/page-header/parts.ts">
|
|
4312
|
+
<metrics statements="2" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
4313
|
+
<line num="3" count="0" type="stmt"/>
|
|
4314
|
+
<line num="4" count="0" type="stmt"/>
|
|
4315
|
+
</file>
|
|
4316
|
+
</package>
|
|
4317
|
+
<package name="packages.v1-components.src.remote.components.radio-switch">
|
|
4318
|
+
<metrics statements="113" coveredstatements="96" conditionals="65" coveredconditionals="43" methods="30" coveredmethods="27"/>
|
|
4319
|
+
<file name="UiRadioSwitch.vue" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/remote/components/radio-switch/UiRadioSwitch.vue">
|
|
4320
|
+
<metrics statements="65" coveredstatements="59" conditionals="39" coveredconditionals="29" methods="21" coveredmethods="20"/>
|
|
4321
|
+
<line num="17" count="0" type="stmt"/>
|
|
4322
|
+
<line num="60" count="3" type="stmt"/>
|
|
4323
|
+
<line num="100" count="3" type="stmt"/>
|
|
4324
|
+
<line num="114" count="3" type="stmt"/>
|
|
4325
|
+
<line num="120" count="3" type="stmt"/>
|
|
4326
|
+
<line num="122" count="3" type="stmt"/>
|
|
4327
|
+
<line num="123" count="70" type="stmt"/>
|
|
4328
|
+
<line num="126" count="3" type="stmt"/>
|
|
4329
|
+
<line num="127" count="15" type="stmt"/>
|
|
4330
|
+
<line num="128" count="15" type="stmt"/>
|
|
4331
|
+
<line num="129" count="15" type="stmt"/>
|
|
4332
|
+
<line num="131" count="15" type="cond" truecount="4" falsecount="0"/>
|
|
4333
|
+
<line num="132" count="8" type="stmt"/>
|
|
4334
|
+
<line num="133" count="8" type="stmt"/>
|
|
4335
|
+
<line num="136" count="7" type="cond" truecount="4" falsecount="0"/>
|
|
4336
|
+
<line num="137" count="1" type="stmt"/>
|
|
4337
|
+
<line num="140" count="6" type="cond" truecount="3" falsecount="0"/>
|
|
4338
|
+
<line num="143" count="3" type="stmt"/>
|
|
4339
|
+
<line num="144" count="7" type="stmt"/>
|
|
4340
|
+
<line num="145" count="3" type="stmt"/>
|
|
4341
|
+
<line num="146" count="3" type="stmt"/>
|
|
4342
|
+
<line num="147" count="2" type="stmt"/>
|
|
4343
|
+
<line num="150" count="3" type="stmt"/>
|
|
4344
|
+
<line num="152" count="7" type="cond" truecount="1" falsecount="1"/>
|
|
4345
|
+
<line num="153" count="0" type="stmt"/>
|
|
4346
|
+
<line num="156" count="7" type="stmt"/>
|
|
4347
|
+
<line num="157" count="7" type="stmt"/>
|
|
4348
|
+
<line num="158" count="7" type="cond" truecount="2" falsecount="0"/>
|
|
4349
|
+
<line num="162" count="7" type="stmt"/>
|
|
4350
|
+
<line num="163" count="7" type="cond" truecount="2" falsecount="0"/>
|
|
4351
|
+
<line num="164" count="5" type="stmt"/>
|
|
4352
|
+
<line num="169" count="3" type="stmt"/>
|
|
4353
|
+
<line num="170" count="2" type="stmt"/>
|
|
4354
|
+
<line num="171" count="2" type="stmt"/>
|
|
4355
|
+
<line num="174" count="3" type="stmt"/>
|
|
4356
|
+
<line num="175" count="16" type="stmt"/>
|
|
4357
|
+
<line num="177" count="16" type="cond" truecount="1" falsecount="1"/>
|
|
4358
|
+
<line num="178" count="0" type="stmt"/>
|
|
4359
|
+
<line num="179" count="0" type="stmt"/>
|
|
4360
|
+
<line num="182" count="16" type="stmt"/>
|
|
4361
|
+
<line num="184" count="16" type="cond" truecount="2" falsecount="0"/>
|
|
4362
|
+
<line num="185" count="8" type="stmt"/>
|
|
4363
|
+
<line num="186" count="8" type="cond" truecount="1" falsecount="1"/>
|
|
4364
|
+
<line num="187" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
4365
|
+
<line num="189" count="8" type="stmt"/>
|
|
4366
|
+
<line num="190" count="8" type="cond" truecount="1" falsecount="1"/>
|
|
4367
|
+
<line num="191" count="15" type="stmt"/>
|
|
4368
|
+
<line num="193" count="8" type="cond" truecount="1" falsecount="1"/>
|
|
4369
|
+
<line num="194" count="8" type="cond" truecount="1" falsecount="1"/>
|
|
4370
|
+
<line num="195" count="8" type="stmt"/>
|
|
4371
|
+
<line num="197" count="8" type="cond" truecount="1" falsecount="1"/>
|
|
4372
|
+
<line num="200" count="16" type="cond" truecount="1" falsecount="1"/>
|
|
4373
|
+
<line num="201" count="0" type="stmt"/>
|
|
4374
|
+
<line num="204" count="16" type="stmt"/>
|
|
4375
|
+
<line num="205" count="16" type="stmt"/>
|
|
4376
|
+
<line num="206" count="16" type="stmt"/>
|
|
4377
|
+
<line num="207" count="16" type="stmt"/>
|
|
4378
|
+
<line num="208" count="16" type="stmt"/>
|
|
4379
|
+
<line num="211" count="4" type="stmt"/>
|
|
4380
|
+
<line num="212" count="1" type="stmt"/>
|
|
4381
|
+
<line num="214" count="1" type="stmt"/>
|
|
4382
|
+
<line num="215" count="2" type="stmt"/>
|
|
4383
|
+
<line num="218" count="1" type="cond" truecount="2" falsecount="0"/>
|
|
4384
|
+
<line num="219" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
4385
|
+
<line num="222" count="1" type="stmt"/>
|
|
4386
|
+
</file>
|
|
4387
|
+
<file name="UiRadioSwitchOption.vue" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/remote/components/radio-switch/UiRadioSwitchOption.vue">
|
|
4388
|
+
<metrics statements="44" coveredstatements="33" conditionals="26" coveredconditionals="14" methods="9" coveredmethods="7"/>
|
|
4389
|
+
<line num="41" count="0" type="stmt"/>
|
|
4390
|
+
<line num="45" count="1" type="stmt"/>
|
|
4391
|
+
<line num="59" count="1" type="stmt"/>
|
|
4392
|
+
<line num="98" count="7" type="stmt"/>
|
|
4393
|
+
<line num="130" count="7" type="stmt"/>
|
|
4394
|
+
<line num="132" count="7" type="stmt"/>
|
|
4395
|
+
<line num="133" count="7" type="stmt"/>
|
|
4396
|
+
<line num="134" count="7" type="stmt"/>
|
|
4397
|
+
<line num="135" count="7" type="stmt"/>
|
|
4398
|
+
<line num="136" count="7" type="stmt"/>
|
|
4399
|
+
<line num="137" count="7" type="stmt"/>
|
|
4400
|
+
<line num="138" count="7" type="stmt"/>
|
|
4401
|
+
<line num="139" count="7" type="stmt"/>
|
|
4402
|
+
<line num="141" count="7" type="stmt"/>
|
|
4403
|
+
<line num="142" count="7" type="stmt"/>
|
|
4404
|
+
<line num="143" count="7" type="stmt"/>
|
|
4405
|
+
<line num="146" count="13" type="cond" truecount="2" falsecount="0"/>
|
|
4406
|
+
<line num="162" count="7" type="stmt"/>
|
|
4407
|
+
<line num="163" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
4408
|
+
<line num="164" count="2" type="stmt"/>
|
|
4409
|
+
<line num="165" count="2" type="stmt"/>
|
|
4410
|
+
<line num="169" count="7" type="stmt"/>
|
|
4411
|
+
<line num="170" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
4412
|
+
<line num="171" count="0" type="stmt"/>
|
|
4413
|
+
<line num="175" count="7" type="stmt"/>
|
|
4414
|
+
<line num="176" count="16" type="cond" truecount="1" falsecount="1"/>
|
|
4415
|
+
<line num="177" count="0" type="stmt"/>
|
|
4416
|
+
<line num="179" count="16" type="cond" truecount="2" falsecount="6"/>
|
|
4417
|
+
<line num="183" count="0" type="stmt"/>
|
|
4418
|
+
<line num="184" count="0" type="stmt"/>
|
|
4419
|
+
<line num="186" count="0" type="stmt"/>
|
|
4420
|
+
<line num="189" count="8" type="stmt"/>
|
|
4421
|
+
<line num="191" count="8" type="stmt"/>
|
|
4422
|
+
<line num="194" count="0" type="stmt"/>
|
|
4423
|
+
<line num="196" count="0" type="stmt"/>
|
|
4424
|
+
<line num="198" count="8" type="stmt"/>
|
|
4425
|
+
<line num="200" count="8" type="stmt"/>
|
|
4426
|
+
<line num="202" count="0" type="stmt"/>
|
|
4427
|
+
<line num="203" count="0" type="stmt"/>
|
|
4428
|
+
<line num="207" count="7" type="stmt"/>
|
|
4429
|
+
<line num="209" count="41" type="stmt"/>
|
|
4430
|
+
<line num="211" count="71" type="stmt"/>
|
|
4431
|
+
<line num="212" count="16" type="stmt"/>
|
|
4432
|
+
<line num="217" count="7" type="stmt"/>
|
|
4433
|
+
</file>
|
|
4434
|
+
<file name="parts.ts" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/remote/components/radio-switch/parts.ts">
|
|
4435
|
+
<metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
4436
|
+
<line num="18" count="1" type="stmt"/>
|
|
4437
|
+
<line num="23" count="1" type="stmt"/>
|
|
4438
|
+
<line num="25" count="1" type="stmt"/>
|
|
4439
|
+
<line num="31" count="1" type="stmt"/>
|
|
4440
|
+
</file>
|
|
4441
|
+
</package>
|
|
3764
4442
|
<package name="packages.v1-components.src.remote.components.select">
|
|
3765
4443
|
<metrics statements="265" coveredstatements="136" conditionals="157" coveredconditionals="69" methods="108" coveredmethods="44"/>
|
|
3766
4444
|
<file name="UiSelect.vue" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/remote/components/select/UiSelect.vue">
|
|
@@ -4045,94 +4723,94 @@
|
|
|
4045
4723
|
</file>
|
|
4046
4724
|
</package>
|
|
4047
4725
|
<package name="packages.v1-components.src.remote.components.table">
|
|
4048
|
-
<metrics statements="246" coveredstatements="
|
|
4726
|
+
<metrics statements="246" coveredstatements="192" conditionals="170" coveredconditionals="88" methods="99" coveredmethods="76"/>
|
|
4049
4727
|
<file name="UiTable.vue" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/remote/components/table/UiTable.vue">
|
|
4050
4728
|
<metrics statements="116" coveredstatements="94" conditionals="70" coveredconditionals="41" methods="68" coveredmethods="52"/>
|
|
4051
|
-
<line num="47" count="
|
|
4052
|
-
<line num="52" count="
|
|
4729
|
+
<line num="47" count="2" type="stmt"/>
|
|
4730
|
+
<line num="52" count="12" type="cond" truecount="1" falsecount="1"/>
|
|
4053
4731
|
<line num="53" count="0" type="stmt"/>
|
|
4054
|
-
<line num="56" count="
|
|
4055
|
-
<line num="59" count="
|
|
4056
|
-
<line num="63" count="
|
|
4057
|
-
<line num="65" count="
|
|
4058
|
-
<line num="70" count="
|
|
4732
|
+
<line num="56" count="12" type="stmt"/>
|
|
4733
|
+
<line num="59" count="2" type="stmt"/>
|
|
4734
|
+
<line num="63" count="12" type="cond" truecount="2" falsecount="0"/>
|
|
4735
|
+
<line num="65" count="2" type="stmt"/>
|
|
4736
|
+
<line num="70" count="14" type="cond" truecount="1" falsecount="1"/>
|
|
4059
4737
|
<line num="71" count="0" type="stmt"/>
|
|
4060
|
-
<line num="74" count="
|
|
4061
|
-
<line num="80" count="
|
|
4062
|
-
<line num="82" count="
|
|
4063
|
-
<line num="83" count="
|
|
4738
|
+
<line num="74" count="14" type="cond" truecount="1" falsecount="1"/>
|
|
4739
|
+
<line num="80" count="14" type="stmt"/>
|
|
4740
|
+
<line num="82" count="14" type="cond" truecount="3" falsecount="1"/>
|
|
4741
|
+
<line num="83" count="14" type="stmt"/>
|
|
4064
4742
|
<line num="87" count="0" type="stmt"/>
|
|
4065
|
-
<line num="90" count="
|
|
4066
|
-
<line num="91" count="
|
|
4067
|
-
<line num="92" count="
|
|
4068
|
-
<line num="94" count="
|
|
4069
|
-
<line num="97" count="
|
|
4743
|
+
<line num="90" count="2" type="stmt"/>
|
|
4744
|
+
<line num="91" count="11" type="stmt"/>
|
|
4745
|
+
<line num="92" count="11" type="stmt"/>
|
|
4746
|
+
<line num="94" count="11" type="stmt"/>
|
|
4747
|
+
<line num="97" count="2" type="stmt"/>
|
|
4070
4748
|
<line num="104" count="0" type="stmt"/>
|
|
4071
4749
|
<line num="155" count="2" type="stmt"/>
|
|
4072
4750
|
<line num="156" count="2" type="stmt"/>
|
|
4073
4751
|
<line num="158" count="2" type="stmt"/>
|
|
4074
|
-
<line num="163" count="
|
|
4075
|
-
<line num="164" count="
|
|
4076
|
-
<line num="166" count="
|
|
4077
|
-
<line num="171" count="
|
|
4752
|
+
<line num="163" count="5" type="stmt"/>
|
|
4753
|
+
<line num="164" count="5" type="stmt"/>
|
|
4754
|
+
<line num="166" count="5" type="stmt"/>
|
|
4755
|
+
<line num="171" count="5" type="stmt"/>
|
|
4078
4756
|
<line num="172" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
4079
4757
|
<line num="173" count="0" type="stmt"/>
|
|
4080
|
-
<line num="177" count="
|
|
4758
|
+
<line num="177" count="5" type="stmt"/>
|
|
4081
4759
|
<line num="178" count="0" type="stmt"/>
|
|
4082
|
-
<line num="181" count="
|
|
4760
|
+
<line num="181" count="5" type="stmt"/>
|
|
4083
4761
|
<line num="182" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
4084
4762
|
<line num="183" count="0" type="stmt"/>
|
|
4085
|
-
<line num="187" count="
|
|
4763
|
+
<line num="187" count="5" type="stmt"/>
|
|
4086
4764
|
<line num="188" count="0" type="stmt"/>
|
|
4087
|
-
<line num="191" count="
|
|
4088
|
-
<line num="198" count="
|
|
4765
|
+
<line num="191" count="5" type="stmt"/>
|
|
4766
|
+
<line num="198" count="6" type="stmt"/>
|
|
4089
4767
|
<line num="199" count="1" type="stmt"/>
|
|
4090
4768
|
<line num="200" count="2" type="stmt"/>
|
|
4091
4769
|
<line num="202" count="1" type="stmt"/>
|
|
4092
4770
|
<line num="204" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
4093
4771
|
<line num="205" count="0" type="stmt"/>
|
|
4094
|
-
<line num="209" count="
|
|
4095
|
-
<line num="211" count="
|
|
4096
|
-
<line num="212" count="
|
|
4097
|
-
<line num="217" count="
|
|
4098
|
-
<line num="220" count="
|
|
4099
|
-
<line num="227" count="
|
|
4100
|
-
<line num="228" count="
|
|
4101
|
-
<line num="233" count="
|
|
4102
|
-
<line num="236" count="
|
|
4103
|
-
<line num="238" count="
|
|
4104
|
-
<line num="239" count="
|
|
4105
|
-
<line num="242" count="
|
|
4106
|
-
<line num="246" count="
|
|
4107
|
-
<line num="247" count="
|
|
4108
|
-
<line num="248" count="
|
|
4109
|
-
<line num="252" count="
|
|
4110
|
-
<line num="255" count="
|
|
4772
|
+
<line num="209" count="9" type="cond" truecount="1" falsecount="1"/>
|
|
4773
|
+
<line num="211" count="5" type="stmt"/>
|
|
4774
|
+
<line num="212" count="9" type="cond" truecount="2" falsecount="0"/>
|
|
4775
|
+
<line num="217" count="5" type="stmt"/>
|
|
4776
|
+
<line num="220" count="9" type="stmt"/>
|
|
4777
|
+
<line num="227" count="5" type="stmt"/>
|
|
4778
|
+
<line num="228" count="10" type="stmt"/>
|
|
4779
|
+
<line num="233" count="34" type="stmt"/>
|
|
4780
|
+
<line num="236" count="9" type="cond" truecount="2" falsecount="0"/>
|
|
4781
|
+
<line num="238" count="5" type="stmt"/>
|
|
4782
|
+
<line num="239" count="9" type="stmt"/>
|
|
4783
|
+
<line num="242" count="9" type="stmt"/>
|
|
4784
|
+
<line num="246" count="11" type="stmt"/>
|
|
4785
|
+
<line num="247" count="11" type="stmt"/>
|
|
4786
|
+
<line num="248" count="11" type="stmt"/>
|
|
4787
|
+
<line num="252" count="5" type="stmt"/>
|
|
4788
|
+
<line num="255" count="9" type="stmt"/>
|
|
4111
4789
|
<line num="262" count="1" type="stmt"/>
|
|
4112
4790
|
<line num="263" count="1" type="stmt"/>
|
|
4113
4791
|
<line num="264" count="1" type="stmt"/>
|
|
4114
|
-
<line num="269" count="
|
|
4792
|
+
<line num="269" count="5" type="stmt"/>
|
|
4115
4793
|
<line num="270" count="2" type="stmt"/>
|
|
4116
|
-
<line num="273" count="
|
|
4117
|
-
<line num="278" count="
|
|
4118
|
-
<line num="280" count="
|
|
4794
|
+
<line num="273" count="5" type="stmt"/>
|
|
4795
|
+
<line num="278" count="11" type="stmt"/>
|
|
4796
|
+
<line num="280" count="11" type="stmt"/>
|
|
4119
4797
|
<line num="287" count="2" type="stmt"/>
|
|
4120
|
-
<line num="294" count="
|
|
4121
|
-
<line num="301" count="
|
|
4798
|
+
<line num="294" count="16" type="stmt"/>
|
|
4799
|
+
<line num="301" count="16" type="stmt"/>
|
|
4122
4800
|
<line num="306" count="0" type="stmt"/>
|
|
4123
4801
|
<line num="308" count="0" type="stmt"/>
|
|
4124
|
-
<line num="317" count="
|
|
4802
|
+
<line num="317" count="5" type="stmt"/>
|
|
4125
4803
|
<line num="322" count="1" type="stmt"/>
|
|
4126
4804
|
<line num="327" count="1" type="stmt"/>
|
|
4127
4805
|
<line num="331" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
4128
4806
|
<line num="332" count="1" type="stmt"/>
|
|
4129
4807
|
<line num="335" count="1" type="stmt"/>
|
|
4130
4808
|
<line num="338" count="0" type="stmt"/>
|
|
4131
|
-
<line num="342" count="
|
|
4809
|
+
<line num="342" count="5" type="stmt"/>
|
|
4132
4810
|
<line num="344" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
4133
|
-
<line num="346" count="
|
|
4134
|
-
<line num="350" count="
|
|
4135
|
-
<line num="351" count="
|
|
4811
|
+
<line num="346" count="5" type="stmt"/>
|
|
4812
|
+
<line num="350" count="9" type="cond" truecount="2" falsecount="0"/>
|
|
4813
|
+
<line num="351" count="8" type="stmt"/>
|
|
4136
4814
|
<line num="354" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
4137
4815
|
<line num="355" count="1" type="stmt"/>
|
|
4138
4816
|
<line num="356" count="1" type="stmt"/>
|
|
@@ -4146,162 +4824,162 @@
|
|
|
4146
4824
|
<line num="387" count="0" type="stmt"/>
|
|
4147
4825
|
<line num="389" count="0" type="stmt"/>
|
|
4148
4826
|
<line num="392" count="0" type="stmt"/>
|
|
4149
|
-
<line num="396" count="
|
|
4150
|
-
<line num="400" count="
|
|
4151
|
-
<line num="402" count="
|
|
4152
|
-
<line num="403" count="
|
|
4153
|
-
<line num="404" count="
|
|
4154
|
-
<line num="405" count="
|
|
4155
|
-
<line num="406" count="
|
|
4156
|
-
<line num="407" count="
|
|
4157
|
-
<line num="409" count="
|
|
4158
|
-
<line num="411" count="
|
|
4159
|
-
<line num="419" count="
|
|
4160
|
-
<line num="423" count="
|
|
4161
|
-
<line num="426" count="
|
|
4827
|
+
<line num="396" count="7" type="stmt"/>
|
|
4828
|
+
<line num="400" count="9" type="stmt"/>
|
|
4829
|
+
<line num="402" count="9" type="stmt"/>
|
|
4830
|
+
<line num="403" count="9" type="stmt"/>
|
|
4831
|
+
<line num="404" count="9" type="stmt"/>
|
|
4832
|
+
<line num="405" count="9" type="stmt"/>
|
|
4833
|
+
<line num="406" count="9" type="stmt"/>
|
|
4834
|
+
<line num="407" count="9" type="stmt"/>
|
|
4835
|
+
<line num="409" count="9" type="stmt"/>
|
|
4836
|
+
<line num="411" count="14" type="stmt"/>
|
|
4837
|
+
<line num="419" count="13" type="stmt"/>
|
|
4838
|
+
<line num="423" count="13" type="stmt"/>
|
|
4839
|
+
<line num="426" count="9" type="cond" truecount="1" falsecount="1"/>
|
|
4162
4840
|
<line num="427" count="0" type="stmt"/>
|
|
4163
|
-
<line num="430" count="
|
|
4841
|
+
<line num="430" count="9" type="cond" truecount="2" falsecount="0"/>
|
|
4164
4842
|
<line num="431" count="1" type="stmt"/>
|
|
4165
4843
|
<line num="433" count="1" type="stmt"/>
|
|
4166
|
-
<line num="437" count="
|
|
4844
|
+
<line num="437" count="10" type="stmt"/>
|
|
4167
4845
|
</file>
|
|
4168
4846
|
<file name="UiTableColumn.vue" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/remote/components/table/UiTableColumn.vue">
|
|
4169
4847
|
<metrics statements="4" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="4" coveredmethods="0"/>
|
|
4170
|
-
<line num="8" count="
|
|
4848
|
+
<line num="8" count="2" type="stmt"/>
|
|
4171
4849
|
<line num="35" count="0" type="stmt"/>
|
|
4172
4850
|
<line num="41" count="0" type="stmt"/>
|
|
4173
4851
|
<line num="61" count="0" type="stmt"/>
|
|
4174
4852
|
</file>
|
|
4175
4853
|
<file name="parts.ts" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/remote/components/table/parts.ts">
|
|
4176
|
-
<metrics statements="18" coveredstatements="
|
|
4177
|
-
<line num="
|
|
4178
|
-
<line num="
|
|
4179
|
-
<line num="
|
|
4180
|
-
<line num="
|
|
4181
|
-
<line num="
|
|
4182
|
-
<line num="
|
|
4183
|
-
<line num="
|
|
4184
|
-
<line num="
|
|
4185
|
-
<line num="
|
|
4186
|
-
<line num="
|
|
4187
|
-
<line num="
|
|
4188
|
-
<line num="
|
|
4189
|
-
<line num="
|
|
4190
|
-
<line num="
|
|
4191
|
-
<line num="
|
|
4192
|
-
<line num="
|
|
4193
|
-
<line num="
|
|
4194
|
-
<line num="
|
|
4854
|
+
<metrics statements="18" coveredstatements="18" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
4855
|
+
<line num="21" count="1" type="stmt"/>
|
|
4856
|
+
<line num="26" count="1" type="stmt"/>
|
|
4857
|
+
<line num="28" count="1" type="stmt"/>
|
|
4858
|
+
<line num="33" count="1" type="stmt"/>
|
|
4859
|
+
<line num="35" count="1" type="stmt"/>
|
|
4860
|
+
<line num="41" count="1" type="stmt"/>
|
|
4861
|
+
<line num="48" count="1" type="stmt"/>
|
|
4862
|
+
<line num="53" count="1" type="stmt"/>
|
|
4863
|
+
<line num="55" count="1" type="stmt"/>
|
|
4864
|
+
<line num="60" count="1" type="stmt"/>
|
|
4865
|
+
<line num="62" count="1" type="stmt"/>
|
|
4866
|
+
<line num="68" count="1" type="stmt"/>
|
|
4867
|
+
<line num="75" count="1" type="stmt"/>
|
|
4868
|
+
<line num="80" count="1" type="stmt"/>
|
|
4869
|
+
<line num="82" count="1" type="stmt"/>
|
|
4870
|
+
<line num="87" count="1" type="stmt"/>
|
|
4871
|
+
<line num="89" count="1" type="stmt"/>
|
|
4872
|
+
<line num="95" count="1" type="stmt"/>
|
|
4195
4873
|
</file>
|
|
4196
4874
|
<file name="render.ts" path="/home/runner/work/embed-ui/embed-ui/packages/v1-components/src/remote/components/table/render.ts">
|
|
4197
4875
|
<metrics statements="108" coveredstatements="79" conditionals="100" coveredconditionals="47" methods="27" coveredmethods="24"/>
|
|
4198
|
-
<line num="53" count="
|
|
4876
|
+
<line num="53" count="2" type="stmt"/>
|
|
4199
4877
|
<line num="54" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
4200
4878
|
<line num="55" count="0" type="stmt"/>
|
|
4201
4879
|
<line num="58" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
4202
|
-
<line num="61" count="
|
|
4203
|
-
<line num="62" count="
|
|
4204
|
-
<line num="65" count="
|
|
4205
|
-
<line num="67" count="
|
|
4206
|
-
<line num="68" count="
|
|
4207
|
-
<line num="70" count="
|
|
4208
|
-
<line num="71" count="
|
|
4880
|
+
<line num="61" count="2" type="stmt"/>
|
|
4881
|
+
<line num="62" count="14" type="cond" truecount="1" falsecount="1"/>
|
|
4882
|
+
<line num="65" count="2" type="stmt"/>
|
|
4883
|
+
<line num="67" count="2" type="stmt"/>
|
|
4884
|
+
<line num="68" count="10" type="stmt"/>
|
|
4885
|
+
<line num="70" count="10" type="stmt"/>
|
|
4886
|
+
<line num="71" count="16" type="cond" truecount="1" falsecount="1"/>
|
|
4209
4887
|
<line num="72" count="0" type="stmt"/>
|
|
4210
4888
|
<line num="73" count="0" type="stmt"/>
|
|
4211
|
-
<line num="76" count="
|
|
4889
|
+
<line num="76" count="16" type="cond" truecount="1" falsecount="1"/>
|
|
4212
4890
|
<line num="77" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
4213
4891
|
<line num="78" count="0" type="stmt"/>
|
|
4214
4892
|
<line num="81" count="0" type="stmt"/>
|
|
4215
|
-
<line num="84" count="
|
|
4893
|
+
<line num="84" count="16" type="cond" truecount="1" falsecount="1"/>
|
|
4216
4894
|
<line num="85" count="0" type="stmt"/>
|
|
4217
4895
|
<line num="86" count="0" type="stmt"/>
|
|
4218
|
-
<line num="89" count="
|
|
4896
|
+
<line num="89" count="16" type="cond" truecount="1" falsecount="1"/>
|
|
4219
4897
|
<line num="90" count="0" type="stmt"/>
|
|
4220
|
-
<line num="93" count="
|
|
4898
|
+
<line num="93" count="16" type="cond" truecount="2" falsecount="0"/>
|
|
4221
4899
|
<line num="94" count="1" type="stmt"/>
|
|
4222
|
-
<line num="97" count="
|
|
4900
|
+
<line num="97" count="15" type="cond" truecount="2" falsecount="0"/>
|
|
4223
4901
|
<line num="98" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
4224
4902
|
<line num="100" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
4225
4903
|
<line num="101" count="1" type="stmt"/>
|
|
4226
4904
|
<line num="104" count="1" type="stmt"/>
|
|
4227
|
-
<line num="107" count="
|
|
4905
|
+
<line num="107" count="14" type="cond" truecount="2" falsecount="2"/>
|
|
4228
4906
|
<line num="108" count="0" type="stmt"/>
|
|
4229
4907
|
<line num="109" count="0" type="stmt"/>
|
|
4230
|
-
<line num="112" count="
|
|
4231
|
-
<line num="115" count="
|
|
4232
|
-
<line num="118" count="
|
|
4233
|
-
<line num="120" count="
|
|
4234
|
-
<line num="122" count="
|
|
4235
|
-
<line num="123" count="
|
|
4236
|
-
<line num="126" count="
|
|
4237
|
-
<line num="127" count="
|
|
4238
|
-
<line num="130" count="
|
|
4239
|
-
<line num="131" count="
|
|
4240
|
-
<line num="133" count="
|
|
4908
|
+
<line num="112" count="14" type="stmt"/>
|
|
4909
|
+
<line num="115" count="10" type="stmt"/>
|
|
4910
|
+
<line num="118" count="14" type="cond" truecount="2" falsecount="0"/>
|
|
4911
|
+
<line num="120" count="14" type="cond" truecount="1" falsecount="1"/>
|
|
4912
|
+
<line num="122" count="2" type="stmt"/>
|
|
4913
|
+
<line num="123" count="14" type="cond" truecount="1" falsecount="1"/>
|
|
4914
|
+
<line num="126" count="2" type="stmt"/>
|
|
4915
|
+
<line num="127" count="14" type="cond" truecount="1" falsecount="1"/>
|
|
4916
|
+
<line num="130" count="2" type="stmt"/>
|
|
4917
|
+
<line num="131" count="14" type="stmt"/>
|
|
4918
|
+
<line num="133" count="14" type="cond" truecount="4" falsecount="1"/>
|
|
4241
4919
|
<line num="134" count="0" type="stmt"/>
|
|
4242
|
-
<line num="137" count="
|
|
4243
|
-
<line num="139" count="
|
|
4244
|
-
<line num="146" count="
|
|
4245
|
-
<line num="149" count="
|
|
4920
|
+
<line num="137" count="14" type="stmt"/>
|
|
4921
|
+
<line num="139" count="14" type="stmt"/>
|
|
4922
|
+
<line num="146" count="2" type="stmt"/>
|
|
4923
|
+
<line num="149" count="28" type="cond" truecount="1" falsecount="1"/>
|
|
4246
4924
|
<line num="150" count="0" type="stmt"/>
|
|
4247
|
-
<line num="153" count="
|
|
4248
|
-
<line num="156" count="
|
|
4249
|
-
<line num="157" count="
|
|
4250
|
-
<line num="158" count="
|
|
4251
|
-
<line num="161" count="
|
|
4252
|
-
<line num="162" count="
|
|
4253
|
-
<line num="164" count="
|
|
4254
|
-
<line num="182" count="
|
|
4255
|
-
<line num="183" count="
|
|
4256
|
-
<line num="184" count="
|
|
4925
|
+
<line num="153" count="34" type="stmt"/>
|
|
4926
|
+
<line num="156" count="2" type="stmt"/>
|
|
4927
|
+
<line num="157" count="9" type="stmt"/>
|
|
4928
|
+
<line num="158" count="14" type="stmt"/>
|
|
4929
|
+
<line num="161" count="14" type="cond" truecount="1" falsecount="1"/>
|
|
4930
|
+
<line num="162" count="14" type="stmt"/>
|
|
4931
|
+
<line num="164" count="14" type="stmt"/>
|
|
4932
|
+
<line num="182" count="2" type="stmt"/>
|
|
4933
|
+
<line num="183" count="34" type="cond" truecount="1" falsecount="1"/>
|
|
4934
|
+
<line num="184" count="34" type="stmt"/>
|
|
4257
4935
|
<line num="187" count="0" type="stmt"/>
|
|
4258
4936
|
<line num="189" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
4259
4937
|
<line num="190" count="0" type="stmt"/>
|
|
4260
4938
|
<line num="193" count="0" type="stmt"/>
|
|
4261
|
-
<line num="196" count="
|
|
4262
|
-
<line num="198" count="
|
|
4263
|
-
<line num="200" count="
|
|
4264
|
-
<line num="203" count="
|
|
4265
|
-
<line num="205" count="
|
|
4266
|
-
<line num="215" count="
|
|
4267
|
-
<line num="217" count="
|
|
4268
|
-
<line num="218" count="
|
|
4269
|
-
<line num="219" count="
|
|
4270
|
-
<line num="220" count="
|
|
4271
|
-
<line num="221" count="
|
|
4272
|
-
<line num="222" count="
|
|
4273
|
-
<line num="223" count="
|
|
4274
|
-
<line num="225" count="
|
|
4275
|
-
<line num="226" count="
|
|
4939
|
+
<line num="196" count="2" type="stmt"/>
|
|
4940
|
+
<line num="198" count="13" type="cond" truecount="2" falsecount="0"/>
|
|
4941
|
+
<line num="200" count="2" type="stmt"/>
|
|
4942
|
+
<line num="203" count="16" type="cond" truecount="2" falsecount="1"/>
|
|
4943
|
+
<line num="205" count="2" type="stmt"/>
|
|
4944
|
+
<line num="215" count="15" type="stmt"/>
|
|
4945
|
+
<line num="217" count="10" type="stmt"/>
|
|
4946
|
+
<line num="218" count="12" type="stmt"/>
|
|
4947
|
+
<line num="219" count="12" type="stmt"/>
|
|
4948
|
+
<line num="220" count="12" type="stmt"/>
|
|
4949
|
+
<line num="221" count="12" type="stmt"/>
|
|
4950
|
+
<line num="222" count="12" type="stmt"/>
|
|
4951
|
+
<line num="223" count="12" type="stmt"/>
|
|
4952
|
+
<line num="225" count="12" type="stmt"/>
|
|
4953
|
+
<line num="226" count="17" type="cond" truecount="1" falsecount="1"/>
|
|
4276
4954
|
<line num="227" count="0" type="stmt"/>
|
|
4277
4955
|
<line num="228" count="0" type="stmt"/>
|
|
4278
|
-
<line num="231" count="
|
|
4956
|
+
<line num="231" count="17" type="cond" truecount="1" falsecount="1"/>
|
|
4279
4957
|
<line num="232" count="0" type="stmt"/>
|
|
4280
4958
|
<line num="233" count="0" type="stmt"/>
|
|
4281
|
-
<line num="236" count="
|
|
4282
|
-
<line num="245" count="
|
|
4283
|
-
<line num="246" count="
|
|
4284
|
-
<line num="247" count="
|
|
4285
|
-
<line num="248" count="
|
|
4286
|
-
<line num="250" count="
|
|
4959
|
+
<line num="236" count="17" type="stmt"/>
|
|
4960
|
+
<line num="245" count="17" type="stmt"/>
|
|
4961
|
+
<line num="246" count="17" type="stmt"/>
|
|
4962
|
+
<line num="247" count="17" type="cond" truecount="2" falsecount="2"/>
|
|
4963
|
+
<line num="248" count="17" type="cond" truecount="2" falsecount="2"/>
|
|
4964
|
+
<line num="250" count="17" type="cond" truecount="1" falsecount="1"/>
|
|
4287
4965
|
<line num="251" count="0" type="stmt"/>
|
|
4288
|
-
<line num="254" count="
|
|
4966
|
+
<line num="254" count="17" type="cond" truecount="1" falsecount="1"/>
|
|
4289
4967
|
<line num="255" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
4290
4968
|
<line num="256" count="0" type="stmt"/>
|
|
4291
|
-
<line num="263" count="
|
|
4292
|
-
<line num="271" count="
|
|
4293
|
-
<line num="288" count="
|
|
4969
|
+
<line num="263" count="17" type="stmt"/>
|
|
4970
|
+
<line num="271" count="12" type="stmt"/>
|
|
4971
|
+
<line num="288" count="2" type="stmt"/>
|
|
4294
4972
|
<line num="289" count="1" type="cond" truecount="2" falsecount="2"/>
|
|
4295
4973
|
<line num="290" count="1" type="stmt"/>
|
|
4296
4974
|
<line num="293" count="0" type="cond" truecount="0" falsecount="6"/>
|
|
4297
|
-
<line num="301" count="
|
|
4975
|
+
<line num="301" count="2" type="stmt"/>
|
|
4298
4976
|
<line num="302" count="1" type="stmt"/>
|
|
4299
4977
|
<line num="304" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
4300
4978
|
<line num="305" count="0" type="stmt"/>
|
|
4301
4979
|
<line num="308" count="1" type="stmt"/>
|
|
4302
|
-
<line num="311" count="
|
|
4980
|
+
<line num="311" count="2" type="stmt"/>
|
|
4303
4981
|
<line num="315" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
4304
|
-
<line num="318" count="
|
|
4982
|
+
<line num="318" count="2" type="stmt"/>
|
|
4305
4983
|
<line num="321" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
4306
4984
|
</file>
|
|
4307
4985
|
</package>
|