@nordicsemiconductor/pc-nrfconnect-shared 93.0.0 → 95.0.0
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 +13 -0
- package/config/jest.config.js +2 -1
- package/coverage/cobertura-coverage.xml +150 -150
- package/dist/bootstrap.css +1 -0
- package/package.json +10 -15
- package/scripts/nordic-publish.js +18 -18
- package/src/App/App.tsx +2 -2
- package/src/ErrorDialog/ErrorDialog.tsx +1 -1
- package/src/FlashMessage/FlashMessage.tsx +1 -1
- package/test/setupTests.ts +1 -9
- package/typings/generated/src/FlashMessage/FlashMessage.d.ts +1 -1
- package/typings/generated/src/FlashMessage/FlashMessage.d.ts.map +1 -1
- package/typings/generated/test/testrenderer.d.ts +2 -2
- package/typings/generated/test/testrenderer.d.ts.map +1 -1
- /package/src/FlashMessage/{flashMessage.css → FlashMessage.scss} +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<?xml version="1.0" ?>
|
|
2
2
|
<!DOCTYPE coverage SYSTEM "http://cobertura.sourceforge.net/xml/coverage-04.dtd">
|
|
3
|
-
<coverage lines-valid="2973" lines-covered="1647" line-rate="0.5539000000000001" branches-valid="1462" branches-covered="381" branch-rate="0.2606" timestamp="
|
|
3
|
+
<coverage lines-valid="2973" lines-covered="1647" line-rate="0.5539000000000001" branches-valid="1462" branches-covered="381" branch-rate="0.2606" timestamp="1692971454169" complexity="0" version="0.1">
|
|
4
4
|
<sources>
|
|
5
5
|
<source>/home/vsts/work/1/s</source>
|
|
6
6
|
</sources>
|
|
@@ -342,19 +342,19 @@
|
|
|
342
342
|
<methods>
|
|
343
343
|
</methods>
|
|
344
344
|
<lines>
|
|
345
|
-
<line number="13" hits="
|
|
345
|
+
<line number="13" hits="124" branch="false"/>
|
|
346
346
|
</lines>
|
|
347
347
|
</class>
|
|
348
348
|
<class name="packageJsonMock.ts" filename="mocks/packageJsonMock.ts" line-rate="1" branch-rate="1">
|
|
349
349
|
<methods>
|
|
350
|
-
<method name="(anonymous_1)" hits="
|
|
350
|
+
<method name="(anonymous_1)" hits="28" signature="()V">
|
|
351
351
|
<lines>
|
|
352
|
-
<line number="7" hits="
|
|
352
|
+
<line number="7" hits="28"/>
|
|
353
353
|
</lines>
|
|
354
354
|
</method>
|
|
355
355
|
</methods>
|
|
356
356
|
<lines>
|
|
357
|
-
<line number="7" hits="
|
|
357
|
+
<line number="7" hits="28" branch="false"/>
|
|
358
358
|
</lines>
|
|
359
359
|
</class>
|
|
360
360
|
<class name="remoteMock.ts" filename="mocks/remoteMock.ts" line-rate="0.6" branch-rate="1">
|
|
@@ -1816,29 +1816,29 @@
|
|
|
1816
1816
|
<classes>
|
|
1817
1817
|
<class name="store.ts" filename="src/store.ts" line-rate="1" branch-rate="0.75">
|
|
1818
1818
|
<methods>
|
|
1819
|
-
<method name="(anonymous_3)" hits="
|
|
1819
|
+
<method name="(anonymous_3)" hits="114" signature="()V">
|
|
1820
1820
|
<lines>
|
|
1821
|
-
<line number="20" hits="
|
|
1821
|
+
<line number="20" hits="114"/>
|
|
1822
1822
|
</lines>
|
|
1823
1823
|
</method>
|
|
1824
|
-
<method name="(anonymous_4)" hits="
|
|
1824
|
+
<method name="(anonymous_4)" hits="242" signature="()V">
|
|
1825
1825
|
<lines>
|
|
1826
|
-
<line number="23" hits="
|
|
1826
|
+
<line number="23" hits="242"/>
|
|
1827
1827
|
</lines>
|
|
1828
1828
|
</method>
|
|
1829
|
-
<method name="(anonymous_5)" hits="
|
|
1829
|
+
<method name="(anonymous_5)" hits="57" signature="()V">
|
|
1830
1830
|
<lines>
|
|
1831
|
-
<line number="25" hits="
|
|
1831
|
+
<line number="25" hits="57"/>
|
|
1832
1832
|
</lines>
|
|
1833
1833
|
</method>
|
|
1834
|
-
<method name="(anonymous_6)" hits="
|
|
1834
|
+
<method name="(anonymous_6)" hits="57" signature="()V">
|
|
1835
1835
|
<lines>
|
|
1836
|
-
<line number="38" hits="
|
|
1836
|
+
<line number="38" hits="57"/>
|
|
1837
1837
|
</lines>
|
|
1838
1838
|
</method>
|
|
1839
|
-
<method name="(anonymous_7)" hits="
|
|
1839
|
+
<method name="(anonymous_7)" hits="57" signature="()V">
|
|
1840
1840
|
<lines>
|
|
1841
|
-
<line number="45" hits="
|
|
1841
|
+
<line number="45" hits="57"/>
|
|
1842
1842
|
</lines>
|
|
1843
1843
|
</method>
|
|
1844
1844
|
</methods>
|
|
@@ -1854,14 +1854,14 @@
|
|
|
1854
1854
|
<line number="17" hits="9" branch="false"/>
|
|
1855
1855
|
<line number="18" hits="9" branch="false"/>
|
|
1856
1856
|
<line number="20" hits="9" branch="false"/>
|
|
1857
|
-
<line number="21" hits="
|
|
1858
|
-
<line number="23" hits="
|
|
1859
|
-
<line number="25" hits="
|
|
1857
|
+
<line number="21" hits="114" branch="true" condition-coverage="50% (1/2)"/>
|
|
1858
|
+
<line number="23" hits="242" branch="true" condition-coverage="100% (1/1)"/>
|
|
1859
|
+
<line number="25" hits="57" branch="true" condition-coverage="100% (1/1)"/>
|
|
1860
1860
|
<line number="38" hits="9" branch="false"/>
|
|
1861
|
-
<line number="39" hits="
|
|
1862
|
-
<line number="46" hits="
|
|
1861
|
+
<line number="39" hits="57" branch="false"/>
|
|
1862
|
+
<line number="46" hits="57" branch="false"/>
|
|
1863
1863
|
<line number="52" hits="9" branch="false"/>
|
|
1864
|
-
<line number="67" hits="
|
|
1864
|
+
<line number="67" hits="48" branch="false"/>
|
|
1865
1865
|
</lines>
|
|
1866
1866
|
</class>
|
|
1867
1867
|
</classes>
|
|
@@ -2127,7 +2127,7 @@
|
|
|
2127
2127
|
<line number="25" hits="9" branch="false"/>
|
|
2128
2128
|
<line number="30" hits="19" branch="false"/>
|
|
2129
2129
|
<line number="33" hits="19" branch="false"/>
|
|
2130
|
-
<line number="39" hits="
|
|
2130
|
+
<line number="39" hits="57" branch="false"/>
|
|
2131
2131
|
<line number="40" hits="19" branch="false"/>
|
|
2132
2132
|
<line number="41" hits="9" branch="false"/>
|
|
2133
2133
|
<line number="43" hits="9" branch="false"/>
|
|
@@ -2482,7 +2482,7 @@
|
|
|
2482
2482
|
<line number="66" hits="0" branch="true" condition-coverage="0% (0/1)"/>
|
|
2483
2483
|
<line number="67" hits="0" branch="false"/>
|
|
2484
2484
|
<line number="69" hits="0" branch="false"/>
|
|
2485
|
-
<line number="75" hits="
|
|
2485
|
+
<line number="75" hits="57" branch="false"/>
|
|
2486
2486
|
<line number="77" hits="1" branch="false"/>
|
|
2487
2487
|
<line number="78" hits="2" branch="false"/>
|
|
2488
2488
|
<line number="79" hits="0" branch="false"/>
|
|
@@ -2504,9 +2504,9 @@
|
|
|
2504
2504
|
<classes>
|
|
2505
2505
|
<class name="Button.tsx" filename="src/Button/Button.tsx" line-rate="1" branch-rate="0.75">
|
|
2506
2506
|
<methods>
|
|
2507
|
-
<method name="(anonymous_2)" hits="
|
|
2507
|
+
<method name="(anonymous_2)" hits="88" signature="()V">
|
|
2508
2508
|
<lines>
|
|
2509
|
-
<line number="31" hits="
|
|
2509
|
+
<line number="31" hits="88"/>
|
|
2510
2510
|
</lines>
|
|
2511
2511
|
</method>
|
|
2512
2512
|
</methods>
|
|
@@ -2514,8 +2514,8 @@
|
|
|
2514
2514
|
<line number="7" hits="6" branch="false"/>
|
|
2515
2515
|
<line number="9" hits="6" branch="false"/>
|
|
2516
2516
|
<line number="31" hits="6" branch="false"/>
|
|
2517
|
-
<line number="41" hits="
|
|
2518
|
-
<line number="76" hits="
|
|
2517
|
+
<line number="41" hits="88" branch="false"/>
|
|
2518
|
+
<line number="76" hits="88" branch="false"/>
|
|
2519
2519
|
</lines>
|
|
2520
2520
|
</class>
|
|
2521
2521
|
</classes>
|
|
@@ -2654,7 +2654,7 @@
|
|
|
2654
2654
|
<line number="99" hits="0" branch="true" condition-coverage="0% (0/1)"/>
|
|
2655
2655
|
<line number="105" hits="0" branch="false"/>
|
|
2656
2656
|
<line number="108" hits="0" branch="false"/>
|
|
2657
|
-
<line number="114" hits="
|
|
2657
|
+
<line number="114" hits="57" branch="false"/>
|
|
2658
2658
|
<line number="116" hits="0" branch="false"/>
|
|
2659
2659
|
<line number="117" hits="8" branch="false"/>
|
|
2660
2660
|
<line number="118" hits="8" branch="false"/>
|
|
@@ -2665,13 +2665,13 @@
|
|
|
2665
2665
|
<line number="123" hits="0" branch="false"/>
|
|
2666
2666
|
<line number="124" hits="0" branch="false"/>
|
|
2667
2667
|
<line number="126" hits="10" branch="false"/>
|
|
2668
|
-
<line number="128" hits="
|
|
2668
|
+
<line number="128" hits="46" branch="false"/>
|
|
2669
2669
|
<line number="129" hits="78" branch="false"/>
|
|
2670
2670
|
<line number="131" hits="26" branch="false"/>
|
|
2671
2671
|
<line number="132" hits="67" branch="false"/>
|
|
2672
|
-
<line number="134" hits="
|
|
2672
|
+
<line number="134" hits="72" branch="false"/>
|
|
2673
2673
|
<line number="135" hits="151" branch="true" condition-coverage="50% (1/2)"/>
|
|
2674
|
-
<line number="138" hits="
|
|
2674
|
+
<line number="138" hits="46" branch="false"/>
|
|
2675
2675
|
<line number="139" hits="84" branch="false"/>
|
|
2676
2676
|
<line number="141" hits="10" branch="false"/>
|
|
2677
2677
|
<line number="142" hits="0" branch="false"/>
|
|
@@ -3152,7 +3152,7 @@
|
|
|
3152
3152
|
<line number="52" hits="0" branch="false"/>
|
|
3153
3153
|
<line number="58" hits="0" branch="false"/>
|
|
3154
3154
|
<line number="61" hits="1" branch="false"/>
|
|
3155
|
-
<line number="67" hits="
|
|
3155
|
+
<line number="67" hits="57" branch="false"/>
|
|
3156
3156
|
<line number="69" hits="2" branch="false"/>
|
|
3157
3157
|
<line number="70" hits="3" branch="false"/>
|
|
3158
3158
|
<line number="71" hits="0" branch="false"/>
|
|
@@ -3326,7 +3326,7 @@
|
|
|
3326
3326
|
<line number="186" hits="0" branch="false"/>
|
|
3327
3327
|
<line number="187" hits="0" branch="false"/>
|
|
3328
3328
|
<line number="196" hits="0" branch="false"/>
|
|
3329
|
-
<line number="202" hits="
|
|
3329
|
+
<line number="202" hits="57" branch="false"/>
|
|
3330
3330
|
<line number="204" hits="2" branch="false"/>
|
|
3331
3331
|
<line number="205" hits="0" branch="false"/>
|
|
3332
3332
|
<line number="206" hits="6" branch="false"/>
|
|
@@ -4200,7 +4200,7 @@
|
|
|
4200
4200
|
<line number="29" hits="0" branch="false"/>
|
|
4201
4201
|
<line number="30" hits="0" branch="false"/>
|
|
4202
4202
|
<line number="33" hits="0" branch="false"/>
|
|
4203
|
-
<line number="39" hits="
|
|
4203
|
+
<line number="39" hits="57" branch="false"/>
|
|
4204
4204
|
<line number="40" hits="0" branch="false"/>
|
|
4205
4205
|
<line number="41" hits="9" branch="false"/>
|
|
4206
4206
|
<line number="43" hits="9" branch="false"/>
|
|
@@ -4234,9 +4234,9 @@
|
|
|
4234
4234
|
<line number="59" hits="28"/>
|
|
4235
4235
|
</lines>
|
|
4236
4236
|
</method>
|
|
4237
|
-
<method name="(anonymous_9)" hits="
|
|
4237
|
+
<method name="(anonymous_9)" hits="41" signature="()V">
|
|
4238
4238
|
<lines>
|
|
4239
|
-
<line number="70" hits="
|
|
4239
|
+
<line number="70" hits="41"/>
|
|
4240
4240
|
</lines>
|
|
4241
4241
|
</method>
|
|
4242
4242
|
<method name="(anonymous_10)" hits="19" signature="()V">
|
|
@@ -4268,12 +4268,12 @@
|
|
|
4268
4268
|
<line number="59" hits="1" branch="false"/>
|
|
4269
4269
|
<line number="60" hits="28" branch="false"/>
|
|
4270
4270
|
<line number="70" hits="28" branch="false"/>
|
|
4271
|
-
<line number="76" hits="
|
|
4272
|
-
<line number="79" hits="
|
|
4273
|
-
<line number="80" hits="
|
|
4274
|
-
<line number="81" hits="
|
|
4275
|
-
<line number="82" hits="
|
|
4276
|
-
<line number="84" hits="
|
|
4271
|
+
<line number="76" hits="41" branch="false"/>
|
|
4272
|
+
<line number="79" hits="41" branch="false"/>
|
|
4273
|
+
<line number="80" hits="41" branch="false"/>
|
|
4274
|
+
<line number="81" hits="41" branch="false"/>
|
|
4275
|
+
<line number="82" hits="41" branch="true" condition-coverage="100% (4/4)"/>
|
|
4276
|
+
<line number="84" hits="41" branch="false"/>
|
|
4277
4277
|
<line number="85" hits="19" branch="true" condition-coverage="100% (2/2)"/>
|
|
4278
4278
|
<line number="86" hits="14" branch="false"/>
|
|
4279
4279
|
<line number="87" hits="5" branch="true" condition-coverage="50% (2/4)"/>
|
|
@@ -4281,7 +4281,7 @@
|
|
|
4281
4281
|
<line number="89" hits="5" branch="true" condition-coverage="50% (2/4)"/>
|
|
4282
4282
|
<line number="90" hits="0" branch="false"/>
|
|
4283
4283
|
<line number="92" hits="5" branch="false"/>
|
|
4284
|
-
<line number="101" hits="
|
|
4284
|
+
<line number="101" hits="41" branch="false"/>
|
|
4285
4285
|
</lines>
|
|
4286
4286
|
</class>
|
|
4287
4287
|
<class name="DeviceIcon.tsx" filename="src/Device/DeviceSelector/DeviceIcon.tsx" line-rate="1" branch-rate="0.5">
|
|
@@ -4299,7 +4299,7 @@
|
|
|
4299
4299
|
<line number="14" hits="1" branch="false"/>
|
|
4300
4300
|
<line number="15" hits="28" branch="false"/>
|
|
4301
4301
|
<line number="16" hits="28" branch="false"/>
|
|
4302
|
-
<line number="27" hits="
|
|
4302
|
+
<line number="27" hits="41" branch="false"/>
|
|
4303
4303
|
</lines>
|
|
4304
4304
|
</class>
|
|
4305
4305
|
<class name="DeviceSelector.tsx" filename="src/Device/DeviceSelector/DeviceSelector.tsx" line-rate="0.9166" branch-rate="0.8332999999999999">
|
|
@@ -4925,9 +4925,9 @@
|
|
|
4925
4925
|
<classes>
|
|
4926
4926
|
<class name="Dialog.tsx" filename="src/Dialog/Dialog.tsx" line-rate="0.84" branch-rate="0.6764">
|
|
4927
4927
|
<methods>
|
|
4928
|
-
<method name="(anonymous_8)" hits="
|
|
4928
|
+
<method name="(anonymous_8)" hits="68" signature="()V">
|
|
4929
4929
|
<lines>
|
|
4930
|
-
<line number="28" hits="
|
|
4930
|
+
<line number="28" hits="68"/>
|
|
4931
4931
|
</lines>
|
|
4932
4932
|
</method>
|
|
4933
4933
|
<method name="(anonymous_9)" hits="0" signature="()V">
|
|
@@ -4992,8 +4992,8 @@
|
|
|
4992
4992
|
<line number="10" hits="6" branch="false"/>
|
|
4993
4993
|
<line number="11" hits="6" branch="false"/>
|
|
4994
4994
|
<line number="13" hits="6" branch="false"/>
|
|
4995
|
-
<line number="28" hits="
|
|
4996
|
-
<line number="37" hits="
|
|
4995
|
+
<line number="28" hits="248" branch="false"/>
|
|
4996
|
+
<line number="37" hits="68" branch="false"/>
|
|
4997
4997
|
<line number="39" hits="0" branch="true" condition-coverage="0% (0/3)"/>
|
|
4998
4998
|
<line number="40" hits="0" branch="false"/>
|
|
4999
4999
|
<line number="47" hits="0" branch="true" condition-coverage="0% (0/3)"/>
|
|
@@ -5002,7 +5002,7 @@
|
|
|
5002
5002
|
<line number="81" hits="27" branch="false"/>
|
|
5003
5003
|
<line number="84" hits="6" branch="false"/>
|
|
5004
5004
|
<line number="85" hits="27" branch="false"/>
|
|
5005
|
-
<line number="96" hits="
|
|
5005
|
+
<line number="96" hits="113" branch="false"/>
|
|
5006
5006
|
<line number="103" hits="44" branch="false"/>
|
|
5007
5007
|
<line number="123" hits="6" branch="false"/>
|
|
5008
5008
|
<line number="136" hits="6" branch="false"/>
|
|
@@ -5097,9 +5097,9 @@
|
|
|
5097
5097
|
<line number="49" hits="1"/>
|
|
5098
5098
|
</lines>
|
|
5099
5099
|
</method>
|
|
5100
|
-
<method name="(anonymous_4)" hits="
|
|
5100
|
+
<method name="(anonymous_4)" hits="8" signature="()V">
|
|
5101
5101
|
<lines>
|
|
5102
|
-
<line number="67" hits="
|
|
5102
|
+
<line number="67" hits="8"/>
|
|
5103
5103
|
</lines>
|
|
5104
5104
|
</method>
|
|
5105
5105
|
<method name="(anonymous_5)" hits="4" signature="()V">
|
|
@@ -5112,9 +5112,9 @@
|
|
|
5112
5112
|
<line number="86" hits="4"/>
|
|
5113
5113
|
</lines>
|
|
5114
5114
|
</method>
|
|
5115
|
-
<method name="(anonymous_7)" hits="
|
|
5115
|
+
<method name="(anonymous_7)" hits="19" signature="()V">
|
|
5116
5116
|
<lines>
|
|
5117
|
-
<line number="91" hits="
|
|
5117
|
+
<line number="91" hits="19"/>
|
|
5118
5118
|
</lines>
|
|
5119
5119
|
</method>
|
|
5120
5120
|
<method name="(anonymous_8)" hits="0" signature="()V">
|
|
@@ -5127,9 +5127,9 @@
|
|
|
5127
5127
|
<line number="172" hits="0"/>
|
|
5128
5128
|
</lines>
|
|
5129
5129
|
</method>
|
|
5130
|
-
<method name="(anonymous_10)" hits="
|
|
5130
|
+
<method name="(anonymous_10)" hits="10" signature="()V">
|
|
5131
5131
|
<lines>
|
|
5132
|
-
<line number="58" hits="
|
|
5132
|
+
<line number="58" hits="10"/>
|
|
5133
5133
|
</lines>
|
|
5134
5134
|
</method>
|
|
5135
5135
|
</methods>
|
|
@@ -5156,19 +5156,19 @@
|
|
|
5156
5156
|
<line number="49" hits="2" branch="false"/>
|
|
5157
5157
|
<line number="50" hits="1" branch="false"/>
|
|
5158
5158
|
<line number="51" hits="1" branch="false"/>
|
|
5159
|
-
<line number="59" hits="
|
|
5160
|
-
<line number="60" hits="
|
|
5161
|
-
<line number="68" hits="
|
|
5159
|
+
<line number="59" hits="10" branch="false"/>
|
|
5160
|
+
<line number="60" hits="9" branch="false"/>
|
|
5161
|
+
<line number="68" hits="8" branch="false"/>
|
|
5162
5162
|
<line number="76" hits="4" branch="false"/>
|
|
5163
5163
|
<line number="77" hits="4" branch="true" condition-coverage="100% (2/2)"/>
|
|
5164
5164
|
<line number="81" hits="4" branch="false"/>
|
|
5165
5165
|
<line number="87" hits="4" branch="false"/>
|
|
5166
|
-
<line number="92" hits="
|
|
5167
|
-
<line number="94" hits="
|
|
5168
|
-
<line number="96" hits="
|
|
5169
|
-
<line number="97" hits="
|
|
5170
|
-
<line number="100" hits="
|
|
5171
|
-
<line number="102" hits="
|
|
5166
|
+
<line number="92" hits="19" branch="false"/>
|
|
5167
|
+
<line number="94" hits="19" branch="false"/>
|
|
5168
|
+
<line number="96" hits="19" branch="true" condition-coverage="100% (1/1)"/>
|
|
5169
|
+
<line number="97" hits="9" branch="false"/>
|
|
5170
|
+
<line number="100" hits="10" branch="true" condition-coverage="100% (2/2)"/>
|
|
5171
|
+
<line number="102" hits="10" branch="false"/>
|
|
5172
5172
|
<line number="121" hits="0" branch="false"/>
|
|
5173
5173
|
<line number="173" hits="0" branch="false"/>
|
|
5174
5174
|
<line number="186" hits="5" branch="false"/>
|
|
@@ -5284,7 +5284,7 @@
|
|
|
5284
5284
|
<line number="64" hits="12" branch="false"/>
|
|
5285
5285
|
<line number="65" hits="12" branch="false"/>
|
|
5286
5286
|
<line number="68" hits="2" branch="false"/>
|
|
5287
|
-
<line number="73" hits="
|
|
5287
|
+
<line number="73" hits="62" branch="false"/>
|
|
5288
5288
|
<line number="74" hits="12" branch="false"/>
|
|
5289
5289
|
<line number="75" hits="10" branch="false"/>
|
|
5290
5290
|
<line number="77" hits="17" branch="false"/>
|
|
@@ -5299,9 +5299,9 @@
|
|
|
5299
5299
|
<classes>
|
|
5300
5300
|
<class name="FactoryResetButton.tsx" filename="src/FactoryReset/FactoryResetButton.tsx" line-rate="0.95" branch-rate="1">
|
|
5301
5301
|
<methods>
|
|
5302
|
-
<method name="(anonymous_5)" hits="
|
|
5302
|
+
<method name="(anonymous_5)" hits="21" signature="()V">
|
|
5303
5303
|
<lines>
|
|
5304
|
-
<line number="26" hits="
|
|
5304
|
+
<line number="26" hits="21"/>
|
|
5305
5305
|
</lines>
|
|
5306
5306
|
</method>
|
|
5307
5307
|
<method name="(anonymous_6)" hits="1" signature="()V">
|
|
@@ -5338,19 +5338,19 @@
|
|
|
5338
5338
|
<line number="12" hits="3" branch="false"/>
|
|
5339
5339
|
<line number="24" hits="3" branch="false"/>
|
|
5340
5340
|
<line number="26" hits="3" branch="false"/>
|
|
5341
|
-
<line number="34" hits="
|
|
5342
|
-
<line number="35" hits="
|
|
5343
|
-
<line number="36" hits="
|
|
5341
|
+
<line number="34" hits="21" branch="false"/>
|
|
5342
|
+
<line number="35" hits="21" branch="false"/>
|
|
5343
|
+
<line number="36" hits="21" branch="false"/>
|
|
5344
5344
|
<line number="37" hits="1" branch="false"/>
|
|
5345
5345
|
<line number="38" hits="1" branch="false"/>
|
|
5346
|
-
<line number="41" hits="
|
|
5346
|
+
<line number="41" hits="21" branch="false"/>
|
|
5347
5347
|
<line number="46" hits="4" branch="false"/>
|
|
5348
5348
|
<line number="54" hits="0" branch="false"/>
|
|
5349
5349
|
<line number="65" hits="3" branch="true" condition-coverage="100% (2/2)"/>
|
|
5350
5350
|
<line number="66" hits="1" branch="false"/>
|
|
5351
5351
|
<line number="67" hits="3" branch="false"/>
|
|
5352
5352
|
<line number="72" hits="1" branch="false"/>
|
|
5353
|
-
<line number="81" hits="
|
|
5353
|
+
<line number="81" hits="13" branch="false"/>
|
|
5354
5354
|
</lines>
|
|
5355
5355
|
</class>
|
|
5356
5356
|
</classes>
|
|
@@ -5575,7 +5575,7 @@
|
|
|
5575
5575
|
<line number="73" hits="0" branch="false"/>
|
|
5576
5576
|
<line number="74" hits="0" branch="false"/>
|
|
5577
5577
|
<line number="83" hits="10" branch="false"/>
|
|
5578
|
-
<line number="86" hits="
|
|
5578
|
+
<line number="86" hits="57" branch="false"/>
|
|
5579
5579
|
<line number="87" hits="0" branch="false"/>
|
|
5580
5580
|
<line number="88" hits="9" branch="false"/>
|
|
5581
5581
|
</lines>
|
|
@@ -5783,7 +5783,7 @@
|
|
|
5783
5783
|
<line number="56" hits="0" branch="false"/>
|
|
5784
5784
|
<line number="59" hits="0" branch="false"/>
|
|
5785
5785
|
<line number="62" hits="0" branch="false"/>
|
|
5786
|
-
<line number="68" hits="
|
|
5786
|
+
<line number="68" hits="57" branch="false"/>
|
|
5787
5787
|
<line number="69" hits="0" branch="false"/>
|
|
5788
5788
|
<line number="70" hits="9" branch="false"/>
|
|
5789
5789
|
</lines>
|
|
@@ -6400,14 +6400,14 @@
|
|
|
6400
6400
|
<lines>
|
|
6401
6401
|
<line number="7" hits="1" branch="false"/>
|
|
6402
6402
|
<line number="9" hits="1" branch="false"/>
|
|
6403
|
-
<line number="24" hits="
|
|
6403
|
+
<line number="24" hits="2" branch="false"/>
|
|
6404
6404
|
</lines>
|
|
6405
6405
|
</class>
|
|
6406
6406
|
<class name="Handle.tsx" filename="src/Slider/Handle.tsx" line-rate="0.475" branch-rate="0.19039999999999999">
|
|
6407
6407
|
<methods>
|
|
6408
|
-
<method name="(anonymous_5)" hits="
|
|
6408
|
+
<method name="(anonymous_5)" hits="4" signature="()V">
|
|
6409
6409
|
<lines>
|
|
6410
|
-
<line number="19" hits="
|
|
6410
|
+
<line number="19" hits="4"/>
|
|
6411
6411
|
</lines>
|
|
6412
6412
|
</method>
|
|
6413
6413
|
<method name="(anonymous_6)" hits="0" signature="()V">
|
|
@@ -6415,9 +6415,9 @@
|
|
|
6415
6415
|
<line number="34" hits="0"/>
|
|
6416
6416
|
</lines>
|
|
6417
6417
|
</method>
|
|
6418
|
-
<method name="(anonymous_7)" hits="
|
|
6418
|
+
<method name="(anonymous_7)" hits="2" signature="()V">
|
|
6419
6419
|
<lines>
|
|
6420
|
-
<line number="35" hits="
|
|
6420
|
+
<line number="35" hits="2"/>
|
|
6421
6421
|
</lines>
|
|
6422
6422
|
</method>
|
|
6423
6423
|
<method name="(anonymous_8)" hits="0" signature="()V">
|
|
@@ -6442,17 +6442,17 @@
|
|
|
6442
6442
|
<line number="14" hits="1" branch="false"/>
|
|
6443
6443
|
<line number="17" hits="1" branch="false"/>
|
|
6444
6444
|
<line number="19" hits="1" branch="false"/>
|
|
6445
|
-
<line number="20" hits="
|
|
6446
|
-
<line number="21" hits="
|
|
6447
|
-
<line number="22" hits="
|
|
6445
|
+
<line number="20" hits="4" branch="false"/>
|
|
6446
|
+
<line number="21" hits="4" branch="true" condition-coverage="0% (0/1)"/>
|
|
6447
|
+
<line number="22" hits="4" branch="false"/>
|
|
6448
6448
|
<line number="34" hits="1" branch="false"/>
|
|
6449
6449
|
<line number="35" hits="1" branch="false"/>
|
|
6450
|
-
<line number="43" hits="
|
|
6451
|
-
<line number="44" hits="
|
|
6452
|
-
<line number="46" hits="
|
|
6453
|
-
<line number="53" hits="
|
|
6454
|
-
<line number="54" hits="
|
|
6455
|
-
<line number="56" hits="
|
|
6450
|
+
<line number="43" hits="2" branch="false"/>
|
|
6451
|
+
<line number="44" hits="2" branch="false"/>
|
|
6452
|
+
<line number="46" hits="2" branch="false"/>
|
|
6453
|
+
<line number="53" hits="2" branch="false"/>
|
|
6454
|
+
<line number="54" hits="2" branch="false"/>
|
|
6455
|
+
<line number="56" hits="2" branch="false"/>
|
|
6456
6456
|
<line number="59" hits="0" branch="false"/>
|
|
6457
6457
|
<line number="60" hits="0" branch="true" condition-coverage="0% (0/1)"/>
|
|
6458
6458
|
<line number="62" hits="0" branch="false"/>
|
|
@@ -6461,7 +6461,7 @@
|
|
|
6461
6461
|
<line number="65" hits="0" branch="false"/>
|
|
6462
6462
|
<line number="67" hits="0" branch="false"/>
|
|
6463
6463
|
<line number="68" hits="0" branch="false"/>
|
|
6464
|
-
<line number="71" hits="
|
|
6464
|
+
<line number="71" hits="2" branch="false"/>
|
|
6465
6465
|
<line number="72" hits="0" branch="true" condition-coverage="0% (0/4)"/>
|
|
6466
6466
|
<line number="74" hits="0" branch="false"/>
|
|
6467
6467
|
<line number="76" hits="0" branch="false"/>
|
|
@@ -6471,19 +6471,19 @@
|
|
|
6471
6471
|
<line number="86" hits="0" branch="false"/>
|
|
6472
6472
|
<line number="92" hits="0" branch="false"/>
|
|
6473
6473
|
<line number="97" hits="0" branch="false"/>
|
|
6474
|
-
<line number="100" hits="
|
|
6474
|
+
<line number="100" hits="2" branch="false"/>
|
|
6475
6475
|
<line number="101" hits="0" branch="false"/>
|
|
6476
6476
|
<line number="102" hits="0" branch="false"/>
|
|
6477
6477
|
<line number="103" hits="0" branch="false"/>
|
|
6478
6478
|
<line number="104" hits="0" branch="false"/>
|
|
6479
|
-
<line number="121" hits="
|
|
6479
|
+
<line number="121" hits="2" branch="false"/>
|
|
6480
6480
|
</lines>
|
|
6481
6481
|
</class>
|
|
6482
6482
|
<class name="Slider.tsx" filename="src/Slider/Slider.tsx" line-rate="0.9047" branch-rate="0.5555">
|
|
6483
6483
|
<methods>
|
|
6484
|
-
<method name="(anonymous_5)" hits="
|
|
6484
|
+
<method name="(anonymous_5)" hits="2" signature="()V">
|
|
6485
6485
|
<lines>
|
|
6486
|
-
<line number="19" hits="
|
|
6486
|
+
<line number="19" hits="2"/>
|
|
6487
6487
|
</lines>
|
|
6488
6488
|
</method>
|
|
6489
6489
|
<method name="(anonymous_6)" hits="1" signature="()V">
|
|
@@ -6491,9 +6491,9 @@
|
|
|
6491
6491
|
<line number="23" hits="1"/>
|
|
6492
6492
|
</lines>
|
|
6493
6493
|
</method>
|
|
6494
|
-
<method name="(anonymous_7)" hits="
|
|
6494
|
+
<method name="(anonymous_7)" hits="2" signature="()V">
|
|
6495
6495
|
<lines>
|
|
6496
|
-
<line number="44" hits="
|
|
6496
|
+
<line number="44" hits="2"/>
|
|
6497
6497
|
</lines>
|
|
6498
6498
|
</method>
|
|
6499
6499
|
</methods>
|
|
@@ -6508,24 +6508,24 @@
|
|
|
6508
6508
|
<line number="15" hits="1" branch="false"/>
|
|
6509
6509
|
<line number="17" hits="1" branch="false"/>
|
|
6510
6510
|
<line number="19" hits="1" branch="false"/>
|
|
6511
|
-
<line number="23" hits="
|
|
6511
|
+
<line number="23" hits="2" branch="false"/>
|
|
6512
6512
|
<line number="24" hits="1" branch="true" condition-coverage="0% (0/1)"/>
|
|
6513
6513
|
<line number="25" hits="0" branch="false"/>
|
|
6514
6514
|
<line number="26" hits="1" branch="true" condition-coverage="0% (0/1)"/>
|
|
6515
6515
|
<line number="27" hits="0" branch="false"/>
|
|
6516
6516
|
<line number="44" hits="1" branch="false"/>
|
|
6517
|
-
<line number="54" hits="
|
|
6518
|
-
<line number="55" hits="
|
|
6519
|
-
<line number="57" hits="
|
|
6520
|
-
<line number="59" hits="
|
|
6517
|
+
<line number="54" hits="2" branch="false"/>
|
|
6518
|
+
<line number="55" hits="2" branch="false"/>
|
|
6519
|
+
<line number="57" hits="2" branch="false"/>
|
|
6520
|
+
<line number="59" hits="2" branch="false"/>
|
|
6521
6521
|
<line number="91" hits="1" branch="false"/>
|
|
6522
6522
|
</lines>
|
|
6523
6523
|
</class>
|
|
6524
6524
|
<class name="Ticks.tsx" filename="src/Slider/Ticks.tsx" line-rate="0.875" branch-rate="0.6666">
|
|
6525
6525
|
<methods>
|
|
6526
|
-
<method name="(anonymous_5)" hits="
|
|
6526
|
+
<method name="(anonymous_5)" hits="2" signature="()V">
|
|
6527
6527
|
<lines>
|
|
6528
|
-
<line number="20" hits="
|
|
6528
|
+
<line number="20" hits="2"/>
|
|
6529
6529
|
</lines>
|
|
6530
6530
|
</method>
|
|
6531
6531
|
<method name="(anonymous_6)" hits="1" signature="()V">
|
|
@@ -6533,9 +6533,9 @@
|
|
|
6533
6533
|
<line number="21" hits="1"/>
|
|
6534
6534
|
</lines>
|
|
6535
6535
|
</method>
|
|
6536
|
-
<method name="(anonymous_7)" hits="
|
|
6536
|
+
<method name="(anonymous_7)" hits="12" signature="()V">
|
|
6537
6537
|
<lines>
|
|
6538
|
-
<line number="36" hits="
|
|
6538
|
+
<line number="36" hits="12"/>
|
|
6539
6539
|
</lines>
|
|
6540
6540
|
</method>
|
|
6541
6541
|
</methods>
|
|
@@ -6546,16 +6546,16 @@
|
|
|
6546
6546
|
<line number="11" hits="1" branch="false"/>
|
|
6547
6547
|
<line number="13" hits="1" branch="false"/>
|
|
6548
6548
|
<line number="20" hits="1" branch="false"/>
|
|
6549
|
-
<line number="21" hits="
|
|
6549
|
+
<line number="21" hits="2" branch="false"/>
|
|
6550
6550
|
<line number="22" hits="1" branch="true" condition-coverage="0% (0/1)"/>
|
|
6551
6551
|
<line number="23" hits="0" branch="false"/>
|
|
6552
|
-
<line number="29" hits="
|
|
6552
|
+
<line number="29" hits="2" branch="true" condition-coverage="0% (0/1)"/>
|
|
6553
6553
|
<line number="30" hits="0" branch="false"/>
|
|
6554
|
-
<line number="33" hits="
|
|
6555
|
-
<line number="35" hits="
|
|
6556
|
-
<line number="36" hits="
|
|
6557
|
-
<line number="37" hits="
|
|
6558
|
-
<line number="54" hits="
|
|
6554
|
+
<line number="33" hits="2" branch="false"/>
|
|
6555
|
+
<line number="35" hits="2" branch="false"/>
|
|
6556
|
+
<line number="36" hits="2" branch="false"/>
|
|
6557
|
+
<line number="37" hits="12" branch="true" condition-coverage="100% (2/2)"/>
|
|
6558
|
+
<line number="54" hits="2" branch="false"/>
|
|
6559
6559
|
</lines>
|
|
6560
6560
|
</class>
|
|
6561
6561
|
<class name="factor.ts" filename="src/Slider/factor.ts" line-rate="1" branch-rate="1">
|
|
@@ -6586,9 +6586,9 @@
|
|
|
6586
6586
|
<line number="9" hits="0"/>
|
|
6587
6587
|
</lines>
|
|
6588
6588
|
</method>
|
|
6589
|
-
<method name="(anonymous_5)" hits="
|
|
6589
|
+
<method name="(anonymous_5)" hits="6" signature="()V">
|
|
6590
6590
|
<lines>
|
|
6591
|
-
<line number="15" hits="
|
|
6591
|
+
<line number="15" hits="6"/>
|
|
6592
6592
|
</lines>
|
|
6593
6593
|
</method>
|
|
6594
6594
|
<method name="(anonymous_6)" hits="0" signature="()V">
|
|
@@ -6603,10 +6603,10 @@
|
|
|
6603
6603
|
<line number="10" hits="0" branch="true" condition-coverage="0% (0/1)"/>
|
|
6604
6604
|
<line number="11" hits="0" branch="true" condition-coverage="0% (0/1)"/>
|
|
6605
6605
|
<line number="12" hits="0" branch="false"/>
|
|
6606
|
-
<line number="15" hits="
|
|
6607
|
-
<line number="16" hits="
|
|
6608
|
-
<line number="17" hits="
|
|
6609
|
-
<line number="19" hits="
|
|
6606
|
+
<line number="15" hits="6" branch="false"/>
|
|
6607
|
+
<line number="16" hits="6" branch="false"/>
|
|
6608
|
+
<line number="17" hits="6" branch="false"/>
|
|
6609
|
+
<line number="19" hits="6" branch="false"/>
|
|
6610
6610
|
<line number="22" hits="1" branch="false"/>
|
|
6611
6611
|
<line number="28" hits="0" branch="false"/>
|
|
6612
6612
|
<line number="29" hits="0" branch="false"/>
|
|
@@ -6632,24 +6632,24 @@
|
|
|
6632
6632
|
</class>
|
|
6633
6633
|
<class name="range.ts" filename="src/Slider/range.ts" line-rate="0.7585999999999999" branch-rate="0.4117">
|
|
6634
6634
|
<methods>
|
|
6635
|
-
<method name="(anonymous_6)" hits="
|
|
6635
|
+
<method name="(anonymous_6)" hits="18" signature="()V">
|
|
6636
6636
|
<lines>
|
|
6637
|
-
<line number="21" hits="
|
|
6637
|
+
<line number="21" hits="18"/>
|
|
6638
6638
|
</lines>
|
|
6639
6639
|
</method>
|
|
6640
|
-
<method name="(anonymous_7)" hits="
|
|
6640
|
+
<method name="(anonymous_7)" hits="8" signature="()V">
|
|
6641
6641
|
<lines>
|
|
6642
|
-
<line number="25" hits="
|
|
6642
|
+
<line number="25" hits="8"/>
|
|
6643
6643
|
</lines>
|
|
6644
6644
|
</method>
|
|
6645
|
-
<method name="(anonymous_8)" hits="
|
|
6645
|
+
<method name="(anonymous_8)" hits="6" signature="()V">
|
|
6646
6646
|
<lines>
|
|
6647
|
-
<line number="28" hits="
|
|
6647
|
+
<line number="28" hits="6"/>
|
|
6648
6648
|
</lines>
|
|
6649
6649
|
</method>
|
|
6650
|
-
<method name="(anonymous_9)" hits="
|
|
6650
|
+
<method name="(anonymous_9)" hits="2" signature="()V">
|
|
6651
6651
|
<lines>
|
|
6652
|
-
<line number="33" hits="
|
|
6652
|
+
<line number="33" hits="2"/>
|
|
6653
6653
|
</lines>
|
|
6654
6654
|
</method>
|
|
6655
6655
|
<method name="(anonymous_10)" hits="2" signature="()V">
|
|
@@ -6667,9 +6667,9 @@
|
|
|
6667
6667
|
<line number="53" hits="1"/>
|
|
6668
6668
|
</lines>
|
|
6669
6669
|
</method>
|
|
6670
|
-
<method name="(anonymous_13)" hits="
|
|
6670
|
+
<method name="(anonymous_13)" hits="2" signature="()V">
|
|
6671
6671
|
<lines>
|
|
6672
|
-
<line number="84" hits="
|
|
6672
|
+
<line number="84" hits="2"/>
|
|
6673
6673
|
</lines>
|
|
6674
6674
|
</method>
|
|
6675
6675
|
<method name="(anonymous_14)" hits="1" signature="()V">
|
|
@@ -6681,14 +6681,14 @@
|
|
|
6681
6681
|
<lines>
|
|
6682
6682
|
<line number="7" hits="1" branch="false"/>
|
|
6683
6683
|
<line number="9" hits="1" branch="false"/>
|
|
6684
|
-
<line number="21" hits="
|
|
6685
|
-
<line number="23" hits="
|
|
6686
|
-
<line number="25" hits="
|
|
6687
|
-
<line number="26" hits="
|
|
6688
|
-
<line number="28" hits="
|
|
6689
|
-
<line number="29" hits="
|
|
6690
|
-
<line number="33" hits="
|
|
6691
|
-
<line number="34" hits="
|
|
6684
|
+
<line number="21" hits="3" branch="false"/>
|
|
6685
|
+
<line number="23" hits="18" branch="false"/>
|
|
6686
|
+
<line number="25" hits="8" branch="false"/>
|
|
6687
|
+
<line number="26" hits="8" branch="true" condition-coverage="50% (1/2)"/>
|
|
6688
|
+
<line number="28" hits="6" branch="false"/>
|
|
6689
|
+
<line number="29" hits="6" branch="true" condition-coverage="50% (1/2)"/>
|
|
6690
|
+
<line number="33" hits="2" branch="false"/>
|
|
6691
|
+
<line number="34" hits="2" branch="true" condition-coverage="66.66666666666666% (4/6)"/>
|
|
6692
6692
|
<line number="36" hits="1" branch="false"/>
|
|
6693
6693
|
<line number="37" hits="2" branch="true" condition-coverage="0% (0/1)"/>
|
|
6694
6694
|
<line number="38" hits="0" branch="false"/>
|
|
@@ -6703,8 +6703,8 @@
|
|
|
6703
6703
|
<line number="70" hits="1" branch="true" condition-coverage="0% (0/1)"/>
|
|
6704
6704
|
<line number="71" hits="0" branch="false"/>
|
|
6705
6705
|
<line number="75" hits="0" branch="false"/>
|
|
6706
|
-
<line number="84" hits="
|
|
6707
|
-
<line number="85" hits="
|
|
6706
|
+
<line number="84" hits="2" branch="false"/>
|
|
6707
|
+
<line number="85" hits="2" branch="false"/>
|
|
6708
6708
|
<line number="86" hits="1" branch="true" condition-coverage="50% (1/2)"/>
|
|
6709
6709
|
<line number="87" hits="0" branch="false"/>
|
|
6710
6710
|
<line number="89" hits="1" branch="false"/>
|
|
@@ -6720,7 +6720,7 @@
|
|
|
6720
6720
|
<lines>
|
|
6721
6721
|
<line number="7" hits="6" branch="false"/>
|
|
6722
6722
|
<line number="8" hits="6" branch="false"/>
|
|
6723
|
-
<line number="10" hits="
|
|
6723
|
+
<line number="10" hits="8" branch="false"/>
|
|
6724
6724
|
</lines>
|
|
6725
6725
|
</class>
|
|
6726
6726
|
</classes>
|
|
@@ -6998,21 +6998,21 @@
|
|
|
6998
6998
|
</class>
|
|
6999
6999
|
<class name="classNames.ts" filename="src/utils/classNames.ts" line-rate="1" branch-rate="1">
|
|
7000
7000
|
<methods>
|
|
7001
|
-
<method name="(anonymous_1)" hits="
|
|
7001
|
+
<method name="(anonymous_1)" hits="1518" signature="()V">
|
|
7002
7002
|
<lines>
|
|
7003
|
-
<line number="7" hits="
|
|
7003
|
+
<line number="7" hits="1518"/>
|
|
7004
7004
|
</lines>
|
|
7005
7005
|
</method>
|
|
7006
|
-
<method name="(anonymous_2)" hits="
|
|
7006
|
+
<method name="(anonymous_2)" hits="340" signature="()V">
|
|
7007
7007
|
<lines>
|
|
7008
|
-
<line number="24" hits="
|
|
7008
|
+
<line number="24" hits="340"/>
|
|
7009
7009
|
</lines>
|
|
7010
7010
|
</method>
|
|
7011
7011
|
</methods>
|
|
7012
7012
|
<lines>
|
|
7013
|
-
<line number="7" hits="
|
|
7014
|
-
<line number="24" hits="
|
|
7015
|
-
<line number="25" hits="
|
|
7013
|
+
<line number="7" hits="1518" branch="false"/>
|
|
7014
|
+
<line number="24" hits="340" branch="false"/>
|
|
7015
|
+
<line number="25" hits="340" branch="false"/>
|
|
7016
7016
|
</lines>
|
|
7017
7017
|
</class>
|
|
7018
7018
|
<class name="colors.ts" filename="src/utils/colors.ts" line-rate="1" branch-rate="1">
|
|
@@ -7652,9 +7652,9 @@
|
|
|
7652
7652
|
</class>
|
|
7653
7653
|
<class name="testrenderer.tsx" filename="test/testrenderer.tsx" line-rate="0.7857" branch-rate="0.5">
|
|
7654
7654
|
<methods>
|
|
7655
|
-
<method name="(anonymous_4)" hits="
|
|
7655
|
+
<method name="(anonymous_4)" hits="47" signature="()V">
|
|
7656
7656
|
<lines>
|
|
7657
|
-
<line number="16" hits="
|
|
7657
|
+
<line number="16" hits="47"/>
|
|
7658
7658
|
</lines>
|
|
7659
7659
|
</method>
|
|
7660
7660
|
<method name="(anonymous_7)" hits="0" signature="()V">
|
|
@@ -7679,9 +7679,9 @@
|
|
|
7679
7679
|
<line number="9" hits="9" branch="false"/>
|
|
7680
7680
|
<line number="12" hits="9" branch="false"/>
|
|
7681
7681
|
<line number="16" hits="9" branch="false"/>
|
|
7682
|
-
<line number="17" hits="
|
|
7683
|
-
<line number="18" hits="
|
|
7684
|
-
<line number="20" hits="
|
|
7682
|
+
<line number="17" hits="47" branch="false"/>
|
|
7683
|
+
<line number="18" hits="47" branch="false"/>
|
|
7684
|
+
<line number="20" hits="47" branch="false"/>
|
|
7685
7685
|
<line number="32" hits="0" branch="false"/>
|
|
7686
7686
|
<line number="33" hits="9" branch="false"/>
|
|
7687
7687
|
<line number="34" hits="0" branch="true" condition-coverage="0% (0/1)"/>
|