@itwin/reports-config-widget-react 0.0.1 → 0.0.4
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/.rush/temp/package-deps_rebuild.json +11 -9
- package/.rush/temp/shrinkwrap-deps.json +52 -56
- package/CHANGELOG.json +45 -0
- package/CHANGELOG.md +25 -1
- package/README.md +3 -3
- package/coverage/clover.xml +116 -112
- package/coverage/coverage-final.json +14 -14
- package/coverage/lcov-report/index.html +19 -19
- package/coverage/lcov-report/src/ReportsConfigWidget.ts.html +2 -2
- package/coverage/lcov-report/src/index.html +1 -1
- package/coverage/lcov-report/src/test/index.html +1 -1
- package/coverage/lcov-report/src/test/test-utils.tsx.html +1 -1
- package/coverage/lcov-report/src/widget/ReportsConfigUiProvider.tsx.html +1 -1
- package/coverage/lcov-report/src/widget/components/ActionPanel.tsx.html +2 -2
- package/coverage/lcov-report/src/widget/components/AddMappingsModal.tsx.html +10 -10
- package/coverage/lcov-report/src/widget/components/DeleteModal.tsx.html +4 -4
- package/coverage/lcov-report/src/widget/components/Extraction.tsx.html +20 -20
- package/coverage/lcov-report/src/widget/components/HorizontalTile.tsx.html +2 -2
- package/coverage/lcov-report/src/widget/components/LocalizedTablePaginator.tsx.html +1 -1
- package/coverage/lcov-report/src/widget/components/ReportAction.tsx.html +10 -10
- package/coverage/lcov-report/src/widget/components/ReportMappings.tsx.html +21 -21
- package/coverage/lcov-report/src/widget/components/Reports.tsx.html +19 -19
- package/coverage/lcov-report/src/widget/components/ReportsContainer.tsx.html +53 -23
- package/coverage/lcov-report/src/widget/components/SearchBar.tsx.html +5 -5
- package/coverage/lcov-report/src/widget/components/SelectIModel.tsx.html +1 -1
- package/coverage/lcov-report/src/widget/components/index.html +19 -19
- package/coverage/lcov-report/src/widget/components/utils.tsx.html +5 -5
- package/coverage/lcov-report/src/widget/context/ReportsApiConfigContext.tsx.html +4 -4
- package/coverage/lcov-report/src/widget/context/index.html +1 -1
- package/coverage/lcov-report/src/widget/hooks/index.html +1 -1
- package/coverage/lcov-report/src/widget/hooks/useValidator.ts.html +11 -11
- package/coverage/lcov-report/src/widget/index.html +1 -1
- package/coverage/lcov.info +244 -230
- package/lib/cjs/test/ReportAction.test.js +3 -3
- package/lib/cjs/test/ReportAction.test.js.map +1 -1
- package/lib/cjs/test/ReportMappings.test.js +23 -25
- package/lib/cjs/test/ReportMappings.test.js.map +1 -1
- package/lib/cjs/test/Reports.test.js +3 -3
- package/lib/cjs/test/Reports.test.js.map +1 -1
- package/lib/cjs/tsconfig.tsbuildinfo +1 -1
- package/lib/cjs/widget/components/Extraction.js +1 -2
- package/lib/cjs/widget/components/Extraction.js.map +1 -1
- package/lib/cjs/widget/components/Extraction.scss +1 -1
- package/lib/cjs/widget/components/ReportsContainer.d.ts.map +1 -1
- package/lib/cjs/widget/components/ReportsContainer.js +16 -6
- package/lib/cjs/widget/components/ReportsContainer.js.map +1 -1
- package/lib/esm/test/ReportAction.test.js +3 -3
- package/lib/esm/test/ReportAction.test.js.map +1 -1
- package/lib/esm/test/ReportMappings.test.js +23 -25
- package/lib/esm/test/ReportMappings.test.js.map +1 -1
- package/lib/esm/test/Reports.test.js +3 -3
- package/lib/esm/test/Reports.test.js.map +1 -1
- package/lib/esm/tsconfig.tsbuildinfo +1 -1
- package/lib/esm/widget/components/Extraction.js +1 -2
- package/lib/esm/widget/components/Extraction.js.map +1 -1
- package/lib/esm/widget/components/Extraction.scss +1 -1
- package/lib/esm/widget/components/ReportsContainer.d.ts.map +1 -1
- package/lib/esm/widget/components/ReportsContainer.js +16 -6
- package/lib/esm/widget/components/ReportsContainer.js.map +1 -1
- package/package.json +4 -4
- package/reports-config-widget-react.build.error.log +4 -4
- package/reports-config-widget-react.build.log +9 -9
- package/src/test/ReportAction.test.tsx +3 -3
- package/src/test/ReportMappings.test.tsx +25 -30
- package/src/test/Reports.test.tsx +3 -3
- package/src/widget/components/Extraction.scss +1 -1
- package/src/widget/components/Extraction.tsx +2 -2
- package/src/widget/components/ReportsContainer.tsx +25 -15
package/coverage/clover.xml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<coverage generated="
|
|
3
|
-
<project timestamp="
|
|
4
|
-
<metrics statements="
|
|
2
|
+
<coverage generated="1659016238539" clover="3.2.0">
|
|
3
|
+
<project timestamp="1659016238539" name="All files">
|
|
4
|
+
<metrics statements="538" coveredstatements="469" conditionals="336" coveredconditionals="234" methods="119" coveredmethods="101" elements="993" coveredelements="804" complexity="0" loc="538" ncloc="538" packages="6" files="18" classes="18"/>
|
|
5
5
|
<package name="src">
|
|
6
6
|
<metrics statements="9" coveredstatements="9" conditionals="4" coveredconditionals="3" methods="4" coveredmethods="4"/>
|
|
7
7
|
<file name="ReportsConfigWidget.ts" path="/home/vsts/work/1/s/packages/itwin/reports-config-widget/src/ReportsConfigWidget.ts">
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
<line num="6" count="4" type="stmt"/>
|
|
10
10
|
<line num="8" count="4" type="stmt"/>
|
|
11
11
|
<line num="13" count="3" type="stmt"/>
|
|
12
|
-
<line num="17" count="
|
|
12
|
+
<line num="17" count="5469" type="stmt"/>
|
|
13
13
|
<line num="21" count="3" type="cond" truecount="3" falsecount="1"/>
|
|
14
14
|
<line num="23" count="3" type="stmt"/>
|
|
15
15
|
<line num="24" count="3" type="stmt"/>
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
</file>
|
|
67
67
|
</package>
|
|
68
68
|
<package name="src.widget.components">
|
|
69
|
-
<metrics statements="
|
|
69
|
+
<metrics statements="467" coveredstatements="409" conditionals="322" coveredconditionals="228" methods="99" coveredmethods="85"/>
|
|
70
70
|
<file name="ActionPanel.tsx" path="/home/vsts/work/1/s/packages/itwin/reports-config-widget/src/widget/components/ActionPanel.tsx">
|
|
71
71
|
<metrics statements="8" coveredstatements="8" conditionals="9" coveredconditionals="7" methods="1" coveredmethods="1"/>
|
|
72
72
|
<line num="5" count="4" type="stmt"/>
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
<line num="8" count="4" type="stmt"/>
|
|
76
76
|
<line num="9" count="4" type="stmt"/>
|
|
77
77
|
<line num="20" count="4" type="stmt"/>
|
|
78
|
-
<line num="28" count="
|
|
78
|
+
<line num="28" count="278" type="stmt"/>
|
|
79
79
|
<line num="56" count="4" type="stmt"/>
|
|
80
80
|
</file>
|
|
81
81
|
<file name="AddMappingsModal.tsx" path="/home/vsts/work/1/s/packages/itwin/reports-config-widget/src/widget/components/AddMappingsModal.tsx">
|
|
@@ -100,17 +100,17 @@
|
|
|
100
100
|
<line num="40" count="0" type="stmt"/>
|
|
101
101
|
<line num="42" count="1" type="stmt"/>
|
|
102
102
|
<line num="53" count="2" type="stmt"/>
|
|
103
|
-
<line num="59" count="
|
|
104
|
-
<line num="60" count="
|
|
105
|
-
<line num="61" count="
|
|
106
|
-
<line num="62" count="
|
|
107
|
-
<line num="63" count="
|
|
108
|
-
<line num="65" count="
|
|
103
|
+
<line num="59" count="99" type="stmt"/>
|
|
104
|
+
<line num="60" count="99" type="stmt"/>
|
|
105
|
+
<line num="61" count="99" type="stmt"/>
|
|
106
|
+
<line num="62" count="99" type="stmt"/>
|
|
107
|
+
<line num="63" count="99" type="stmt"/>
|
|
108
|
+
<line num="65" count="99" type="stmt"/>
|
|
109
109
|
<line num="66" count="7" type="cond" truecount="1" falsecount="0"/>
|
|
110
110
|
<line num="67" count="1" type="stmt"/>
|
|
111
|
-
<line num="76" count="
|
|
111
|
+
<line num="76" count="99" type="stmt"/>
|
|
112
112
|
<line num="77" count="6" type="stmt"/>
|
|
113
|
-
<line num="103" count="
|
|
113
|
+
<line num="103" count="99" type="stmt"/>
|
|
114
114
|
<line num="104" count="1" type="stmt"/>
|
|
115
115
|
<line num="105" count="1" type="cond" truecount="0" falsecount="1"/>
|
|
116
116
|
<line num="106" count="1" type="stmt"/>
|
|
@@ -121,7 +121,7 @@
|
|
|
121
121
|
<line num="118" count="1" type="stmt"/>
|
|
122
122
|
<line num="120" count="0" type="stmt"/>
|
|
123
123
|
<line num="122" count="1" type="stmt"/>
|
|
124
|
-
<line num="126" count="
|
|
124
|
+
<line num="126" count="99" type="stmt"/>
|
|
125
125
|
<line num="134" count="0" type="stmt"/>
|
|
126
126
|
<line num="154" count="153" type="stmt"/>
|
|
127
127
|
<line num="157" count="1" type="cond" truecount="2" falsecount="0"/>
|
|
@@ -135,8 +135,8 @@
|
|
|
135
135
|
<line num="15" count="4" type="stmt"/>
|
|
136
136
|
<line num="16" count="4" type="stmt"/>
|
|
137
137
|
<line num="26" count="4" type="stmt"/>
|
|
138
|
-
<line num="33" count="
|
|
139
|
-
<line num="35" count="
|
|
138
|
+
<line num="33" count="160" type="stmt"/>
|
|
139
|
+
<line num="35" count="160" type="stmt"/>
|
|
140
140
|
<line num="36" count="2" type="stmt"/>
|
|
141
141
|
<line num="37" count="2" type="stmt"/>
|
|
142
142
|
<line num="38" count="2" type="stmt"/>
|
|
@@ -144,13 +144,13 @@
|
|
|
144
144
|
<line num="40" count="2" type="stmt"/>
|
|
145
145
|
<line num="42" count="0" type="stmt"/>
|
|
146
146
|
<line num="44" count="2" type="stmt"/>
|
|
147
|
-
<line num="48" count="
|
|
147
|
+
<line num="48" count="160" type="stmt"/>
|
|
148
148
|
<line num="56" count="0" type="stmt"/>
|
|
149
149
|
<line num="87" count="0" type="stmt"/>
|
|
150
150
|
<line num="100" count="4" type="stmt"/>
|
|
151
151
|
</file>
|
|
152
152
|
<file name="Extraction.tsx" path="/home/vsts/work/1/s/packages/itwin/reports-config-widget/src/widget/components/Extraction.tsx">
|
|
153
|
-
<metrics statements="91" coveredstatements="78" conditionals="
|
|
153
|
+
<metrics statements="91" coveredstatements="78" conditionals="63" coveredconditionals="46" methods="14" coveredmethods="12"/>
|
|
154
154
|
<line num="6" count="2" type="stmt"/>
|
|
155
155
|
<line num="12" count="2" type="stmt"/>
|
|
156
156
|
<line num="13" count="2" type="stmt"/>
|
|
@@ -170,30 +170,30 @@
|
|
|
170
170
|
<line num="34" count="2" type="stmt"/>
|
|
171
171
|
<line num="35" count="2" type="stmt"/>
|
|
172
172
|
<line num="43" count="2" type="stmt"/>
|
|
173
|
-
<line num="48" count="
|
|
174
|
-
<line num="50" count="
|
|
173
|
+
<line num="48" count="156" type="stmt"/>
|
|
174
|
+
<line num="50" count="156" type="stmt"/>
|
|
175
175
|
<line num="51" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
176
176
|
<line num="52" count="0" type="stmt"/>
|
|
177
177
|
<line num="53" count="0" type="stmt"/>
|
|
178
|
-
<line num="57" count="
|
|
178
|
+
<line num="57" count="156" type="stmt"/>
|
|
179
179
|
<line num="59" count="27" type="cond" truecount="2" falsecount="0"/>
|
|
180
180
|
<line num="62" count="2" type="stmt"/>
|
|
181
181
|
<line num="64" count="27" type="stmt"/>
|
|
182
|
-
<line num="67" count="
|
|
182
|
+
<line num="67" count="156" type="cond" truecount="6" falsecount="1"/>
|
|
183
183
|
<line num="69" count="3" type="stmt"/>
|
|
184
184
|
<line num="82" count="2" type="stmt"/>
|
|
185
185
|
<line num="93" count="2" type="stmt"/>
|
|
186
186
|
<line num="106" count="2" type="stmt"/>
|
|
187
187
|
<line num="117" count="4" type="stmt"/>
|
|
188
188
|
<line num="138" count="0" type="stmt"/>
|
|
189
|
-
<line num="159" count="
|
|
189
|
+
<line num="159" count="143" type="stmt"/>
|
|
190
190
|
<line num="171" count="2" type="stmt"/>
|
|
191
|
-
<line num="178" count="
|
|
192
|
-
<line num="179" count="
|
|
193
|
-
<line num="180" count="
|
|
194
|
-
<line num="181" count="
|
|
195
|
-
<line num="182" count="
|
|
196
|
-
<line num="184" count="
|
|
191
|
+
<line num="178" count="95" type="stmt"/>
|
|
192
|
+
<line num="179" count="95" type="stmt"/>
|
|
193
|
+
<line num="180" count="95" type="stmt"/>
|
|
194
|
+
<line num="181" count="95" type="stmt"/>
|
|
195
|
+
<line num="182" count="95" type="stmt"/>
|
|
196
|
+
<line num="184" count="95" type="stmt"/>
|
|
197
197
|
<line num="185" count="1" type="stmt"/>
|
|
198
198
|
<line num="186" count="1" type="stmt"/>
|
|
199
199
|
<line num="187" count="1" type="stmt"/>
|
|
@@ -207,7 +207,7 @@
|
|
|
207
207
|
<line num="201" count="0" type="stmt"/>
|
|
208
208
|
<line num="202" count="0" type="stmt"/>
|
|
209
209
|
<line num="203" count="0" type="stmt"/>
|
|
210
|
-
<line num="207" count="
|
|
210
|
+
<line num="207" count="95" type="stmt"/>
|
|
211
211
|
<line num="208" count="8" type="cond" truecount="4" falsecount="0"/>
|
|
212
212
|
<line num="209" count="1" type="stmt"/>
|
|
213
213
|
<line num="210" count="3" type="stmt"/>
|
|
@@ -230,14 +230,14 @@
|
|
|
230
230
|
<line num="234" count="7" type="stmt"/>
|
|
231
231
|
<line num="235" count="7" type="stmt"/>
|
|
232
232
|
<line num="237" count="8" type="stmt"/>
|
|
233
|
-
<line num="240" count="
|
|
234
|
-
<line num="
|
|
235
|
-
<line num="
|
|
236
|
-
<line num="
|
|
233
|
+
<line num="240" count="95" type="stmt"/>
|
|
234
|
+
<line num="241" count="19" type="stmt"/>
|
|
235
|
+
<line num="243" count="19" type="stmt"/>
|
|
236
|
+
<line num="244" count="25" type="stmt"/>
|
|
237
237
|
<line num="252" count="19" type="stmt"/>
|
|
238
|
-
<line num="255" count="
|
|
238
|
+
<line num="255" count="95" type="stmt"/>
|
|
239
239
|
<line num="270" count="1" type="stmt"/>
|
|
240
|
-
<line num="271" count="1" type="
|
|
240
|
+
<line num="271" count="1" type="cond" truecount="2" falsecount="0"/>
|
|
241
241
|
<line num="288" count="8" type="cond" truecount="2" falsecount="1"/>
|
|
242
242
|
<line num="290" count="3" type="stmt"/>
|
|
243
243
|
<line num="295" count="0" type="stmt"/>
|
|
@@ -249,7 +249,7 @@
|
|
|
249
249
|
<line num="7" count="4" type="stmt"/>
|
|
250
250
|
<line num="8" count="4" type="stmt"/>
|
|
251
251
|
<line num="19" count="4" type="stmt"/>
|
|
252
|
-
<line num="27" count="
|
|
252
|
+
<line num="27" count="323" type="stmt"/>
|
|
253
253
|
</file>
|
|
254
254
|
<file name="LocalizedTablePaginator.tsx" path="/home/vsts/work/1/s/packages/itwin/reports-config-widget/src/widget/components/LocalizedTablePaginator.tsx">
|
|
255
255
|
<metrics statements="11" coveredstatements="11" conditionals="2" coveredconditionals="1" methods="6" coveredmethods="6"/>
|
|
@@ -277,11 +277,11 @@
|
|
|
277
277
|
<line num="18" count="4" type="stmt"/>
|
|
278
278
|
<line num="19" count="4" type="stmt"/>
|
|
279
279
|
<line num="27" count="4" type="stmt"/>
|
|
280
|
-
<line num="28" count="
|
|
281
|
-
<line num="29" count="
|
|
282
|
-
<line num="33" count="
|
|
283
|
-
<line num="34" count="
|
|
284
|
-
<line num="36" count="
|
|
280
|
+
<line num="28" count="267" type="stmt"/>
|
|
281
|
+
<line num="29" count="267" type="stmt"/>
|
|
282
|
+
<line num="33" count="267" type="stmt"/>
|
|
283
|
+
<line num="34" count="267" type="stmt"/>
|
|
284
|
+
<line num="36" count="267" type="stmt"/>
|
|
285
285
|
<line num="37" count="5" type="stmt"/>
|
|
286
286
|
<line num="38" count="5" type="cond" truecount="1" falsecount="0"/>
|
|
287
287
|
<line num="39" count="4" type="stmt"/>
|
|
@@ -294,13 +294,13 @@
|
|
|
294
294
|
<line num="59" count="0" type="stmt"/>
|
|
295
295
|
<line num="60" count="0" type="stmt"/>
|
|
296
296
|
<line num="62" count="5" type="stmt"/>
|
|
297
|
-
<line num="66" count="
|
|
298
|
-
<line num="102" count="
|
|
299
|
-
<line num="103" count="
|
|
297
|
+
<line num="66" count="267" type="stmt"/>
|
|
298
|
+
<line num="102" count="230" type="stmt"/>
|
|
299
|
+
<line num="103" count="230" type="stmt"/>
|
|
300
300
|
<line num="112" count="5" type="stmt"/>
|
|
301
301
|
<line num="115" count="5" type="stmt"/>
|
|
302
302
|
<line num="116" count="5" type="stmt"/>
|
|
303
|
-
<line num="127" count="
|
|
303
|
+
<line num="127" count="16" type="stmt"/>
|
|
304
304
|
<line num="146" count="4" type="stmt"/>
|
|
305
305
|
</file>
|
|
306
306
|
<file name="ReportMappings.tsx" path="/home/vsts/work/1/s/packages/itwin/reports-config-widget/src/widget/components/ReportMappings.tsx">
|
|
@@ -349,36 +349,36 @@
|
|
|
349
349
|
<line num="119" count="0" type="stmt"/>
|
|
350
350
|
<line num="121" count="8" type="stmt"/>
|
|
351
351
|
<line num="130" count="2" type="stmt"/>
|
|
352
|
-
<line num="131" count="
|
|
353
|
-
<line num="133" count="
|
|
354
|
-
<line num="134" count="
|
|
355
|
-
<line num="137" count="
|
|
356
|
-
<line num="138" count="
|
|
357
|
-
<line num="140" count="
|
|
358
|
-
<line num="143" count="
|
|
359
|
-
<line num="144" count="
|
|
360
|
-
<line num="145" count="
|
|
361
|
-
<line num="149" count="
|
|
352
|
+
<line num="131" count="92" type="stmt"/>
|
|
353
|
+
<line num="133" count="92" type="stmt"/>
|
|
354
|
+
<line num="134" count="92" type="stmt"/>
|
|
355
|
+
<line num="137" count="92" type="stmt"/>
|
|
356
|
+
<line num="138" count="92" type="stmt"/>
|
|
357
|
+
<line num="140" count="92" type="stmt"/>
|
|
358
|
+
<line num="143" count="92" type="stmt"/>
|
|
359
|
+
<line num="144" count="92" type="stmt"/>
|
|
360
|
+
<line num="145" count="92" type="stmt"/>
|
|
361
|
+
<line num="149" count="92" type="stmt"/>
|
|
362
362
|
<line num="150" count="6" type="stmt"/>
|
|
363
|
-
<line num="158" count="
|
|
363
|
+
<line num="158" count="92" type="stmt"/>
|
|
364
364
|
<line num="159" count="2" type="stmt"/>
|
|
365
365
|
<line num="160" count="2" type="stmt"/>
|
|
366
|
-
<line num="168" count="
|
|
366
|
+
<line num="168" count="92" type="stmt"/>
|
|
367
367
|
<line num="169" count="1" type="stmt"/>
|
|
368
|
-
<line num="172" count="
|
|
368
|
+
<line num="172" count="92" type="stmt"/>
|
|
369
369
|
<line num="174" count="14" type="stmt"/>
|
|
370
370
|
<line num="175" count="15" type="stmt"/>
|
|
371
|
-
<line num="183" count="
|
|
372
|
-
<line num="188" count="
|
|
373
|
-
<line num="190" count="
|
|
374
|
-
<line num="191" count="
|
|
375
|
-
<line num="199" count="
|
|
371
|
+
<line num="183" count="92" type="stmt"/>
|
|
372
|
+
<line num="188" count="92" type="stmt"/>
|
|
373
|
+
<line num="190" count="73" type="stmt"/>
|
|
374
|
+
<line num="191" count="133" type="stmt"/>
|
|
375
|
+
<line num="199" count="92" type="stmt"/>
|
|
376
376
|
<line num="217" count="1" type="stmt"/>
|
|
377
377
|
<line num="218" count="1" type="stmt"/>
|
|
378
378
|
<line num="242" count="1" type="stmt"/>
|
|
379
379
|
<line num="268" count="0" type="stmt"/>
|
|
380
|
-
<line num="279" count="
|
|
381
|
-
<line num="293" count="
|
|
380
|
+
<line num="279" count="148" type="stmt"/>
|
|
381
|
+
<line num="293" count="143" type="stmt"/>
|
|
382
382
|
<line num="297" count="1" type="stmt"/>
|
|
383
383
|
<line num="298" count="1" type="stmt"/>
|
|
384
384
|
<line num="299" count="1" type="stmt"/>
|
|
@@ -418,36 +418,36 @@
|
|
|
418
418
|
<line num="65" count="0" type="stmt"/>
|
|
419
419
|
<line num="67" count="9" type="stmt"/>
|
|
420
420
|
<line num="71" count="4" type="stmt"/>
|
|
421
|
-
<line num="72" count="
|
|
422
|
-
<line num="73" count="
|
|
423
|
-
<line num="74" count="
|
|
424
|
-
<line num="75" count="
|
|
425
|
-
<line num="78" count="
|
|
426
|
-
<line num="81" count="
|
|
427
|
-
<line num="82" count="
|
|
428
|
-
<line num="83" count="
|
|
429
|
-
<line num="85" count="
|
|
421
|
+
<line num="72" count="69" type="cond" truecount="6" falsecount="2"/>
|
|
422
|
+
<line num="73" count="69" type="stmt"/>
|
|
423
|
+
<line num="74" count="69" type="stmt"/>
|
|
424
|
+
<line num="75" count="69" type="stmt"/>
|
|
425
|
+
<line num="78" count="69" type="stmt"/>
|
|
426
|
+
<line num="81" count="69" type="stmt"/>
|
|
427
|
+
<line num="82" count="69" type="stmt"/>
|
|
428
|
+
<line num="83" count="69" type="stmt"/>
|
|
429
|
+
<line num="85" count="69" type="stmt"/>
|
|
430
430
|
<line num="86" count="8" type="stmt"/>
|
|
431
|
-
<line num="89" count="
|
|
431
|
+
<line num="89" count="69" type="stmt"/>
|
|
432
432
|
<line num="90" count="1" type="stmt"/>
|
|
433
433
|
<line num="91" count="1" type="stmt"/>
|
|
434
434
|
<line num="92" count="1" type="stmt"/>
|
|
435
|
-
<line num="95" count="
|
|
435
|
+
<line num="95" count="69" type="stmt"/>
|
|
436
436
|
<line num="96" count="2" type="stmt"/>
|
|
437
|
-
<line num="99" count="
|
|
438
|
-
<line num="101" count="
|
|
439
|
-
<line num="102" count="
|
|
440
|
-
<line num="110" count="
|
|
437
|
+
<line num="99" count="69" type="stmt"/>
|
|
438
|
+
<line num="101" count="51" type="stmt"/>
|
|
439
|
+
<line num="102" count="166" type="stmt"/>
|
|
440
|
+
<line num="110" count="69" type="cond" truecount="4" falsecount="0"/>
|
|
441
441
|
<line num="112" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
442
442
|
<line num="116" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
443
443
|
<line num="124" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
444
|
-
<line num="128" count="
|
|
444
|
+
<line num="128" count="64" type="stmt"/>
|
|
445
445
|
<line num="139" count="1" type="stmt"/>
|
|
446
446
|
<line num="163" count="1" type="stmt"/>
|
|
447
|
-
<line num="173" count="
|
|
447
|
+
<line num="173" count="175" type="stmt"/>
|
|
448
448
|
<line num="181" count="1" type="stmt"/>
|
|
449
449
|
<line num="182" count="1" type="stmt"/>
|
|
450
|
-
<line num="186" count="
|
|
450
|
+
<line num="186" count="175" type="stmt"/>
|
|
451
451
|
<line num="190" count="2" type="stmt"/>
|
|
452
452
|
<line num="191" count="2" type="stmt"/>
|
|
453
453
|
<line num="202" count="1" type="stmt"/>
|
|
@@ -458,16 +458,20 @@
|
|
|
458
458
|
<line num="238" count="1" type="stmt"/>
|
|
459
459
|
</file>
|
|
460
460
|
<file name="ReportsContainer.tsx" path="/home/vsts/work/1/s/packages/itwin/reports-config-widget/src/widget/components/ReportsContainer.tsx">
|
|
461
|
-
<metrics statements="
|
|
461
|
+
<metrics statements="13" coveredstatements="8" conditionals="16" coveredconditionals="0" methods="4" coveredmethods="0"/>
|
|
462
462
|
<line num="6" count="4" type="stmt"/>
|
|
463
463
|
<line num="7" count="4" type="stmt"/>
|
|
464
464
|
<line num="8" count="4" type="stmt"/>
|
|
465
|
-
<line num="9" count="4" type="stmt"/>
|
|
466
465
|
<line num="10" count="4" type="stmt"/>
|
|
467
|
-
<line num="
|
|
468
|
-
<line num="
|
|
469
|
-
<line num="
|
|
470
|
-
<line num="
|
|
466
|
+
<line num="11" count="4" type="stmt"/>
|
|
467
|
+
<line num="18" count="4" type="stmt"/>
|
|
468
|
+
<line num="19" count="0" type="cond" truecount="0" falsecount="8"/>
|
|
469
|
+
<line num="21" count="4" type="stmt"/>
|
|
470
|
+
<line num="25" count="0" type="stmt"/>
|
|
471
|
+
<line num="30" count="0" type="stmt"/>
|
|
472
|
+
<line num="31" count="0" type="stmt"/>
|
|
473
|
+
<line num="37" count="0" type="stmt"/>
|
|
474
|
+
<line num="46" count="4" type="stmt"/>
|
|
471
475
|
</file>
|
|
472
476
|
<file name="SearchBar.tsx" path="/home/vsts/work/1/s/packages/itwin/reports-config-widget/src/widget/components/SearchBar.tsx">
|
|
473
477
|
<metrics statements="16" coveredstatements="11" conditionals="7" coveredconditionals="5" methods="5" coveredmethods="3"/>
|
|
@@ -477,15 +481,15 @@
|
|
|
477
481
|
<line num="8" count="4" type="stmt"/>
|
|
478
482
|
<line num="9" count="4" type="stmt"/>
|
|
479
483
|
<line num="17" count="4" type="stmt"/>
|
|
480
|
-
<line num="22" count="
|
|
481
|
-
<line num="23" count="
|
|
482
|
-
<line num="25" count="
|
|
484
|
+
<line num="22" count="158" type="stmt"/>
|
|
485
|
+
<line num="23" count="158" type="stmt"/>
|
|
486
|
+
<line num="25" count="158" type="cond" truecount="4" falsecount="0"/>
|
|
483
487
|
<line num="31" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
484
488
|
<line num="32" count="0" type="stmt"/>
|
|
485
489
|
<line num="33" count="0" type="stmt"/>
|
|
486
490
|
<line num="34" count="0" type="stmt"/>
|
|
487
491
|
<line num="45" count="0" type="stmt"/>
|
|
488
|
-
<line num="53" count="
|
|
492
|
+
<line num="53" count="93" type="stmt"/>
|
|
489
493
|
<line num="58" count="2" type="stmt"/>
|
|
490
494
|
</file>
|
|
491
495
|
<file name="SelectIModel.tsx" path="/home/vsts/work/1/s/packages/itwin/reports-config-widget/src/widget/components/SelectIModel.tsx">
|
|
@@ -531,7 +535,7 @@
|
|
|
531
535
|
<line num="13" count="4" type="stmt"/>
|
|
532
536
|
<line num="14" count="4" type="stmt"/>
|
|
533
537
|
<line num="22" count="4" type="stmt"/>
|
|
534
|
-
<line num="27" count="
|
|
538
|
+
<line num="27" count="425" type="stmt"/>
|
|
535
539
|
<line num="45" count="4" type="stmt"/>
|
|
536
540
|
<line num="46" count="0" type="stmt"/>
|
|
537
541
|
<line num="49" count="0" type="cond" truecount="0" falsecount="10"/>
|
|
@@ -560,14 +564,14 @@
|
|
|
560
564
|
<line num="121" count="4" type="stmt"/>
|
|
561
565
|
<line num="122" count="2" type="stmt"/>
|
|
562
566
|
<line num="125" count="4" type="stmt"/>
|
|
563
|
-
<line num="130" count="
|
|
564
|
-
<line num="132" count="
|
|
567
|
+
<line num="130" count="251" type="stmt"/>
|
|
568
|
+
<line num="132" count="251" type="stmt"/>
|
|
565
569
|
<line num="138" count="4" type="stmt"/>
|
|
566
570
|
<line num="139" count="20" type="stmt"/>
|
|
567
571
|
<line num="149" count="4" type="stmt"/>
|
|
568
572
|
<line num="150" count="16" type="stmt"/>
|
|
569
573
|
<line num="153" count="4" type="stmt"/>
|
|
570
|
-
<line num="154" count="
|
|
574
|
+
<line num="154" count="127" type="stmt"/>
|
|
571
575
|
</file>
|
|
572
576
|
</package>
|
|
573
577
|
<package name="src.widget.context">
|
|
@@ -579,10 +583,10 @@
|
|
|
579
583
|
<line num="14" count="4" type="stmt"/>
|
|
580
584
|
<line num="15" count="0" type="stmt"/>
|
|
581
585
|
<line num="19" count="4" type="stmt"/>
|
|
582
|
-
<line num="20" count="
|
|
583
|
-
<line num="21" count="
|
|
586
|
+
<line num="20" count="634" type="stmt"/>
|
|
587
|
+
<line num="21" count="634" type="cond" truecount="0" falsecount="1"/>
|
|
584
588
|
<line num="22" count="0" type="stmt"/>
|
|
585
|
-
<line num="26" count="
|
|
589
|
+
<line num="26" count="634" type="stmt"/>
|
|
586
590
|
</file>
|
|
587
591
|
</package>
|
|
588
592
|
<package name="src.widget.hooks">
|
|
@@ -594,17 +598,17 @@
|
|
|
594
598
|
<line num="7" count="4" type="stmt"/>
|
|
595
599
|
<line num="9" count="4" type="stmt"/>
|
|
596
600
|
<line num="12" count="4" type="stmt"/>
|
|
597
|
-
<line num="16" count="
|
|
598
|
-
<line num="17" count="
|
|
599
|
-
<line num="23" count="
|
|
600
|
-
<line num="31" count="
|
|
601
|
-
<line num="39" count="
|
|
602
|
-
<line num="47" count="
|
|
603
|
-
<line num="52" count="
|
|
604
|
-
<line num="58" count="
|
|
605
|
-
<line num="63" count="
|
|
601
|
+
<line num="16" count="267" type="stmt"/>
|
|
602
|
+
<line num="17" count="267" type="stmt"/>
|
|
603
|
+
<line num="23" count="518" type="stmt"/>
|
|
604
|
+
<line num="31" count="516" type="stmt"/>
|
|
605
|
+
<line num="39" count="514" type="stmt"/>
|
|
606
|
+
<line num="47" count="512" type="stmt"/>
|
|
607
|
+
<line num="52" count="267" type="stmt"/>
|
|
608
|
+
<line num="58" count="267" type="stmt"/>
|
|
609
|
+
<line num="63" count="267" type="cond" truecount="1" falsecount="0"/>
|
|
606
610
|
<line num="64" count="4" type="stmt"/>
|
|
607
|
-
<line num="67" count="
|
|
611
|
+
<line num="67" count="267" type="stmt"/>
|
|
608
612
|
<line num="70" count="4" type="stmt"/>
|
|
609
613
|
</file>
|
|
610
614
|
</package>
|