@nordicsemiconductor/pc-nrfconnect-shared 96.0.0 → 98.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 +41 -0
- package/coverage/cobertura-coverage.xml +201 -161
- package/ipc/safeStorage.ts +36 -0
- package/main/index.ts +4 -0
- package/nrfutil/moduleVersion.ts +1 -1
- package/package.json +1 -1
- package/scripts/release-shared.ts +1 -0
- package/src/Button/Button.tsx +7 -7
- package/src/Device/deviceInfo/deviceInfo.ts +32 -1
- package/src/Device/deviceInfo/nPM-Family-Series-logo.svg +1 -0
- package/src/Dialog/Dialog.tsx +1 -1
- package/src/ErrorBoundary/ErrorBoundary.tsx +2 -2
- package/src/FactoryReset/FactoryResetButton.tsx +1 -1
- package/src/Link/ExternalLink.tsx +22 -0
- package/src/Link/FileLink.tsx +28 -0
- package/src/MasonryLayout/MasonryLayout.tsx +4 -12
- package/src/Panes/FeedbackPane.tsx +2 -2
- package/src/StartStopButton/StartStopButton.tsx +1 -1
- package/src/index.ts +5 -0
- package/src/utils/logLibVersions.ts +4 -0
- package/src/utils/persistentStore.ts +26 -0
- package/src/utils/systemReport.ts +3 -0
- package/typings/generated/ipc/safeStorage.d.ts +12 -0
- package/typings/generated/ipc/safeStorage.d.ts.map +1 -0
- package/typings/generated/main/index.d.ts +7 -0
- package/typings/generated/main/index.d.ts.map +1 -1
- package/typings/generated/nrfutil/moduleVersion.d.ts +1 -1
- package/typings/generated/nrfutil/moduleVersion.d.ts.map +1 -1
- package/typings/generated/src/Button/Button.d.ts +2 -1
- package/typings/generated/src/Button/Button.d.ts.map +1 -1
- package/typings/generated/src/Device/deviceInfo/deviceInfo.d.ts.map +1 -1
- package/typings/generated/src/Link/ExternalLink.d.ts +7 -0
- package/typings/generated/src/Link/ExternalLink.d.ts.map +1 -0
- package/typings/generated/src/Link/FileLink.d.ts +7 -0
- package/typings/generated/src/Link/FileLink.d.ts.map +1 -0
- package/typings/generated/src/MasonryLayout/MasonryLayout.d.ts.map +1 -1
- package/typings/generated/src/index.d.ts +4 -1
- package/typings/generated/src/index.d.ts.map +1 -1
- package/typings/generated/src/utils/logLibVersions.d.ts.map +1 -1
- package/typings/generated/src/utils/persistentStore.d.ts +2 -0
- package/typings/generated/src/utils/persistentStore.d.ts.map +1 -1
- package/typings/generated/src/utils/systemReport.d.ts.map +1 -1
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
<?xml version="1.0" ?>
|
|
2
2
|
<!DOCTYPE coverage SYSTEM "http://cobertura.sourceforge.net/xml/coverage-04.dtd">
|
|
3
|
-
<coverage lines-valid="
|
|
3
|
+
<coverage lines-valid="2997" lines-covered="1661" line-rate="0.5542" branches-valid="1471" branches-covered="385" branch-rate="0.26170000000000004" timestamp="1693400375873" complexity="0" version="0.1">
|
|
4
4
|
<sources>
|
|
5
5
|
<source>/home/vsts/work/1/s</source>
|
|
6
6
|
</sources>
|
|
7
7
|
<packages>
|
|
8
|
-
<package name="ipc" line-rate="0.
|
|
8
|
+
<package name="ipc" line-rate="0.9551999999999999" branch-rate="1">
|
|
9
9
|
<classes>
|
|
10
10
|
<class name="appDetails.ts" filename="ipc/appDetails.ts" line-rate="0.7" branch-rate="1">
|
|
11
11
|
<methods>
|
|
@@ -47,6 +47,22 @@
|
|
|
47
47
|
<line number="32" hits="1" branch="false"/>
|
|
48
48
|
</lines>
|
|
49
49
|
</class>
|
|
50
|
+
<class name="safeStorage.ts" filename="ipc/safeStorage.ts" line-rate="1" branch-rate="1">
|
|
51
|
+
<methods>
|
|
52
|
+
</methods>
|
|
53
|
+
<lines>
|
|
54
|
+
<line number="7" hits="11" branch="false"/>
|
|
55
|
+
<line number="9" hits="11" branch="false"/>
|
|
56
|
+
<line number="16" hits="11" branch="false"/>
|
|
57
|
+
<line number="19" hits="11" branch="false"/>
|
|
58
|
+
<line number="24" hits="11" branch="false"/>
|
|
59
|
+
<line number="25" hits="11" branch="false"/>
|
|
60
|
+
<line number="28" hits="11" branch="false"/>
|
|
61
|
+
<line number="29" hits="11" branch="false"/>
|
|
62
|
+
<line number="31" hits="11" branch="false"/>
|
|
63
|
+
<line number="36" hits="11" branch="false"/>
|
|
64
|
+
</lines>
|
|
65
|
+
</class>
|
|
50
66
|
<class name="serialPort.ts" filename="ipc/serialPort.ts" line-rate="1" branch-rate="1">
|
|
51
67
|
<methods>
|
|
52
68
|
<method name="(anonymous_5)" hits="4" signature="()V">
|
|
@@ -229,9 +245,9 @@
|
|
|
229
245
|
<line number="18" hits="0"/>
|
|
230
246
|
</lines>
|
|
231
247
|
</method>
|
|
232
|
-
<method name="(anonymous_11)" hits="
|
|
248
|
+
<method name="(anonymous_11)" hits="41" signature="()V">
|
|
233
249
|
<lines>
|
|
234
|
-
<line number="24" hits="
|
|
250
|
+
<line number="24" hits="41"/>
|
|
235
251
|
</lines>
|
|
236
252
|
</method>
|
|
237
253
|
<method name="(anonymous_12)" hits="5" signature="()V">
|
|
@@ -239,9 +255,9 @@
|
|
|
239
255
|
<line number="25" hits="5"/>
|
|
240
256
|
</lines>
|
|
241
257
|
</method>
|
|
242
|
-
<method name="(anonymous_13)" hits="
|
|
258
|
+
<method name="(anonymous_13)" hits="38" signature="()V">
|
|
243
259
|
<lines>
|
|
244
|
-
<line number="29" hits="
|
|
260
|
+
<line number="29" hits="38"/>
|
|
245
261
|
</lines>
|
|
246
262
|
</method>
|
|
247
263
|
<method name="(anonymous_14)" hits="0" signature="()V">
|
|
@@ -271,27 +287,27 @@
|
|
|
271
287
|
</method>
|
|
272
288
|
</methods>
|
|
273
289
|
<lines>
|
|
274
|
-
<line number="7" hits="
|
|
290
|
+
<line number="7" hits="12" branch="false"/>
|
|
275
291
|
<line number="10" hits="2" branch="false"/>
|
|
276
|
-
<line number="11" hits="
|
|
292
|
+
<line number="11" hits="12" branch="false"/>
|
|
277
293
|
<line number="12" hits="2" branch="false"/>
|
|
278
294
|
<line number="13" hits="0" branch="false"/>
|
|
279
295
|
<line number="15" hits="2" branch="false"/>
|
|
280
|
-
<line number="16" hits="
|
|
296
|
+
<line number="16" hits="12" branch="false"/>
|
|
281
297
|
<line number="17" hits="2" branch="false"/>
|
|
282
298
|
<line number="18" hits="0" branch="false"/>
|
|
283
299
|
<line number="19" hits="0" branch="false"/>
|
|
284
|
-
<line number="23" hits="
|
|
285
|
-
<line number="24" hits="
|
|
286
|
-
<line number="25" hits="
|
|
300
|
+
<line number="23" hits="41" branch="false"/>
|
|
301
|
+
<line number="24" hits="12" branch="false"/>
|
|
302
|
+
<line number="25" hits="41" branch="false"/>
|
|
287
303
|
<line number="26" hits="5" branch="false"/>
|
|
288
|
-
<line number="28" hits="
|
|
289
|
-
<line number="29" hits="
|
|
290
|
-
<line number="30" hits="
|
|
304
|
+
<line number="28" hits="38" branch="false"/>
|
|
305
|
+
<line number="29" hits="12" branch="false"/>
|
|
306
|
+
<line number="30" hits="38" branch="false"/>
|
|
291
307
|
<line number="35" hits="0" branch="false"/>
|
|
292
308
|
<line number="36" hits="0" branch="false"/>
|
|
293
309
|
<line number="39" hits="2" branch="false"/>
|
|
294
|
-
<line number="40" hits="
|
|
310
|
+
<line number="40" hits="12" branch="false"/>
|
|
295
311
|
<line number="41" hits="2" branch="false"/>
|
|
296
312
|
<line number="49" hits="0" branch="false"/>
|
|
297
313
|
<line number="50" hits="0" branch="false"/>
|
|
@@ -342,7 +358,7 @@
|
|
|
342
358
|
<methods>
|
|
343
359
|
</methods>
|
|
344
360
|
<lines>
|
|
345
|
-
<line number="13" hits="
|
|
361
|
+
<line number="13" hits="133" branch="false"/>
|
|
346
362
|
</lines>
|
|
347
363
|
</class>
|
|
348
364
|
<class name="packageJsonMock.ts" filename="mocks/packageJsonMock.ts" line-rate="1" branch-rate="1">
|
|
@@ -1744,7 +1760,7 @@
|
|
|
1744
1760
|
</method>
|
|
1745
1761
|
<method name="(anonymous_22)" hits="0" signature="()V">
|
|
1746
1762
|
<lines>
|
|
1747
|
-
<line number="
|
|
1763
|
+
<line number="192" hits="0"/>
|
|
1748
1764
|
</lines>
|
|
1749
1765
|
</method>
|
|
1750
1766
|
</methods>
|
|
@@ -1798,16 +1814,16 @@
|
|
|
1798
1814
|
<line number="166" hits="0" branch="false"/>
|
|
1799
1815
|
<line number="170" hits="0" branch="false"/>
|
|
1800
1816
|
<line number="171" hits="0" branch="false"/>
|
|
1801
|
-
<line number="
|
|
1802
|
-
<line number="
|
|
1803
|
-
<line number="192" hits="0" branch="false"/>
|
|
1817
|
+
<line number="188" hits="0" branch="true" condition-coverage="0% (0/4)"/>
|
|
1818
|
+
<line number="192" hits="1" branch="false"/>
|
|
1804
1819
|
<line number="193" hits="0" branch="false"/>
|
|
1805
|
-
<line number="
|
|
1806
|
-
<line number="
|
|
1807
|
-
<line number="200" hits="0" branch="
|
|
1808
|
-
<line number="
|
|
1809
|
-
<line number="205" hits="1" branch="
|
|
1810
|
-
<line number="206" hits="
|
|
1820
|
+
<line number="194" hits="0" branch="false"/>
|
|
1821
|
+
<line number="197" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
1822
|
+
<line number="200" hits="0" branch="true" condition-coverage="0% (0/1)"/>
|
|
1823
|
+
<line number="201" hits="0" branch="false"/>
|
|
1824
|
+
<line number="205" hits="1" branch="false"/>
|
|
1825
|
+
<line number="206" hits="1" branch="true" condition-coverage="0% (0/1)"/>
|
|
1826
|
+
<line number="207" hits="0" branch="false"/>
|
|
1811
1827
|
</lines>
|
|
1812
1828
|
</class>
|
|
1813
1829
|
</classes>
|
|
@@ -2500,21 +2516,21 @@
|
|
|
2500
2516
|
</class>
|
|
2501
2517
|
</classes>
|
|
2502
2518
|
</package>
|
|
2503
|
-
<package name="src.Button" line-rate="1" branch-rate="0.
|
|
2519
|
+
<package name="src.Button" line-rate="1" branch-rate="0.7726999999999999">
|
|
2504
2520
|
<classes>
|
|
2505
|
-
<class name="Button.tsx" filename="src/Button/Button.tsx" line-rate="1" branch-rate="0.
|
|
2521
|
+
<class name="Button.tsx" filename="src/Button/Button.tsx" line-rate="1" branch-rate="0.7726999999999999">
|
|
2506
2522
|
<methods>
|
|
2507
2523
|
<method name="(anonymous_2)" hits="88" signature="()V">
|
|
2508
2524
|
<lines>
|
|
2509
|
-
<line number="
|
|
2525
|
+
<line number="33" hits="88"/>
|
|
2510
2526
|
</lines>
|
|
2511
2527
|
</method>
|
|
2512
2528
|
</methods>
|
|
2513
2529
|
<lines>
|
|
2514
2530
|
<line number="7" hits="6" branch="false"/>
|
|
2515
2531
|
<line number="9" hits="6" branch="false"/>
|
|
2516
|
-
<line number="
|
|
2517
|
-
<line number="
|
|
2532
|
+
<line number="33" hits="6" branch="false"/>
|
|
2533
|
+
<line number="43" hits="88" branch="false"/>
|
|
2518
2534
|
<line number="76" hits="88" branch="false"/>
|
|
2519
2535
|
</lines>
|
|
2520
2536
|
</class>
|
|
@@ -4848,38 +4864,38 @@
|
|
|
4848
4864
|
</class>
|
|
4849
4865
|
</classes>
|
|
4850
4866
|
</package>
|
|
4851
|
-
<package name="src.Device.deviceInfo" line-rate="0.
|
|
4867
|
+
<package name="src.Device.deviceInfo" line-rate="0.7646999999999999" branch-rate="0.4181">
|
|
4852
4868
|
<classes>
|
|
4853
|
-
<class name="deviceInfo.ts" filename="src/Device/deviceInfo/deviceInfo.ts" line-rate="0.
|
|
4869
|
+
<class name="deviceInfo.ts" filename="src/Device/deviceInfo/deviceInfo.ts" line-rate="0.7646999999999999" branch-rate="0.4181">
|
|
4854
4870
|
<methods>
|
|
4855
4871
|
<method name="(anonymous_9)" hits="56" signature="()V">
|
|
4856
4872
|
<lines>
|
|
4857
|
-
<line number="
|
|
4873
|
+
<line number="233" hits="56"/>
|
|
4858
4874
|
</lines>
|
|
4859
4875
|
</method>
|
|
4860
4876
|
<method name="(anonymous_11)" hits="56" signature="()V">
|
|
4861
4877
|
<lines>
|
|
4862
|
-
<line number="
|
|
4878
|
+
<line number="251" hits="56"/>
|
|
4863
4879
|
</lines>
|
|
4864
4880
|
</method>
|
|
4865
4881
|
<method name="(anonymous_12)" hits="28" signature="()V">
|
|
4866
4882
|
<lines>
|
|
4867
|
-
<line number="
|
|
4883
|
+
<line number="254" hits="28"/>
|
|
4868
4884
|
</lines>
|
|
4869
4885
|
</method>
|
|
4870
4886
|
<method name="(anonymous_13)" hits="28" signature="()V">
|
|
4871
4887
|
<lines>
|
|
4872
|
-
<line number="
|
|
4888
|
+
<line number="261" hits="28"/>
|
|
4873
4889
|
</lines>
|
|
4874
4890
|
</method>
|
|
4875
4891
|
<method name="(anonymous_14)" hits="0" signature="()V">
|
|
4876
4892
|
<lines>
|
|
4877
|
-
<line number="
|
|
4893
|
+
<line number="272" hits="0"/>
|
|
4878
4894
|
</lines>
|
|
4879
4895
|
</method>
|
|
4880
4896
|
<method name="(anonymous_15)" hits="0" signature="()V">
|
|
4881
4897
|
<lines>
|
|
4882
|
-
<line number="
|
|
4898
|
+
<line number="276" hits="0"/>
|
|
4883
4899
|
</lines>
|
|
4884
4900
|
</method>
|
|
4885
4901
|
</methods>
|
|
@@ -4892,31 +4908,32 @@
|
|
|
4892
4908
|
<line number="39" hits="3" branch="false"/>
|
|
4893
4909
|
<line number="40" hits="3" branch="false"/>
|
|
4894
4910
|
<line number="41" hits="3" branch="false"/>
|
|
4895
|
-
<line number="
|
|
4896
|
-
<line number="
|
|
4897
|
-
<line number="
|
|
4898
|
-
<line number="
|
|
4899
|
-
<line number="
|
|
4900
|
-
<line number="
|
|
4901
|
-
<line number="
|
|
4902
|
-
<line number="
|
|
4903
|
-
<line number="
|
|
4904
|
-
<line number="
|
|
4905
|
-
<line number="
|
|
4906
|
-
<line number="
|
|
4907
|
-
<line number="
|
|
4908
|
-
<line number="
|
|
4909
|
-
<line number="
|
|
4910
|
-
<line number="
|
|
4911
|
-
<line number="
|
|
4912
|
-
<line number="
|
|
4913
|
-
<line number="
|
|
4914
|
-
<line number="
|
|
4915
|
-
<line number="
|
|
4916
|
-
<line number="
|
|
4917
|
-
<line number="
|
|
4918
|
-
<line number="
|
|
4919
|
-
<line number="
|
|
4911
|
+
<line number="42" hits="3" branch="false"/>
|
|
4912
|
+
<line number="73" hits="3" branch="false"/>
|
|
4913
|
+
<line number="217" hits="56" branch="true" condition-coverage="75% (3/4)"/>
|
|
4914
|
+
<line number="219" hits="3" branch="false"/>
|
|
4915
|
+
<line number="221" hits="112" branch="true" condition-coverage="83.33333333333334% (5/6)"/>
|
|
4916
|
+
<line number="223" hits="0" branch="false"/>
|
|
4917
|
+
<line number="233" hits="3" branch="false"/>
|
|
4918
|
+
<line number="234" hits="56" branch="true" condition-coverage="0% (0/1)"/>
|
|
4919
|
+
<line number="235" hits="0" branch="true" condition-coverage="0% (0/7)"/>
|
|
4920
|
+
<line number="236" hits="0" branch="false"/>
|
|
4921
|
+
<line number="238" hits="0" branch="true" condition-coverage="0% (0/5)"/>
|
|
4922
|
+
<line number="239" hits="0" branch="false"/>
|
|
4923
|
+
<line number="242" hits="56" branch="false"/>
|
|
4924
|
+
<line number="245" hits="56" branch="false"/>
|
|
4925
|
+
<line number="251" hits="28" branch="false"/>
|
|
4926
|
+
<line number="252" hits="56" branch="true" condition-coverage="100% (3/3)"/>
|
|
4927
|
+
<line number="254" hits="3" branch="false"/>
|
|
4928
|
+
<line number="257" hits="28" branch="true" condition-coverage="100% (3/3)"/>
|
|
4929
|
+
<line number="261" hits="28" branch="false"/>
|
|
4930
|
+
<line number="265" hits="28" branch="true" condition-coverage="66.66666666666666% (2/3)"/>
|
|
4931
|
+
<line number="266" hits="0" branch="false"/>
|
|
4932
|
+
<line number="269" hits="28" branch="true" condition-coverage="14.285714285714285% (1/7)"/>
|
|
4933
|
+
<line number="272" hits="3" branch="false"/>
|
|
4934
|
+
<line number="273" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
4935
|
+
<line number="276" hits="3" branch="false"/>
|
|
4936
|
+
<line number="277" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
4920
4937
|
</lines>
|
|
4921
4938
|
</class>
|
|
4922
4939
|
</classes>
|
|
@@ -6951,7 +6968,7 @@
|
|
|
6951
6968
|
</class>
|
|
6952
6969
|
</classes>
|
|
6953
6970
|
</package>
|
|
6954
|
-
<package name="src.utils" line-rate="0.
|
|
6971
|
+
<package name="src.utils" line-rate="0.6365999999999999" branch-rate="0.1603">
|
|
6955
6972
|
<classes>
|
|
6956
6973
|
<class name="appDirs.ts" filename="src/utils/appDirs.ts" line-rate="0.6666" branch-rate="0">
|
|
6957
6974
|
<methods>
|
|
@@ -6998,9 +7015,9 @@
|
|
|
6998
7015
|
</class>
|
|
6999
7016
|
<class name="classNames.ts" filename="src/utils/classNames.ts" line-rate="1" branch-rate="1">
|
|
7000
7017
|
<methods>
|
|
7001
|
-
<method name="(anonymous_1)" hits="
|
|
7018
|
+
<method name="(anonymous_1)" hits="1606" signature="()V">
|
|
7002
7019
|
<lines>
|
|
7003
|
-
<line number="7" hits="
|
|
7020
|
+
<line number="7" hits="1606"/>
|
|
7004
7021
|
</lines>
|
|
7005
7022
|
</method>
|
|
7006
7023
|
<method name="(anonymous_2)" hits="340" signature="()V">
|
|
@@ -7010,7 +7027,7 @@
|
|
|
7010
7027
|
</method>
|
|
7011
7028
|
</methods>
|
|
7012
7029
|
<lines>
|
|
7013
|
-
<line number="7" hits="
|
|
7030
|
+
<line number="7" hits="1606" branch="false"/>
|
|
7014
7031
|
<line number="24" hits="340" branch="false"/>
|
|
7015
7032
|
<line number="25" hits="340" branch="false"/>
|
|
7016
7033
|
</lines>
|
|
@@ -7058,101 +7075,111 @@
|
|
|
7058
7075
|
<line number="46" hits="0" branch="false"/>
|
|
7059
7076
|
</lines>
|
|
7060
7077
|
</class>
|
|
7061
|
-
<class name="persistentStore.ts" filename="src/utils/persistentStore.ts" line-rate="0.
|
|
7078
|
+
<class name="persistentStore.ts" filename="src/utils/persistentStore.ts" line-rate="0.629" branch-rate="0.11109999999999999">
|
|
7062
7079
|
<methods>
|
|
7063
|
-
<method name="(anonymous_19)" hits="0" signature="()V">
|
|
7064
|
-
<lines>
|
|
7065
|
-
<line number="38" hits="0"/>
|
|
7066
|
-
</lines>
|
|
7067
|
-
</method>
|
|
7068
|
-
<method name="(anonymous_20)" hits="9" signature="()V">
|
|
7069
|
-
<lines>
|
|
7070
|
-
<line number="40" hits="9"/>
|
|
7071
|
-
</lines>
|
|
7072
|
-
</method>
|
|
7073
7080
|
<method name="(anonymous_21)" hits="0" signature="()V">
|
|
7074
7081
|
<lines>
|
|
7075
|
-
<line number="
|
|
7082
|
+
<line number="39" hits="0"/>
|
|
7076
7083
|
</lines>
|
|
7077
7084
|
</method>
|
|
7078
7085
|
<method name="(anonymous_22)" hits="9" signature="()V">
|
|
7079
7086
|
<lines>
|
|
7080
|
-
<line number="
|
|
7087
|
+
<line number="41" hits="9"/>
|
|
7081
7088
|
</lines>
|
|
7082
7089
|
</method>
|
|
7083
7090
|
<method name="(anonymous_23)" hits="0" signature="()V">
|
|
7084
7091
|
<lines>
|
|
7085
|
-
<line number="
|
|
7092
|
+
<line number="44" hits="0"/>
|
|
7086
7093
|
</lines>
|
|
7087
7094
|
</method>
|
|
7088
7095
|
<method name="(anonymous_24)" hits="9" signature="()V">
|
|
7089
7096
|
<lines>
|
|
7090
|
-
<line number="
|
|
7097
|
+
<line number="46" hits="9"/>
|
|
7091
7098
|
</lines>
|
|
7092
7099
|
</method>
|
|
7093
7100
|
<method name="(anonymous_25)" hits="0" signature="()V">
|
|
7094
7101
|
<lines>
|
|
7095
|
-
<line number="
|
|
7102
|
+
<line number="49" hits="0"/>
|
|
7096
7103
|
</lines>
|
|
7097
7104
|
</method>
|
|
7098
7105
|
<method name="(anonymous_26)" hits="0" signature="()V">
|
|
7099
7106
|
<lines>
|
|
7100
|
-
<line number="
|
|
7107
|
+
<line number="58" hits="0"/>
|
|
7101
7108
|
</lines>
|
|
7102
7109
|
</method>
|
|
7103
7110
|
<method name="(anonymous_27)" hits="0" signature="()V">
|
|
7104
7111
|
<lines>
|
|
7105
|
-
<line number="
|
|
7112
|
+
<line number="74" hits="0"/>
|
|
7106
7113
|
</lines>
|
|
7107
7114
|
</method>
|
|
7108
|
-
<method name="(anonymous_28)" hits="
|
|
7115
|
+
<method name="(anonymous_28)" hits="9" signature="()V">
|
|
7109
7116
|
<lines>
|
|
7110
|
-
<line number="
|
|
7117
|
+
<line number="82" hits="9"/>
|
|
7111
7118
|
</lines>
|
|
7112
7119
|
</method>
|
|
7113
7120
|
<method name="(anonymous_29)" hits="0" signature="()V">
|
|
7114
7121
|
<lines>
|
|
7115
|
-
<line number="
|
|
7122
|
+
<line number="91" hits="0"/>
|
|
7116
7123
|
</lines>
|
|
7117
7124
|
</method>
|
|
7118
7125
|
<method name="(anonymous_30)" hits="0" signature="()V">
|
|
7119
7126
|
<lines>
|
|
7120
|
-
<line number="
|
|
7127
|
+
<line number="100" hits="0"/>
|
|
7121
7128
|
</lines>
|
|
7122
7129
|
</method>
|
|
7123
7130
|
<method name="(anonymous_31)" hits="0" signature="()V">
|
|
7124
7131
|
<lines>
|
|
7125
|
-
<line number="
|
|
7132
|
+
<line number="112" hits="0"/>
|
|
7126
7133
|
</lines>
|
|
7127
7134
|
</method>
|
|
7128
|
-
<method name="(anonymous_32)" hits="
|
|
7135
|
+
<method name="(anonymous_32)" hits="3" signature="()V">
|
|
7129
7136
|
<lines>
|
|
7130
|
-
<line number="
|
|
7137
|
+
<line number="114" hits="3"/>
|
|
7131
7138
|
</lines>
|
|
7132
7139
|
</method>
|
|
7133
7140
|
<method name="(anonymous_33)" hits="0" signature="()V">
|
|
7134
7141
|
<lines>
|
|
7135
|
-
<line number="
|
|
7142
|
+
<line number="116" hits="0"/>
|
|
7143
|
+
</lines>
|
|
7144
|
+
</method>
|
|
7145
|
+
<method name="(anonymous_34)" hits="0" signature="()V">
|
|
7146
|
+
<lines>
|
|
7147
|
+
<line number="119" hits="0"/>
|
|
7136
7148
|
</lines>
|
|
7137
7149
|
</method>
|
|
7138
|
-
<method name="(
|
|
7150
|
+
<method name="(anonymous_35)" hits="0" signature="()V">
|
|
7139
7151
|
<lines>
|
|
7140
|
-
<line number="
|
|
7152
|
+
<line number="120" hits="0"/>
|
|
7141
7153
|
</lines>
|
|
7142
7154
|
</method>
|
|
7143
|
-
<method name="(
|
|
7155
|
+
<method name="(anonymous_36)" hits="0" signature="()V">
|
|
7144
7156
|
<lines>
|
|
7145
|
-
<line number="
|
|
7157
|
+
<line number="126" hits="0"/>
|
|
7146
7158
|
</lines>
|
|
7147
7159
|
</method>
|
|
7148
|
-
<method name="(
|
|
7160
|
+
<method name="(anonymous_37)" hits="0" signature="()V">
|
|
7149
7161
|
<lines>
|
|
7150
|
-
<line number="
|
|
7162
|
+
<line number="129" hits="0"/>
|
|
7151
7163
|
</lines>
|
|
7152
7164
|
</method>
|
|
7153
|
-
<method name="(
|
|
7165
|
+
<method name="(anonymous_38)" hits="9" signature="()V">
|
|
7154
7166
|
<lines>
|
|
7155
|
-
<line number="
|
|
7167
|
+
<line number="131" hits="9"/>
|
|
7168
|
+
</lines>
|
|
7169
|
+
</method>
|
|
7170
|
+
<method name="(anonymous_39)" hits="7" signature="()V">
|
|
7171
|
+
<lines>
|
|
7172
|
+
<line number="142" hits="7"/>
|
|
7173
|
+
</lines>
|
|
7174
|
+
</method>
|
|
7175
|
+
<method name="(anonymous_40)" hits="1" signature="()V">
|
|
7176
|
+
<lines>
|
|
7177
|
+
<line number="164" hits="1"/>
|
|
7178
|
+
</lines>
|
|
7179
|
+
</method>
|
|
7180
|
+
<method name="(anonymous_41)" hits="1" signature="()V">
|
|
7181
|
+
<lines>
|
|
7182
|
+
<line number="169" hits="1"/>
|
|
7156
7183
|
</lines>
|
|
7157
7184
|
</method>
|
|
7158
7185
|
</methods>
|
|
@@ -7161,51 +7188,64 @@
|
|
|
7161
7188
|
<line number="10" hits="11" branch="false"/>
|
|
7162
7189
|
<line number="12" hits="11" branch="false"/>
|
|
7163
7190
|
<line number="13" hits="11" branch="false"/>
|
|
7164
|
-
<line number="
|
|
7165
|
-
<line number="
|
|
7166
|
-
<line number="39" hits="
|
|
7167
|
-
<line number="40" hits="
|
|
7168
|
-
<line number="41" hits="
|
|
7169
|
-
<line number="
|
|
7170
|
-
<line number="44" hits="
|
|
7171
|
-
<line number="45" hits="
|
|
7172
|
-
<line number="46" hits="
|
|
7173
|
-
<line number="
|
|
7191
|
+
<line number="14" hits="11" branch="false"/>
|
|
7192
|
+
<line number="29" hits="11" branch="false"/>
|
|
7193
|
+
<line number="39" hits="11" branch="false"/>
|
|
7194
|
+
<line number="40" hits="0" branch="false"/>
|
|
7195
|
+
<line number="41" hits="11" branch="false"/>
|
|
7196
|
+
<line number="42" hits="9" branch="false"/>
|
|
7197
|
+
<line number="44" hits="11" branch="false"/>
|
|
7198
|
+
<line number="45" hits="0" branch="false"/>
|
|
7199
|
+
<line number="46" hits="11" branch="false"/>
|
|
7200
|
+
<line number="47" hits="9" branch="false"/>
|
|
7201
|
+
<line number="49" hits="11" branch="false"/>
|
|
7202
|
+
<line number="50" hits="0" branch="false"/>
|
|
7203
|
+
<line number="51" hits="0" branch="true" condition-coverage="0% (0/1)"/>
|
|
7174
7204
|
<line number="52" hits="0" branch="false"/>
|
|
7175
|
-
<line number="
|
|
7176
|
-
<line number="
|
|
7177
|
-
<line number="
|
|
7178
|
-
<line number="
|
|
7179
|
-
<line number="
|
|
7180
|
-
<line number="
|
|
7205
|
+
<line number="55" hits="0" branch="false"/>
|
|
7206
|
+
<line number="56" hits="0" branch="false"/>
|
|
7207
|
+
<line number="58" hits="11" branch="false"/>
|
|
7208
|
+
<line number="59" hits="0" branch="false"/>
|
|
7209
|
+
<line number="60" hits="0" branch="true" condition-coverage="0% (0/1)"/>
|
|
7210
|
+
<line number="61" hits="0" branch="false"/>
|
|
7211
|
+
<line number="64" hits="0" branch="false"/>
|
|
7212
|
+
<line number="69" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
7181
7213
|
<line number="74" hits="11" branch="false"/>
|
|
7182
7214
|
<line number="78" hits="0" branch="false"/>
|
|
7183
|
-
<line number="
|
|
7184
|
-
<line number="
|
|
7185
|
-
<line number="
|
|
7186
|
-
<line number="
|
|
7187
|
-
<line number="
|
|
7188
|
-
<line number="90" hits="11" branch="false"/>
|
|
7189
|
-
<line number="91" hits="0" branch="false"/>
|
|
7190
|
-
<line number="93" hits="11" branch="false"/>
|
|
7191
|
-
<line number="94" hits="11" branch="false"/>
|
|
7192
|
-
<line number="95" hits="0" branch="false"/>
|
|
7215
|
+
<line number="82" hits="11" branch="false"/>
|
|
7216
|
+
<line number="85" hits="9" branch="false"/>
|
|
7217
|
+
<line number="86" hits="9" branch="false"/>
|
|
7218
|
+
<line number="89" hits="9" branch="false"/>
|
|
7219
|
+
<line number="91" hits="11" branch="false"/>
|
|
7193
7220
|
<line number="96" hits="0" branch="false"/>
|
|
7194
|
-
<line number="98" hits="0" branch="false"/>
|
|
7195
7221
|
<line number="100" hits="11" branch="false"/>
|
|
7196
|
-
<line number="101" hits="0" branch="true" condition-coverage="0% (0/4)"/>
|
|
7197
|
-
<line number="103" hits="11" branch="false"/>
|
|
7198
7222
|
<line number="104" hits="0" branch="false"/>
|
|
7199
|
-
<line number="
|
|
7200
|
-
<line number="
|
|
7223
|
+
<line number="107" hits="0" branch="false"/>
|
|
7224
|
+
<line number="112" hits="11" branch="false"/>
|
|
7225
|
+
<line number="113" hits="0" branch="false"/>
|
|
7226
|
+
<line number="114" hits="11" branch="false"/>
|
|
7227
|
+
<line number="115" hits="3" branch="false"/>
|
|
7201
7228
|
<line number="116" hits="11" branch="false"/>
|
|
7202
|
-
<line number="
|
|
7203
|
-
<line number="
|
|
7204
|
-
<line number="
|
|
7205
|
-
<line number="
|
|
7206
|
-
<line number="
|
|
7207
|
-
<line number="
|
|
7208
|
-
<line number="
|
|
7229
|
+
<line number="117" hits="0" branch="false"/>
|
|
7230
|
+
<line number="119" hits="11" branch="false"/>
|
|
7231
|
+
<line number="120" hits="11" branch="false"/>
|
|
7232
|
+
<line number="121" hits="0" branch="false"/>
|
|
7233
|
+
<line number="122" hits="0" branch="false"/>
|
|
7234
|
+
<line number="124" hits="0" branch="false"/>
|
|
7235
|
+
<line number="126" hits="11" branch="false"/>
|
|
7236
|
+
<line number="127" hits="0" branch="true" condition-coverage="0% (0/4)"/>
|
|
7237
|
+
<line number="129" hits="11" branch="false"/>
|
|
7238
|
+
<line number="130" hits="0" branch="false"/>
|
|
7239
|
+
<line number="131" hits="11" branch="false"/>
|
|
7240
|
+
<line number="132" hits="9" branch="false"/>
|
|
7241
|
+
<line number="142" hits="11" branch="false"/>
|
|
7242
|
+
<line number="149" hits="7" branch="true" condition-coverage="100% (1/1)"/>
|
|
7243
|
+
<line number="150" hits="3" branch="false"/>
|
|
7244
|
+
<line number="159" hits="7" branch="false"/>
|
|
7245
|
+
<line number="164" hits="11" branch="false"/>
|
|
7246
|
+
<line number="165" hits="1" branch="false"/>
|
|
7247
|
+
<line number="169" hits="11" branch="false"/>
|
|
7248
|
+
<line number="170" hits="1" branch="false"/>
|
|
7209
7249
|
</lines>
|
|
7210
7250
|
</class>
|
|
7211
7251
|
<class name="systemReport.ts" filename="src/utils/systemReport.ts" line-rate="0.37829999999999997" branch-rate="0">
|
|
@@ -7217,22 +7257,22 @@
|
|
|
7217
7257
|
</method>
|
|
7218
7258
|
<method name="(anonymous_7)" hits="0" signature="()V">
|
|
7219
7259
|
<lines>
|
|
7220
|
-
<line number="
|
|
7260
|
+
<line number="96" hits="0"/>
|
|
7221
7261
|
</lines>
|
|
7222
7262
|
</method>
|
|
7223
7263
|
<method name="(anonymous_8)" hits="0" signature="()V">
|
|
7224
7264
|
<lines>
|
|
7225
|
-
<line number="
|
|
7265
|
+
<line number="101" hits="0"/>
|
|
7226
7266
|
</lines>
|
|
7227
7267
|
</method>
|
|
7228
7268
|
<method name="(anonymous_9)" hits="0" signature="()V">
|
|
7229
7269
|
<lines>
|
|
7230
|
-
<line number="
|
|
7270
|
+
<line number="118" hits="0"/>
|
|
7231
7271
|
</lines>
|
|
7232
7272
|
</method>
|
|
7233
7273
|
<method name="(anonymous_10)" hits="0" signature="()V">
|
|
7234
7274
|
<lines>
|
|
7235
|
-
<line number="
|
|
7275
|
+
<line number="132" hits="0"/>
|
|
7236
7276
|
</lines>
|
|
7237
7277
|
</method>
|
|
7238
7278
|
</methods>
|
|
@@ -7253,27 +7293,27 @@
|
|
|
7253
7293
|
<line number="55" hits="0" branch="false"/>
|
|
7254
7294
|
<line number="56" hits="0" branch="false"/>
|
|
7255
7295
|
<line number="58" hits="0" branch="false"/>
|
|
7256
|
-
<line number="
|
|
7257
|
-
<line number="
|
|
7258
|
-
<line number="
|
|
7259
|
-
<line number="
|
|
7260
|
-
<line number="
|
|
7261
|
-
<line number="100" hits="0" branch="false"/>
|
|
7296
|
+
<line number="90" hits="0" branch="true" condition-coverage="0% (0/1)"/>
|
|
7297
|
+
<line number="94" hits="0" branch="false"/>
|
|
7298
|
+
<line number="96" hits="0" branch="true" condition-coverage="0% (0/4)"/>
|
|
7299
|
+
<line number="101" hits="2" branch="false"/>
|
|
7300
|
+
<line number="102" hits="0" branch="true" condition-coverage="0% (0/1)"/>
|
|
7262
7301
|
<line number="103" hits="0" branch="false"/>
|
|
7263
|
-
<line number="
|
|
7264
|
-
<line number="
|
|
7265
|
-
<line number="
|
|
7266
|
-
<line number="
|
|
7267
|
-
<line number="
|
|
7268
|
-
<line number="
|
|
7269
|
-
<line number="
|
|
7270
|
-
<line number="
|
|
7271
|
-
<line number="144" hits="0" branch="false"/>
|
|
7302
|
+
<line number="106" hits="0" branch="false"/>
|
|
7303
|
+
<line number="108" hits="0" branch="false"/>
|
|
7304
|
+
<line number="118" hits="2" branch="false"/>
|
|
7305
|
+
<line number="124" hits="0" branch="false"/>
|
|
7306
|
+
<line number="132" hits="2" branch="false"/>
|
|
7307
|
+
<line number="137" hits="0" branch="false"/>
|
|
7308
|
+
<line number="138" hits="0" branch="false"/>
|
|
7309
|
+
<line number="139" hits="0" branch="false"/>
|
|
7272
7310
|
<line number="146" hits="0" branch="false"/>
|
|
7273
7311
|
<line number="147" hits="0" branch="false"/>
|
|
7274
|
-
<line number="148" hits="0" branch="false"/>
|
|
7275
7312
|
<line number="149" hits="0" branch="false"/>
|
|
7313
|
+
<line number="150" hits="0" branch="false"/>
|
|
7276
7314
|
<line number="151" hits="0" branch="false"/>
|
|
7315
|
+
<line number="152" hits="0" branch="false"/>
|
|
7316
|
+
<line number="154" hits="0" branch="false"/>
|
|
7277
7317
|
</lines>
|
|
7278
7318
|
</class>
|
|
7279
7319
|
<class name="truncateMiddle.ts" filename="src/utils/truncateMiddle.ts" line-rate="1" branch-rate="1">
|