@nordicsemiconductor/pc-nrfconnect-shared 97.0.0 → 99.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 +50 -0
- package/coverage/cobertura-coverage.xml +532 -490
- package/nrfutil/device/batch.ts +1 -1
- package/nrfutil/device/common.ts +5 -1
- package/nrfutil/device/device.ts +4 -5
- package/nrfutil/device/list.ts +5 -1
- package/nrfutil/sandbox.ts +2 -2
- package/package.json +1 -1
- package/src/Button/Button.tsx +7 -7
- package/src/Device/DeviceSelector/DeviceSelector.tsx +2 -5
- package/src/Device/deviceAutoSelectSlice.ts +8 -1
- package/src/Device/deviceLister.ts +1 -7
- package/src/Device/sdfuOperations.ts +5 -4
- 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 -1
- package/src/utils/persistentStore.ts +26 -0
- package/typings/generated/nrfutil/device/common.d.ts.map +1 -1
- package/typings/generated/nrfutil/device/device.d.ts +1 -1
- package/typings/generated/nrfutil/device/device.d.ts.map +1 -1
- package/typings/generated/nrfutil/device/list.d.ts +1 -1
- package/typings/generated/nrfutil/device/list.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/DeviceSelector/DeviceSelector.d.ts.map +1 -1
- package/typings/generated/src/Device/deviceAutoSelectSlice.d.ts +2 -1
- package/typings/generated/src/Device/deviceAutoSelectSlice.d.ts.map +1 -1
- package/typings/generated/src/Device/deviceLister.d.ts +0 -1
- package/typings/generated/src/Device/deviceLister.d.ts.map +1 -1
- package/typings/generated/src/Device/sdfuOperations.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 -3
- package/typings/generated/src/index.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
|
@@ -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="3000" lines-covered="1660" line-rate="0.5533" branches-valid="1476" branches-covered="385" branch-rate="0.2608" timestamp="1693863871155" 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"/>
|
|
@@ -789,7 +805,7 @@
|
|
|
789
805
|
<line number="216" hits="0" branch="false"/>
|
|
790
806
|
<line number="219" hits="0" branch="false"/>
|
|
791
807
|
<line number="220" hits="0" branch="false"/>
|
|
792
|
-
<line number="225" hits="0" branch="
|
|
808
|
+
<line number="225" hits="0" branch="true" condition-coverage="0% (0/4)"/>
|
|
793
809
|
<line number="230" hits="0" branch="true" condition-coverage="0% (0/1)"/>
|
|
794
810
|
<line number="231" hits="0" branch="false"/>
|
|
795
811
|
<line number="233" hits="0" branch="false"/>
|
|
@@ -912,7 +928,7 @@
|
|
|
912
928
|
</class>
|
|
913
929
|
</classes>
|
|
914
930
|
</package>
|
|
915
|
-
<package name="nrfutil.device" line-rate="0.
|
|
931
|
+
<package name="nrfutil.device" line-rate="0.2857" branch-rate="0">
|
|
916
932
|
<classes>
|
|
917
933
|
<class name="batch.ts" filename="nrfutil/device/batch.ts" line-rate="0.1525" branch-rate="0">
|
|
918
934
|
<methods>
|
|
@@ -1110,7 +1126,7 @@
|
|
|
1110
1126
|
<line number="70" hits="0" branch="false"/>
|
|
1111
1127
|
</lines>
|
|
1112
1128
|
</class>
|
|
1113
|
-
<class name="common.ts" filename="nrfutil/device/common.ts" line-rate="0.
|
|
1129
|
+
<class name="common.ts" filename="nrfutil/device/common.ts" line-rate="0.1739" branch-rate="0">
|
|
1114
1130
|
<methods>
|
|
1115
1131
|
<method name="(anonymous_6)" hits="0" signature="()V">
|
|
1116
1132
|
<lines>
|
|
@@ -1139,12 +1155,12 @@
|
|
|
1139
1155
|
</method>
|
|
1140
1156
|
<method name="(anonymous_11)" hits="0" signature="()V">
|
|
1141
1157
|
<lines>
|
|
1142
|
-
<line number="
|
|
1158
|
+
<line number="248" hits="0"/>
|
|
1143
1159
|
</lines>
|
|
1144
1160
|
</method>
|
|
1145
1161
|
<method name="(anonymous_12)" hits="0" signature="()V">
|
|
1146
1162
|
<lines>
|
|
1147
|
-
<line number="
|
|
1163
|
+
<line number="264" hits="0"/>
|
|
1148
1164
|
</lines>
|
|
1149
1165
|
</method>
|
|
1150
1166
|
</methods>
|
|
@@ -1184,19 +1200,20 @@
|
|
|
1184
1200
|
<line number="226" hits="0" branch="true" condition-coverage="0% (0/4)"/>
|
|
1185
1201
|
<line number="227" hits="0" branch="false"/>
|
|
1186
1202
|
<line number="231" hits="0" branch="false"/>
|
|
1187
|
-
<line number="
|
|
1203
|
+
<line number="236" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
1188
1204
|
<line number="237" hits="0" branch="false"/>
|
|
1189
|
-
<line number="240" hits="0" branch="false"/>
|
|
1190
1205
|
<line number="241" hits="0" branch="false"/>
|
|
1191
|
-
<line number="244" hits="
|
|
1192
|
-
<line number="
|
|
1193
|
-
<line number="
|
|
1194
|
-
<line number="
|
|
1195
|
-
<line number="
|
|
1196
|
-
<line number="
|
|
1206
|
+
<line number="244" hits="0" branch="false"/>
|
|
1207
|
+
<line number="245" hits="0" branch="false"/>
|
|
1208
|
+
<line number="248" hits="3" branch="false"/>
|
|
1209
|
+
<line number="255" hits="0" branch="false"/>
|
|
1210
|
+
<line number="256" hits="0" branch="false"/>
|
|
1211
|
+
<line number="264" hits="3" branch="false"/>
|
|
1212
|
+
<line number="271" hits="0" branch="false"/>
|
|
1213
|
+
<line number="272" hits="0" branch="false"/>
|
|
1197
1214
|
</lines>
|
|
1198
1215
|
</class>
|
|
1199
|
-
<class name="device.ts" filename="nrfutil/device/device.ts" line-rate="0.
|
|
1216
|
+
<class name="device.ts" filename="nrfutil/device/device.ts" line-rate="0.6428" branch-rate="0">
|
|
1200
1217
|
<methods>
|
|
1201
1218
|
<method name="(anonymous_2)" hits="0" signature="()V">
|
|
1202
1219
|
<lines>
|
|
@@ -1215,12 +1232,12 @@
|
|
|
1215
1232
|
</method>
|
|
1216
1233
|
<method name="(anonymous_5)" hits="0" signature="()V">
|
|
1217
1234
|
<lines>
|
|
1218
|
-
<line number="
|
|
1235
|
+
<line number="39" hits="0"/>
|
|
1219
1236
|
</lines>
|
|
1220
1237
|
</method>
|
|
1221
1238
|
<method name="(anonymous_6)" hits="0" signature="()V">
|
|
1222
1239
|
<lines>
|
|
1223
|
-
<line number="
|
|
1240
|
+
<line number="60" hits="0"/>
|
|
1224
1241
|
</lines>
|
|
1225
1242
|
</method>
|
|
1226
1243
|
</methods>
|
|
@@ -1246,14 +1263,13 @@
|
|
|
1246
1263
|
<line number="29" hits="0" branch="false"/>
|
|
1247
1264
|
<line number="32" hits="3" branch="false"/>
|
|
1248
1265
|
<line number="33" hits="0" branch="false"/>
|
|
1249
|
-
<line number="
|
|
1250
|
-
<line number="35" hits="0" branch="false"/>
|
|
1266
|
+
<line number="35" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
1251
1267
|
<line number="37" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
1252
|
-
<line number="
|
|
1268
|
+
<line number="39" hits="3" branch="false"/>
|
|
1269
|
+
<line number="40" hits="0" branch="false"/>
|
|
1253
1270
|
<line number="41" hits="0" branch="false"/>
|
|
1254
|
-
<line number="
|
|
1255
|
-
<line number="
|
|
1256
|
-
<line number="61" hits="0" branch="false"/>
|
|
1271
|
+
<line number="44" hits="3" branch="false"/>
|
|
1272
|
+
<line number="60" hits="0" branch="false"/>
|
|
1257
1273
|
</lines>
|
|
1258
1274
|
</class>
|
|
1259
1275
|
<class name="erase.ts" filename="nrfutil/device/erase.ts" line-rate="0.6666" branch-rate="0">
|
|
@@ -1380,7 +1396,7 @@
|
|
|
1380
1396
|
<line number="24" hits="0" branch="false"/>
|
|
1381
1397
|
</lines>
|
|
1382
1398
|
</class>
|
|
1383
|
-
<class name="list.ts" filename="nrfutil/device/list.ts" line-rate="0.
|
|
1399
|
+
<class name="list.ts" filename="nrfutil/device/list.ts" line-rate="0.16" branch-rate="0">
|
|
1384
1400
|
<methods>
|
|
1385
1401
|
<method name="(anonymous_1)" hits="0" signature="()V">
|
|
1386
1402
|
<lines>
|
|
@@ -1399,12 +1415,12 @@
|
|
|
1399
1415
|
</method>
|
|
1400
1416
|
<method name="(anonymous_4)" hits="0" signature="()V">
|
|
1401
1417
|
<lines>
|
|
1402
|
-
<line number="
|
|
1418
|
+
<line number="52" hits="0"/>
|
|
1403
1419
|
</lines>
|
|
1404
1420
|
</method>
|
|
1405
1421
|
<method name="(anonymous_5)" hits="0" signature="()V">
|
|
1406
1422
|
<lines>
|
|
1407
|
-
<line number="
|
|
1423
|
+
<line number="56" hits="0"/>
|
|
1408
1424
|
</lines>
|
|
1409
1425
|
</method>
|
|
1410
1426
|
</methods>
|
|
@@ -1415,23 +1431,25 @@
|
|
|
1415
1431
|
<line number="28" hits="3" branch="false"/>
|
|
1416
1432
|
<line number="30" hits="0" branch="false"/>
|
|
1417
1433
|
<line number="32" hits="3" branch="false"/>
|
|
1418
|
-
<line number="41" hits="0" branch="false"/>
|
|
1419
1434
|
<line number="42" hits="0" branch="false"/>
|
|
1420
|
-
<line number="
|
|
1421
|
-
<line number="45" hits="0" branch="
|
|
1422
|
-
<line number="
|
|
1423
|
-
<line number="49" hits="0" branch="
|
|
1435
|
+
<line number="43" hits="0" branch="false"/>
|
|
1436
|
+
<line number="45" hits="0" branch="true" condition-coverage="0% (0/1)"/>
|
|
1437
|
+
<line number="46" hits="0" branch="false"/>
|
|
1438
|
+
<line number="49" hits="0" branch="false"/>
|
|
1424
1439
|
<line number="50" hits="0" branch="false"/>
|
|
1425
1440
|
<line number="52" hits="0" branch="false"/>
|
|
1441
|
+
<line number="53" hits="0" branch="true" condition-coverage="0% (0/1)"/>
|
|
1442
|
+
<line number="54" hits="0" branch="false"/>
|
|
1426
1443
|
<line number="56" hits="0" branch="false"/>
|
|
1427
|
-
<line number="59" hits="0" branch="true" condition-coverage="0% (0/3)"/>
|
|
1428
1444
|
<line number="60" hits="0" branch="false"/>
|
|
1429
|
-
<line number="63" hits="0" branch="true" condition-coverage="0% (0/
|
|
1430
|
-
<line number="
|
|
1431
|
-
<line number="
|
|
1445
|
+
<line number="63" hits="0" branch="true" condition-coverage="0% (0/3)"/>
|
|
1446
|
+
<line number="64" hits="0" branch="false"/>
|
|
1447
|
+
<line number="67" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
1432
1448
|
<line number="72" hits="0" branch="false"/>
|
|
1449
|
+
<line number="75" hits="0" branch="true" condition-coverage="0% (0/1)"/>
|
|
1433
1450
|
<line number="76" hits="0" branch="false"/>
|
|
1434
|
-
<line number="
|
|
1451
|
+
<line number="80" hits="0" branch="false"/>
|
|
1452
|
+
<line number="81" hits="0" branch="false"/>
|
|
1435
1453
|
</lines>
|
|
1436
1454
|
</class>
|
|
1437
1455
|
<class name="program.ts" filename="nrfutil/device/program.ts" line-rate="0.2452" branch-rate="0">
|
|
@@ -2500,21 +2518,21 @@
|
|
|
2500
2518
|
</class>
|
|
2501
2519
|
</classes>
|
|
2502
2520
|
</package>
|
|
2503
|
-
<package name="src.Button" line-rate="1" branch-rate="0.
|
|
2521
|
+
<package name="src.Button" line-rate="1" branch-rate="0.7726999999999999">
|
|
2504
2522
|
<classes>
|
|
2505
|
-
<class name="Button.tsx" filename="src/Button/Button.tsx" line-rate="1" branch-rate="0.
|
|
2523
|
+
<class name="Button.tsx" filename="src/Button/Button.tsx" line-rate="1" branch-rate="0.7726999999999999">
|
|
2506
2524
|
<methods>
|
|
2507
2525
|
<method name="(anonymous_2)" hits="88" signature="()V">
|
|
2508
2526
|
<lines>
|
|
2509
|
-
<line number="
|
|
2527
|
+
<line number="33" hits="88"/>
|
|
2510
2528
|
</lines>
|
|
2511
2529
|
</method>
|
|
2512
2530
|
</methods>
|
|
2513
2531
|
<lines>
|
|
2514
2532
|
<line number="7" hits="6" branch="false"/>
|
|
2515
2533
|
<line number="9" hits="6" branch="false"/>
|
|
2516
|
-
<line number="
|
|
2517
|
-
<line number="
|
|
2534
|
+
<line number="33" hits="6" branch="false"/>
|
|
2535
|
+
<line number="43" hits="88" branch="false"/>
|
|
2518
2536
|
<line number="76" hits="88" branch="false"/>
|
|
2519
2537
|
</lines>
|
|
2520
2538
|
</class>
|
|
@@ -2540,95 +2558,100 @@
|
|
|
2540
2558
|
</class>
|
|
2541
2559
|
</classes>
|
|
2542
2560
|
</package>
|
|
2543
|
-
<package name="src.Device" line-rate="0.
|
|
2561
|
+
<package name="src.Device" line-rate="0.3714" branch-rate="0.16949999999999998">
|
|
2544
2562
|
<classes>
|
|
2545
|
-
<class name="deviceAutoSelectSlice.ts" filename="src/Device/deviceAutoSelectSlice.ts" line-rate="0.
|
|
2563
|
+
<class name="deviceAutoSelectSlice.ts" filename="src/Device/deviceAutoSelectSlice.ts" line-rate="0.6111" branch-rate="0.2857">
|
|
2546
2564
|
<methods>
|
|
2547
|
-
<method name="(
|
|
2565
|
+
<method name="(anonymous_20)" hits="0" signature="()V">
|
|
2548
2566
|
<lines>
|
|
2549
2567
|
<line number="44" hits="0"/>
|
|
2550
2568
|
</lines>
|
|
2551
2569
|
</method>
|
|
2552
|
-
<method name="(
|
|
2570
|
+
<method name="(anonymous_21)" hits="8" signature="()V">
|
|
2553
2571
|
<lines>
|
|
2554
2572
|
<line number="52" hits="8"/>
|
|
2555
2573
|
</lines>
|
|
2556
2574
|
</method>
|
|
2557
|
-
<method name="(
|
|
2575
|
+
<method name="(anonymous_22)" hits="8" signature="()V">
|
|
2558
2576
|
<lines>
|
|
2559
2577
|
<line number="65" hits="8"/>
|
|
2560
2578
|
</lines>
|
|
2561
2579
|
</method>
|
|
2562
|
-
<method name="(
|
|
2580
|
+
<method name="(anonymous_23)" hits="0" signature="()V">
|
|
2563
2581
|
<lines>
|
|
2564
2582
|
<line number="75" hits="0"/>
|
|
2565
2583
|
</lines>
|
|
2566
2584
|
</method>
|
|
2567
|
-
<method name="(
|
|
2585
|
+
<method name="(anonymous_24)" hits="1" signature="()V">
|
|
2568
2586
|
<lines>
|
|
2569
2587
|
<line number="84" hits="1"/>
|
|
2570
2588
|
</lines>
|
|
2571
2589
|
</method>
|
|
2572
|
-
<method name="(
|
|
2590
|
+
<method name="(anonymous_25)" hits="0" signature="()V">
|
|
2573
2591
|
<lines>
|
|
2574
2592
|
<line number="91" hits="0"/>
|
|
2575
2593
|
</lines>
|
|
2576
2594
|
</method>
|
|
2577
|
-
<method name="(
|
|
2595
|
+
<method name="(anonymous_26)" hits="0" signature="()V">
|
|
2578
2596
|
<lines>
|
|
2579
2597
|
<line number="95" hits="0"/>
|
|
2580
2598
|
</lines>
|
|
2581
2599
|
</method>
|
|
2582
|
-
<method name="(
|
|
2600
|
+
<method name="(anonymous_27)" hits="0" signature="()V">
|
|
2583
2601
|
<lines>
|
|
2584
2602
|
<line number="101" hits="0"/>
|
|
2585
2603
|
</lines>
|
|
2586
2604
|
</method>
|
|
2587
|
-
<method name="(
|
|
2605
|
+
<method name="(anonymous_28)" hits="0" signature="()V">
|
|
2588
2606
|
<lines>
|
|
2589
2607
|
<line number="107" hits="0"/>
|
|
2590
2608
|
</lines>
|
|
2591
2609
|
</method>
|
|
2592
|
-
<method name="(
|
|
2610
|
+
<method name="(anonymous_29)" hits="78" signature="()V">
|
|
2593
2611
|
<lines>
|
|
2594
2612
|
<line number="128" hits="78"/>
|
|
2595
2613
|
</lines>
|
|
2596
2614
|
</method>
|
|
2597
|
-
<method name="(
|
|
2615
|
+
<method name="(anonymous_30)" hits="67" signature="()V">
|
|
2598
2616
|
<lines>
|
|
2599
2617
|
<line number="131" hits="67"/>
|
|
2600
2618
|
</lines>
|
|
2601
2619
|
</method>
|
|
2602
|
-
<method name="(
|
|
2620
|
+
<method name="(anonymous_31)" hits="151" signature="()V">
|
|
2603
2621
|
<lines>
|
|
2604
2622
|
<line number="134" hits="151"/>
|
|
2605
2623
|
</lines>
|
|
2606
2624
|
</method>
|
|
2607
|
-
<method name="(
|
|
2625
|
+
<method name="(anonymous_32)" hits="84" signature="()V">
|
|
2608
2626
|
<lines>
|
|
2609
2627
|
<line number="138" hits="84"/>
|
|
2610
2628
|
</lines>
|
|
2611
2629
|
</method>
|
|
2612
|
-
<method name="(
|
|
2630
|
+
<method name="(anonymous_33)" hits="0" signature="()V">
|
|
2613
2631
|
<lines>
|
|
2614
2632
|
<line number="141" hits="0"/>
|
|
2615
2633
|
</lines>
|
|
2616
2634
|
</method>
|
|
2617
|
-
<method name="(
|
|
2635
|
+
<method name="(anonymous_34)" hits="0" signature="()V">
|
|
2618
2636
|
<lines>
|
|
2619
2637
|
<line number="144" hits="0"/>
|
|
2620
2638
|
</lines>
|
|
2621
2639
|
</method>
|
|
2622
|
-
<method name="(
|
|
2640
|
+
<method name="(anonymous_35)" hits="0" signature="()V">
|
|
2623
2641
|
<lines>
|
|
2624
2642
|
<line number="147" hits="0"/>
|
|
2625
2643
|
</lines>
|
|
2626
2644
|
</method>
|
|
2627
|
-
<method name="(
|
|
2645
|
+
<method name="(anonymous_36)" hits="0" signature="()V">
|
|
2628
2646
|
<lines>
|
|
2629
2647
|
<line number="149" hits="0"/>
|
|
2630
2648
|
</lines>
|
|
2631
2649
|
</method>
|
|
2650
|
+
<method name="(anonymous_38)" hits="8" signature="()V">
|
|
2651
|
+
<lines>
|
|
2652
|
+
<line number="152" hits="8"/>
|
|
2653
|
+
</lines>
|
|
2654
|
+
</method>
|
|
2632
2655
|
</methods>
|
|
2633
2656
|
<lines>
|
|
2634
2657
|
<line number="7" hits="10" branch="false"/>
|
|
@@ -2656,7 +2679,7 @@
|
|
|
2656
2679
|
<line number="108" hits="0" branch="false"/>
|
|
2657
2680
|
<line number="114" hits="57" branch="false"/>
|
|
2658
2681
|
<line number="116" hits="0" branch="false"/>
|
|
2659
|
-
<line number="117" hits="
|
|
2682
|
+
<line number="117" hits="0" branch="false"/>
|
|
2660
2683
|
<line number="118" hits="8" branch="false"/>
|
|
2661
2684
|
<line number="119" hits="0" branch="false"/>
|
|
2662
2685
|
<line number="120" hits="1" branch="false"/>
|
|
@@ -2681,243 +2704,238 @@
|
|
|
2681
2704
|
<line number="148" hits="0" branch="false"/>
|
|
2682
2705
|
<line number="149" hits="10" branch="false"/>
|
|
2683
2706
|
<line number="150" hits="0" branch="false"/>
|
|
2707
|
+
<line number="152" hits="8" branch="false"/>
|
|
2708
|
+
<line number="153" hits="8" branch="true" condition-coverage="0% (0/1)"/>
|
|
2709
|
+
<line number="154" hits="0" branch="true" condition-coverage="0% (0/4)"/>
|
|
2710
|
+
<line number="156" hits="8" branch="false"/>
|
|
2684
2711
|
</lines>
|
|
2685
2712
|
</class>
|
|
2686
|
-
<class name="deviceLister.ts" filename="src/Device/deviceLister.ts" line-rate="0.
|
|
2713
|
+
<class name="deviceLister.ts" filename="src/Device/deviceLister.ts" line-rate="0.3177" branch-rate="0.09699999999999999">
|
|
2687
2714
|
<methods>
|
|
2715
|
+
<method name="(anonymous_7)" hits="0" signature="()V">
|
|
2716
|
+
<lines>
|
|
2717
|
+
<line number="32" hits="0"/>
|
|
2718
|
+
</lines>
|
|
2719
|
+
</method>
|
|
2688
2720
|
<method name="(anonymous_8)" hits="0" signature="()V">
|
|
2689
2721
|
<lines>
|
|
2690
|
-
<line number="
|
|
2722
|
+
<line number="37" hits="0"/>
|
|
2691
2723
|
</lines>
|
|
2692
2724
|
</method>
|
|
2693
2725
|
<method name="(anonymous_9)" hits="0" signature="()V">
|
|
2694
2726
|
<lines>
|
|
2695
|
-
<line number="
|
|
2727
|
+
<line number="42" hits="0"/>
|
|
2696
2728
|
</lines>
|
|
2697
2729
|
</method>
|
|
2698
|
-
<method name="(
|
|
2730
|
+
<method name="(anonymous_11)" hits="0" signature="()V">
|
|
2699
2731
|
<lines>
|
|
2700
|
-
<line number="
|
|
2732
|
+
<line number="77" hits="0"/>
|
|
2701
2733
|
</lines>
|
|
2702
2734
|
</method>
|
|
2703
2735
|
<method name="(anonymous_12)" hits="0" signature="()V">
|
|
2704
2736
|
<lines>
|
|
2705
|
-
<line number="
|
|
2737
|
+
<line number="84" hits="0"/>
|
|
2706
2738
|
</lines>
|
|
2707
2739
|
</method>
|
|
2708
|
-
<method name="(
|
|
2740
|
+
<method name="(anonymous_14)" hits="0" signature="()V">
|
|
2709
2741
|
<lines>
|
|
2710
|
-
<line number="
|
|
2742
|
+
<line number="122" hits="0"/>
|
|
2711
2743
|
</lines>
|
|
2712
2744
|
</method>
|
|
2713
|
-
<method name="(anonymous_15)" hits="
|
|
2745
|
+
<method name="(anonymous_15)" hits="7" signature="()V">
|
|
2714
2746
|
<lines>
|
|
2715
|
-
<line number="
|
|
2747
|
+
<line number="125" hits="7"/>
|
|
2716
2748
|
</lines>
|
|
2717
2749
|
</method>
|
|
2718
|
-
<method name="(anonymous_16)" hits="
|
|
2750
|
+
<method name="(anonymous_16)" hits="39" signature="()V">
|
|
2719
2751
|
<lines>
|
|
2720
|
-
<line number="
|
|
2752
|
+
<line number="130" hits="39"/>
|
|
2721
2753
|
</lines>
|
|
2722
2754
|
</method>
|
|
2723
|
-
<method name="(anonymous_17)" hits="
|
|
2755
|
+
<method name="(anonymous_17)" hits="32" signature="()V">
|
|
2724
2756
|
<lines>
|
|
2725
|
-
<line number="
|
|
2757
|
+
<line number="135" hits="32"/>
|
|
2726
2758
|
</lines>
|
|
2727
2759
|
</method>
|
|
2728
|
-
<method name="(anonymous_18)" hits="
|
|
2760
|
+
<method name="(anonymous_18)" hits="0" signature="()V">
|
|
2729
2761
|
<lines>
|
|
2730
|
-
<line number="
|
|
2762
|
+
<line number="139" hits="0"/>
|
|
2731
2763
|
</lines>
|
|
2732
2764
|
</method>
|
|
2733
2765
|
<method name="(anonymous_19)" hits="0" signature="()V">
|
|
2734
2766
|
<lines>
|
|
2735
|
-
<line number="
|
|
2767
|
+
<line number="144" hits="0"/>
|
|
2736
2768
|
</lines>
|
|
2737
2769
|
</method>
|
|
2738
|
-
<method name="(
|
|
2770
|
+
<method name="(anonymous_21)" hits="11" signature="()V">
|
|
2739
2771
|
<lines>
|
|
2740
|
-
<line number="
|
|
2772
|
+
<line number="178" hits="11"/>
|
|
2741
2773
|
</lines>
|
|
2742
2774
|
</method>
|
|
2743
|
-
<method name="(anonymous_22)" hits="
|
|
2775
|
+
<method name="(anonymous_22)" hits="0" signature="()V">
|
|
2744
2776
|
<lines>
|
|
2745
|
-
<line number="
|
|
2777
|
+
<line number="179" hits="0"/>
|
|
2746
2778
|
</lines>
|
|
2747
2779
|
</method>
|
|
2748
2780
|
<method name="(anonymous_23)" hits="0" signature="()V">
|
|
2749
2781
|
<lines>
|
|
2750
|
-
<line number="
|
|
2782
|
+
<line number="283" hits="0"/>
|
|
2751
2783
|
</lines>
|
|
2752
2784
|
</method>
|
|
2753
2785
|
<method name="(anonymous_24)" hits="0" signature="()V">
|
|
2754
2786
|
<lines>
|
|
2755
|
-
<line number="
|
|
2787
|
+
<line number="286" hits="0"/>
|
|
2756
2788
|
</lines>
|
|
2757
2789
|
</method>
|
|
2758
2790
|
<method name="(anonymous_25)" hits="0" signature="()V">
|
|
2759
2791
|
<lines>
|
|
2760
|
-
<line number="
|
|
2792
|
+
<line number="299" hits="0"/>
|
|
2761
2793
|
</lines>
|
|
2762
2794
|
</method>
|
|
2763
|
-
<method name="(anonymous_26)" hits="
|
|
2764
|
-
<lines>
|
|
2765
|
-
<line number="298" hits="0"/>
|
|
2766
|
-
</lines>
|
|
2767
|
-
</method>
|
|
2768
|
-
<method name="(anonymous_27)" hits="1" signature="()V">
|
|
2769
|
-
<lines>
|
|
2770
|
-
<line number="333" hits="1"/>
|
|
2771
|
-
</lines>
|
|
2772
|
-
</method>
|
|
2773
|
-
<method name="(anonymous_28)" hits="0" signature="()V">
|
|
2795
|
+
<method name="(anonymous_26)" hits="1" signature="()V">
|
|
2774
2796
|
<lines>
|
|
2775
|
-
<line number="
|
|
2797
|
+
<line number="334" hits="1"/>
|
|
2776
2798
|
</lines>
|
|
2777
2799
|
</method>
|
|
2778
|
-
<method name="(
|
|
2800
|
+
<method name="(anonymous_27)" hits="0" signature="()V">
|
|
2779
2801
|
<lines>
|
|
2780
|
-
<line number="
|
|
2802
|
+
<line number="337" hits="0"/>
|
|
2781
2803
|
</lines>
|
|
2782
2804
|
</method>
|
|
2783
|
-
<method name="(
|
|
2805
|
+
<method name="(anonymous_28)" hits="21" signature="()V">
|
|
2784
2806
|
<lines>
|
|
2785
|
-
<line number="342" hits="
|
|
2807
|
+
<line number="342" hits="21"/>
|
|
2786
2808
|
</lines>
|
|
2787
2809
|
</method>
|
|
2788
|
-
<method name="(
|
|
2810
|
+
<method name="(anonymous_29)" hits="0" signature="()V">
|
|
2789
2811
|
<lines>
|
|
2790
|
-
<line number="
|
|
2812
|
+
<line number="343" hits="0"/>
|
|
2791
2813
|
</lines>
|
|
2792
2814
|
</method>
|
|
2793
|
-
<method name="(
|
|
2815
|
+
<method name="(anonymous_30)" hits="1" signature="()V">
|
|
2794
2816
|
<lines>
|
|
2795
|
-
<line number="
|
|
2817
|
+
<line number="363" hits="1"/>
|
|
2796
2818
|
</lines>
|
|
2797
2819
|
</method>
|
|
2798
|
-
<method name="(
|
|
2820
|
+
<method name="(anonymous_31)" hits="4" signature="()V">
|
|
2799
2821
|
<lines>
|
|
2800
|
-
<line number="
|
|
2822
|
+
<line number="365" hits="4"/>
|
|
2801
2823
|
</lines>
|
|
2802
2824
|
</method>
|
|
2803
|
-
<method name="(
|
|
2825
|
+
<method name="(anonymous_32)" hits="22" signature="()V">
|
|
2804
2826
|
<lines>
|
|
2805
|
-
<line number="
|
|
2827
|
+
<line number="369" hits="22"/>
|
|
2806
2828
|
</lines>
|
|
2807
2829
|
</method>
|
|
2808
2830
|
</methods>
|
|
2809
2831
|
<lines>
|
|
2810
2832
|
<line number="12" hits="2" branch="false"/>
|
|
2811
2833
|
<line number="13" hits="2" branch="false"/>
|
|
2812
|
-
<line number="23" hits="2" branch="false"/>
|
|
2813
2834
|
<line number="24" hits="2" branch="false"/>
|
|
2814
2835
|
<line number="25" hits="2" branch="false"/>
|
|
2815
2836
|
<line number="26" hits="2" branch="false"/>
|
|
2816
|
-
<line number="
|
|
2817
|
-
<line number="
|
|
2818
|
-
<line number="
|
|
2819
|
-
<line number="
|
|
2820
|
-
<line number="
|
|
2821
|
-
<line number="
|
|
2822
|
-
<line number="
|
|
2823
|
-
<line number="
|
|
2824
|
-
<line number="56" hits="0" branch="
|
|
2825
|
-
<line number="
|
|
2826
|
-
<line number="
|
|
2827
|
-
<line number="
|
|
2828
|
-
<line number="68" hits="0" branch="
|
|
2829
|
-
<line number="
|
|
2830
|
-
<line number="
|
|
2837
|
+
<line number="27" hits="2" branch="false"/>
|
|
2838
|
+
<line number="30" hits="2" branch="false"/>
|
|
2839
|
+
<line number="32" hits="2" branch="false"/>
|
|
2840
|
+
<line number="36" hits="0" branch="false"/>
|
|
2841
|
+
<line number="38" hits="0" branch="false"/>
|
|
2842
|
+
<line number="42" hits="2" branch="false"/>
|
|
2843
|
+
<line number="50" hits="0" branch="true" condition-coverage="0% (0/1)"/>
|
|
2844
|
+
<line number="53" hits="0" branch="true" condition-coverage="0% (0/1)"/>
|
|
2845
|
+
<line number="56" hits="0" branch="true" condition-coverage="0% (0/1)"/>
|
|
2846
|
+
<line number="57" hits="0" branch="false"/>
|
|
2847
|
+
<line number="61" hits="0" branch="true" condition-coverage="0% (0/1)"/>
|
|
2848
|
+
<line number="64" hits="0" branch="false"/>
|
|
2849
|
+
<line number="68" hits="0" branch="true" condition-coverage="0% (0/1)"/>
|
|
2850
|
+
<line number="69" hits="0" branch="false"/>
|
|
2851
|
+
<line number="72" hits="0" branch="false"/>
|
|
2831
2852
|
<line number="77" hits="0" branch="false"/>
|
|
2832
|
-
<line number="
|
|
2833
|
-
<line number="
|
|
2834
|
-
<line number="
|
|
2835
|
-
<line number="85" hits="0" branch="
|
|
2836
|
-
<line number="86" hits="0" branch="true" condition-coverage="0% (0/
|
|
2837
|
-
<line number="
|
|
2853
|
+
<line number="78" hits="0" branch="false"/>
|
|
2854
|
+
<line number="80" hits="0" branch="false"/>
|
|
2855
|
+
<line number="82" hits="0" branch="false"/>
|
|
2856
|
+
<line number="85" hits="0" branch="false"/>
|
|
2857
|
+
<line number="86" hits="0" branch="true" condition-coverage="0% (0/5)"/>
|
|
2858
|
+
<line number="87" hits="0" branch="true" condition-coverage="0% (0/4)"/>
|
|
2838
2859
|
<line number="92" hits="0" branch="false"/>
|
|
2839
|
-
<line number="
|
|
2840
|
-
<line number="
|
|
2841
|
-
<line number="122" hits="
|
|
2842
|
-
<line number="
|
|
2843
|
-
<line number="
|
|
2844
|
-
<line number="
|
|
2845
|
-
<line number="
|
|
2846
|
-
<line number="
|
|
2847
|
-
<line number="
|
|
2848
|
-
<line number="144" hits="0" branch="
|
|
2849
|
-
<line number="
|
|
2850
|
-
<line number="
|
|
2851
|
-
<line number="
|
|
2852
|
-
<line number="
|
|
2853
|
-
<line number="160" hits="0" branch="
|
|
2860
|
+
<line number="93" hits="0" branch="false"/>
|
|
2861
|
+
<line number="109" hits="0" branch="false"/>
|
|
2862
|
+
<line number="122" hits="2" branch="false"/>
|
|
2863
|
+
<line number="123" hits="0" branch="false"/>
|
|
2864
|
+
<line number="125" hits="7" branch="false"/>
|
|
2865
|
+
<line number="129" hits="7" branch="true" condition-coverage="100% (2/2)"/>
|
|
2866
|
+
<line number="131" hits="39" branch="true" condition-coverage="100% (2/2)"/>
|
|
2867
|
+
<line number="135" hits="32" branch="false"/>
|
|
2868
|
+
<line number="139" hits="2" branch="false"/>
|
|
2869
|
+
<line number="144" hits="0" branch="false"/>
|
|
2870
|
+
<line number="145" hits="0" branch="true" condition-coverage="0% (0/1)"/>
|
|
2871
|
+
<line number="149" hits="0" branch="false"/>
|
|
2872
|
+
<line number="152" hits="0" branch="true" condition-coverage="0% (0/1)"/>
|
|
2873
|
+
<line number="157" hits="0" branch="false"/>
|
|
2874
|
+
<line number="160" hits="0" branch="true" condition-coverage="0% (0/1)"/>
|
|
2854
2875
|
<line number="161" hits="0" branch="false"/>
|
|
2855
|
-
<line number="
|
|
2856
|
-
<line number="
|
|
2876
|
+
<line number="162" hits="0" branch="false"/>
|
|
2877
|
+
<line number="170" hits="11" branch="false"/>
|
|
2857
2878
|
<line number="178" hits="11" branch="false"/>
|
|
2858
|
-
<line number="179" hits="
|
|
2859
|
-
<line number="180" hits="0" branch="
|
|
2860
|
-
<line number="181" hits="0" branch="
|
|
2861
|
-
<line number="
|
|
2862
|
-
<line number="
|
|
2863
|
-
<line number="
|
|
2879
|
+
<line number="179" hits="11" branch="false"/>
|
|
2880
|
+
<line number="180" hits="0" branch="true" condition-coverage="0% (0/1)"/>
|
|
2881
|
+
<line number="181" hits="0" branch="false"/>
|
|
2882
|
+
<line number="182" hits="0" branch="true" condition-coverage="0% (0/1)"/>
|
|
2883
|
+
<line number="186" hits="0" branch="false"/>
|
|
2884
|
+
<line number="189" hits="0" branch="false"/>
|
|
2864
2885
|
<line number="191" hits="0" branch="false"/>
|
|
2865
|
-
<line number="
|
|
2866
|
-
<line number="
|
|
2867
|
-
<line number="
|
|
2886
|
+
<line number="192" hits="0" branch="false"/>
|
|
2887
|
+
<line number="194" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
2888
|
+
<line number="196" hits="0" branch="false"/>
|
|
2868
2889
|
<line number="204" hits="0" branch="false"/>
|
|
2869
|
-
<line number="
|
|
2870
|
-
<line number="
|
|
2871
|
-
<line number="211" hits="0" branch="
|
|
2872
|
-
<line number="
|
|
2873
|
-
<line number="215" hits="0" branch="
|
|
2874
|
-
<line number="
|
|
2875
|
-
<line number="
|
|
2876
|
-
<line number="
|
|
2877
|
-
<line number="
|
|
2878
|
-
<line number="
|
|
2879
|
-
<line number="
|
|
2880
|
-
<line number="
|
|
2881
|
-
<line number="
|
|
2882
|
-
<line number="272" hits="0" branch="
|
|
2883
|
-
<line number="
|
|
2884
|
-
<line number="
|
|
2885
|
-
<line number="283" hits="
|
|
2886
|
-
<line number="
|
|
2887
|
-
<line number="286" hits="0" branch="
|
|
2888
|
-
<line number="
|
|
2889
|
-
<line number="289" hits="0" branch="
|
|
2890
|
-
<line number="
|
|
2891
|
-
<line number="294" hits="0" branch="
|
|
2892
|
-
<line number="
|
|
2893
|
-
<line number="
|
|
2894
|
-
<line number="
|
|
2895
|
-
<line number="
|
|
2896
|
-
<line number="
|
|
2897
|
-
<line number="
|
|
2898
|
-
<line number="334" hits="
|
|
2899
|
-
<line number="
|
|
2900
|
-
<line number="
|
|
2901
|
-
<line number="342" hits="
|
|
2902
|
-
<line number="343" hits="
|
|
2903
|
-
<line number="
|
|
2904
|
-
<line number="348" hits="1" branch="
|
|
2905
|
-
<line number="
|
|
2906
|
-
<line number="
|
|
2907
|
-
<line number="
|
|
2908
|
-
<line number="355" hits="0" branch="
|
|
2909
|
-
<line number="
|
|
2910
|
-
<line number="
|
|
2911
|
-
<line number="363" hits="
|
|
2912
|
-
<line number="364" hits="
|
|
2913
|
-
<line number="365" hits="
|
|
2914
|
-
<line number="
|
|
2915
|
-
<line number="369" hits="
|
|
2916
|
-
<line number="370" hits="
|
|
2917
|
-
<line number="
|
|
2918
|
-
<line number="375" hits="11" branch="false"/>
|
|
2919
|
-
<line number="376" hits="22" branch="true" condition-coverage="100% (2/2)"/>
|
|
2920
|
-
<line number="377" hits="1" branch="true" condition-coverage="100% (2/2)"/>
|
|
2890
|
+
<line number="205" hits="0" branch="false"/>
|
|
2891
|
+
<line number="209" hits="0" branch="true" condition-coverage="0% (0/1)"/>
|
|
2892
|
+
<line number="211" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
2893
|
+
<line number="212" hits="0" branch="false"/>
|
|
2894
|
+
<line number="215" hits="0" branch="false"/>
|
|
2895
|
+
<line number="216" hits="0" branch="true" condition-coverage="0% (0/1)"/>
|
|
2896
|
+
<line number="221" hits="0" branch="false"/>
|
|
2897
|
+
<line number="233" hits="0" branch="true" condition-coverage="0% (0/1)"/>
|
|
2898
|
+
<line number="241" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
2899
|
+
<line number="259" hits="0" branch="false"/>
|
|
2900
|
+
<line number="264" hits="0" branch="false"/>
|
|
2901
|
+
<line number="266" hits="0" branch="false"/>
|
|
2902
|
+
<line number="268" hits="0" branch="false"/>
|
|
2903
|
+
<line number="272" hits="0" branch="true" condition-coverage="0% (0/1)"/>
|
|
2904
|
+
<line number="273" hits="0" branch="false"/>
|
|
2905
|
+
<line number="277" hits="0" branch="false"/>
|
|
2906
|
+
<line number="283" hits="11" branch="false"/>
|
|
2907
|
+
<line number="284" hits="0" branch="false"/>
|
|
2908
|
+
<line number="286" hits="0" branch="false"/>
|
|
2909
|
+
<line number="287" hits="0" branch="true" condition-coverage="0% (0/1)"/>
|
|
2910
|
+
<line number="289" hits="0" branch="false"/>
|
|
2911
|
+
<line number="290" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
2912
|
+
<line number="294" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
2913
|
+
<line number="295" hits="0" branch="false"/>
|
|
2914
|
+
<line number="297" hits="0" branch="false"/>
|
|
2915
|
+
<line number="300" hits="0" branch="false"/>
|
|
2916
|
+
<line number="311" hits="0" branch="false"/>
|
|
2917
|
+
<line number="320" hits="0" branch="false"/>
|
|
2918
|
+
<line number="322" hits="0" branch="false"/>
|
|
2919
|
+
<line number="334" hits="11" branch="false"/>
|
|
2920
|
+
<line number="335" hits="1" branch="false"/>
|
|
2921
|
+
<line number="337" hits="0" branch="false"/>
|
|
2922
|
+
<line number="342" hits="1" branch="false"/>
|
|
2923
|
+
<line number="343" hits="21" branch="false"/>
|
|
2924
|
+
<line number="344" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
2925
|
+
<line number="348" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
2926
|
+
<line number="349" hits="1" branch="false"/>
|
|
2927
|
+
<line number="351" hits="1" branch="true" condition-coverage="0% (0/1)"/>
|
|
2928
|
+
<line number="353" hits="0" branch="false"/>
|
|
2929
|
+
<line number="355" hits="0" branch="true" condition-coverage="0% (0/1)"/>
|
|
2930
|
+
<line number="356" hits="0" branch="false"/>
|
|
2931
|
+
<line number="358" hits="1" branch="false"/>
|
|
2932
|
+
<line number="363" hits="2" branch="false"/>
|
|
2933
|
+
<line number="364" hits="1" branch="false"/>
|
|
2934
|
+
<line number="365" hits="4" branch="false"/>
|
|
2935
|
+
<line number="366" hits="1" branch="true" condition-coverage="50% (1/2)"/>
|
|
2936
|
+
<line number="369" hits="11" branch="false"/>
|
|
2937
|
+
<line number="370" hits="22" branch="true" condition-coverage="100% (2/2)"/>
|
|
2938
|
+
<line number="371" hits="1" branch="true" condition-coverage="100% (2/2)"/>
|
|
2921
2939
|
</lines>
|
|
2922
2940
|
</class>
|
|
2923
2941
|
<class name="deviceSetup.ts" filename="src/Device/deviceSetup.ts" line-rate="0.6933" branch-rate="0.409">
|
|
@@ -3671,7 +3689,7 @@
|
|
|
3671
3689
|
<line number="157" hits="0" branch="false"/>
|
|
3672
3690
|
</lines>
|
|
3673
3691
|
</class>
|
|
3674
|
-
<class name="sdfuOperations.ts" filename="src/Device/sdfuOperations.ts" line-rate="0.
|
|
3692
|
+
<class name="sdfuOperations.ts" filename="src/Device/sdfuOperations.ts" line-rate="0.15869999999999998" branch-rate="0">
|
|
3675
3693
|
<methods>
|
|
3676
3694
|
<method name="(anonymous_8)" hits="0" signature="()V">
|
|
3677
3695
|
<lines>
|
|
@@ -3725,217 +3743,217 @@
|
|
|
3725
3743
|
</method>
|
|
3726
3744
|
<method name="(anonymous_18)" hits="0" signature="()V">
|
|
3727
3745
|
<lines>
|
|
3728
|
-
<line number="
|
|
3746
|
+
<line number="171" hits="0"/>
|
|
3729
3747
|
</lines>
|
|
3730
3748
|
</method>
|
|
3731
3749
|
<method name="(anonymous_19)" hits="0" signature="()V">
|
|
3732
3750
|
<lines>
|
|
3733
|
-
<line number="
|
|
3751
|
+
<line number="176" hits="0"/>
|
|
3734
3752
|
</lines>
|
|
3735
3753
|
</method>
|
|
3736
3754
|
<method name="(anonymous_20)" hits="0" signature="()V">
|
|
3737
3755
|
<lines>
|
|
3738
|
-
<line number="
|
|
3756
|
+
<line number="182" hits="0"/>
|
|
3739
3757
|
</lines>
|
|
3740
3758
|
</method>
|
|
3741
3759
|
<method name="(anonymous_21)" hits="0" signature="()V">
|
|
3742
3760
|
<lines>
|
|
3743
|
-
<line number="
|
|
3761
|
+
<line number="198" hits="0"/>
|
|
3744
3762
|
</lines>
|
|
3745
3763
|
</method>
|
|
3746
3764
|
<method name="(anonymous_22)" hits="0" signature="()V">
|
|
3747
3765
|
<lines>
|
|
3748
|
-
<line number="
|
|
3766
|
+
<line number="203" hits="0"/>
|
|
3749
3767
|
</lines>
|
|
3750
3768
|
</method>
|
|
3751
3769
|
<method name="(anonymous_23)" hits="0" signature="()V">
|
|
3752
3770
|
<lines>
|
|
3753
|
-
<line number="
|
|
3771
|
+
<line number="209" hits="0"/>
|
|
3754
3772
|
</lines>
|
|
3755
3773
|
</method>
|
|
3756
3774
|
<method name="(anonymous_24)" hits="0" signature="()V">
|
|
3757
3775
|
<lines>
|
|
3758
|
-
<line number="
|
|
3776
|
+
<line number="226" hits="0"/>
|
|
3759
3777
|
</lines>
|
|
3760
3778
|
</method>
|
|
3761
3779
|
<method name="(anonymous_25)" hits="0" signature="()V">
|
|
3762
3780
|
<lines>
|
|
3763
|
-
<line number="
|
|
3781
|
+
<line number="246" hits="0"/>
|
|
3764
3782
|
</lines>
|
|
3765
3783
|
</method>
|
|
3766
3784
|
<method name="(anonymous_26)" hits="0" signature="()V">
|
|
3767
3785
|
<lines>
|
|
3768
|
-
<line number="
|
|
3786
|
+
<line number="252" hits="0"/>
|
|
3769
3787
|
</lines>
|
|
3770
3788
|
</method>
|
|
3771
3789
|
<method name="(anonymous_27)" hits="0" signature="()V">
|
|
3772
3790
|
<lines>
|
|
3773
|
-
<line number="
|
|
3791
|
+
<line number="256" hits="0"/>
|
|
3774
3792
|
</lines>
|
|
3775
3793
|
</method>
|
|
3776
3794
|
<method name="(anonymous_28)" hits="0" signature="()V">
|
|
3777
3795
|
<lines>
|
|
3778
|
-
<line number="
|
|
3796
|
+
<line number="260" hits="0"/>
|
|
3779
3797
|
</lines>
|
|
3780
3798
|
</method>
|
|
3781
3799
|
<method name="(anonymous_29)" hits="0" signature="()V">
|
|
3782
3800
|
<lines>
|
|
3783
|
-
<line number="
|
|
3801
|
+
<line number="267" hits="0"/>
|
|
3784
3802
|
</lines>
|
|
3785
3803
|
</method>
|
|
3786
3804
|
<method name="parseFirmwareImage" hits="0" signature="()V">
|
|
3787
3805
|
<lines>
|
|
3788
|
-
<line number="
|
|
3806
|
+
<line number="305" hits="0"/>
|
|
3789
3807
|
</lines>
|
|
3790
3808
|
</method>
|
|
3791
3809
|
<method name="(anonymous_31)" hits="0" signature="()V">
|
|
3792
3810
|
<lines>
|
|
3793
|
-
<line number="
|
|
3811
|
+
<line number="312" hits="0"/>
|
|
3794
3812
|
</lines>
|
|
3795
3813
|
</method>
|
|
3796
3814
|
<method name="calculateSHA256Hash" hits="0" signature="()V">
|
|
3797
3815
|
<lines>
|
|
3798
|
-
<line number="
|
|
3816
|
+
<line number="322" hits="0"/>
|
|
3799
3817
|
</lines>
|
|
3800
3818
|
</method>
|
|
3801
3819
|
<method name="(anonymous_33)" hits="0" signature="()V">
|
|
3802
3820
|
<lines>
|
|
3803
|
-
<line number="
|
|
3821
|
+
<line number="334" hits="0"/>
|
|
3804
3822
|
</lines>
|
|
3805
3823
|
</method>
|
|
3806
3824
|
<method name="(anonymous_34)" hits="0" signature="()V">
|
|
3807
3825
|
<lines>
|
|
3808
|
-
<line number="
|
|
3826
|
+
<line number="335" hits="0"/>
|
|
3809
3827
|
</lines>
|
|
3810
3828
|
</method>
|
|
3811
3829
|
<method name="(anonymous_35)" hits="0" signature="()V">
|
|
3812
3830
|
<lines>
|
|
3813
|
-
<line number="
|
|
3831
|
+
<line number="353" hits="0"/>
|
|
3814
3832
|
</lines>
|
|
3815
3833
|
</method>
|
|
3816
3834
|
<method name="(anonymous_36)" hits="0" signature="()V">
|
|
3817
3835
|
<lines>
|
|
3818
|
-
<line number="
|
|
3836
|
+
<line number="354" hits="0"/>
|
|
3819
3837
|
</lines>
|
|
3820
3838
|
</method>
|
|
3821
3839
|
<method name="(anonymous_37)" hits="0" signature="()V">
|
|
3822
3840
|
<lines>
|
|
3823
|
-
<line number="
|
|
3841
|
+
<line number="367" hits="0"/>
|
|
3824
3842
|
</lines>
|
|
3825
3843
|
</method>
|
|
3826
3844
|
<method name="(anonymous_38)" hits="0" signature="()V">
|
|
3827
3845
|
<lines>
|
|
3828
|
-
<line number="
|
|
3846
|
+
<line number="368" hits="0"/>
|
|
3829
3847
|
</lines>
|
|
3830
3848
|
</method>
|
|
3831
3849
|
<method name="(anonymous_39)" hits="0" signature="()V">
|
|
3832
3850
|
<lines>
|
|
3833
|
-
<line number="
|
|
3851
|
+
<line number="398" hits="0"/>
|
|
3834
3852
|
</lines>
|
|
3835
3853
|
</method>
|
|
3836
3854
|
<method name="(anonymous_41)" hits="0" signature="()V">
|
|
3837
3855
|
<lines>
|
|
3838
|
-
<line number="
|
|
3856
|
+
<line number="412" hits="0"/>
|
|
3839
3857
|
</lines>
|
|
3840
3858
|
</method>
|
|
3841
3859
|
<method name="(anonymous_42)" hits="0" signature="()V">
|
|
3842
3860
|
<lines>
|
|
3843
|
-
<line number="
|
|
3861
|
+
<line number="483" hits="0"/>
|
|
3844
3862
|
</lines>
|
|
3845
3863
|
</method>
|
|
3846
3864
|
<method name="(anonymous_43)" hits="0" signature="()V">
|
|
3847
3865
|
<lines>
|
|
3848
|
-
<line number="
|
|
3866
|
+
<line number="490" hits="0"/>
|
|
3849
3867
|
</lines>
|
|
3850
3868
|
</method>
|
|
3851
3869
|
<method name="(anonymous_44)" hits="0" signature="()V">
|
|
3852
3870
|
<lines>
|
|
3853
|
-
<line number="
|
|
3871
|
+
<line number="506" hits="0"/>
|
|
3854
3872
|
</lines>
|
|
3855
3873
|
</method>
|
|
3856
3874
|
<method name="(anonymous_45)" hits="0" signature="()V">
|
|
3857
3875
|
<lines>
|
|
3858
|
-
<line number="
|
|
3876
|
+
<line number="519" hits="0"/>
|
|
3859
3877
|
</lines>
|
|
3860
3878
|
</method>
|
|
3861
3879
|
<method name="(anonymous_46)" hits="0" signature="()V">
|
|
3862
3880
|
<lines>
|
|
3863
|
-
<line number="
|
|
3881
|
+
<line number="524" hits="0"/>
|
|
3864
3882
|
</lines>
|
|
3865
3883
|
</method>
|
|
3866
3884
|
<method name="(anonymous_47)" hits="0" signature="()V">
|
|
3867
3885
|
<lines>
|
|
3868
|
-
<line number="
|
|
3886
|
+
<line number="525" hits="0"/>
|
|
3869
3887
|
</lines>
|
|
3870
3888
|
</method>
|
|
3871
3889
|
<method name="(anonymous_48)" hits="0" signature="()V">
|
|
3872
3890
|
<lines>
|
|
3873
|
-
<line number="
|
|
3891
|
+
<line number="526" hits="0"/>
|
|
3874
3892
|
</lines>
|
|
3875
3893
|
</method>
|
|
3876
3894
|
<method name="(anonymous_49)" hits="0" signature="()V">
|
|
3877
3895
|
<lines>
|
|
3878
|
-
<line number="
|
|
3896
|
+
<line number="544" hits="0"/>
|
|
3879
3897
|
</lines>
|
|
3880
3898
|
</method>
|
|
3881
3899
|
<method name="(anonymous_50)" hits="0" signature="()V">
|
|
3882
3900
|
<lines>
|
|
3883
|
-
<line number="
|
|
3901
|
+
<line number="548" hits="0"/>
|
|
3884
3902
|
</lines>
|
|
3885
3903
|
</method>
|
|
3886
3904
|
<method name="(anonymous_51)" hits="0" signature="()V">
|
|
3887
3905
|
<lines>
|
|
3888
|
-
<line number="
|
|
3906
|
+
<line number="553" hits="0"/>
|
|
3889
3907
|
</lines>
|
|
3890
3908
|
</method>
|
|
3891
3909
|
<method name="(anonymous_52)" hits="0" signature="()V">
|
|
3892
3910
|
<lines>
|
|
3893
|
-
<line number="
|
|
3911
|
+
<line number="554" hits="0"/>
|
|
3894
3912
|
</lines>
|
|
3895
3913
|
</method>
|
|
3896
3914
|
<method name="(anonymous_53)" hits="0" signature="()V">
|
|
3897
3915
|
<lines>
|
|
3898
|
-
<line number="
|
|
3916
|
+
<line number="557" hits="0"/>
|
|
3899
3917
|
</lines>
|
|
3900
3918
|
</method>
|
|
3901
3919
|
<method name="(anonymous_54)" hits="0" signature="()V">
|
|
3902
3920
|
<lines>
|
|
3903
|
-
<line number="
|
|
3921
|
+
<line number="557" hits="0"/>
|
|
3904
3922
|
</lines>
|
|
3905
3923
|
</method>
|
|
3906
3924
|
<method name="(anonymous_55)" hits="0" signature="()V">
|
|
3907
3925
|
<lines>
|
|
3908
|
-
<line number="
|
|
3926
|
+
<line number="562" hits="0"/>
|
|
3909
3927
|
</lines>
|
|
3910
3928
|
</method>
|
|
3911
3929
|
<method name="(anonymous_56)" hits="0" signature="()V">
|
|
3912
3930
|
<lines>
|
|
3913
|
-
<line number="
|
|
3931
|
+
<line number="562" hits="0"/>
|
|
3914
3932
|
</lines>
|
|
3915
3933
|
</method>
|
|
3916
3934
|
<method name="(anonymous_57)" hits="0" signature="()V">
|
|
3917
3935
|
<lines>
|
|
3918
|
-
<line number="
|
|
3936
|
+
<line number="566" hits="0"/>
|
|
3919
3937
|
</lines>
|
|
3920
3938
|
</method>
|
|
3921
3939
|
<method name="(anonymous_58)" hits="0" signature="()V">
|
|
3922
3940
|
<lines>
|
|
3923
|
-
<line number="
|
|
3941
|
+
<line number="577" hits="0"/>
|
|
3924
3942
|
</lines>
|
|
3925
3943
|
</method>
|
|
3926
3944
|
<method name="(anonymous_59)" hits="0" signature="()V">
|
|
3927
3945
|
<lines>
|
|
3928
|
-
<line number="
|
|
3946
|
+
<line number="587" hits="0"/>
|
|
3929
3947
|
</lines>
|
|
3930
3948
|
</method>
|
|
3931
3949
|
<method name="(anonymous_60)" hits="0" signature="()V">
|
|
3932
3950
|
<lines>
|
|
3933
|
-
<line number="
|
|
3951
|
+
<line number="587" hits="0"/>
|
|
3934
3952
|
</lines>
|
|
3935
3953
|
</method>
|
|
3936
3954
|
<method name="(anonymous_61)" hits="0" signature="()V">
|
|
3937
3955
|
<lines>
|
|
3938
|
-
<line number="
|
|
3956
|
+
<line number="588" hits="0"/>
|
|
3939
3957
|
</lines>
|
|
3940
3958
|
</method>
|
|
3941
3959
|
</methods>
|
|
@@ -4001,133 +4019,134 @@
|
|
|
4001
4019
|
<line number="152" hits="0" branch="false"/>
|
|
4002
4020
|
<line number="164" hits="0" branch="false"/>
|
|
4003
4021
|
<line number="165" hits="0" branch="false"/>
|
|
4004
|
-
<line number="
|
|
4005
|
-
<line number="170" hits="
|
|
4006
|
-
<line number="
|
|
4007
|
-
<line number="176" hits="0" branch="
|
|
4008
|
-
<line number="177" hits="0" branch="
|
|
4009
|
-
<line number="
|
|
4010
|
-
<line number="183" hits="0" branch="
|
|
4011
|
-
<line number="
|
|
4012
|
-
<line number="
|
|
4013
|
-
<line number="192" hits="0" branch="
|
|
4014
|
-
<line number="
|
|
4015
|
-
<line number="197" hits="
|
|
4016
|
-
<line number="
|
|
4017
|
-
<line number="203" hits="0" branch="
|
|
4018
|
-
<line number="204" hits="0" branch="
|
|
4019
|
-
<line number="
|
|
4020
|
-
<line number="210" hits="0" branch="
|
|
4021
|
-
<line number="
|
|
4022
|
-
<line number="
|
|
4023
|
-
<line number="
|
|
4024
|
-
<line number="226" hits="
|
|
4025
|
-
<line number="227" hits="0" branch="
|
|
4026
|
-
<line number="
|
|
4027
|
-
<line number="
|
|
4028
|
-
<line number="
|
|
4029
|
-
<line number="
|
|
4030
|
-
<line number="
|
|
4031
|
-
<line number="
|
|
4022
|
+
<line number="166" hits="0" branch="false"/>
|
|
4023
|
+
<line number="170" hits="0" branch="false"/>
|
|
4024
|
+
<line number="171" hits="2" branch="false"/>
|
|
4025
|
+
<line number="176" hits="0" branch="false"/>
|
|
4026
|
+
<line number="177" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
4027
|
+
<line number="178" hits="0" branch="false"/>
|
|
4028
|
+
<line number="183" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
4029
|
+
<line number="184" hits="0" branch="false"/>
|
|
4030
|
+
<line number="187" hits="0" branch="false"/>
|
|
4031
|
+
<line number="192" hits="0" branch="true" condition-coverage="0% (0/1)"/>
|
|
4032
|
+
<line number="193" hits="0" branch="false"/>
|
|
4033
|
+
<line number="197" hits="0" branch="false"/>
|
|
4034
|
+
<line number="198" hits="2" branch="false"/>
|
|
4035
|
+
<line number="203" hits="0" branch="false"/>
|
|
4036
|
+
<line number="204" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
4037
|
+
<line number="205" hits="0" branch="false"/>
|
|
4038
|
+
<line number="210" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
4039
|
+
<line number="211" hits="0" branch="false"/>
|
|
4040
|
+
<line number="216" hits="0" branch="false"/>
|
|
4041
|
+
<line number="222" hits="0" branch="false"/>
|
|
4042
|
+
<line number="226" hits="2" branch="false"/>
|
|
4043
|
+
<line number="227" hits="0" branch="true" condition-coverage="0% (0/1)"/>
|
|
4044
|
+
<line number="228" hits="0" branch="false"/>
|
|
4045
|
+
<line number="231" hits="0" branch="false"/>
|
|
4046
|
+
<line number="233" hits="0" branch="true" condition-coverage="0% (0/1)"/>
|
|
4047
|
+
<line number="239" hits="0" branch="false"/>
|
|
4048
|
+
<line number="242" hits="0" branch="false"/>
|
|
4049
|
+
<line number="246" hits="2" branch="false"/>
|
|
4032
4050
|
<line number="252" hits="0" branch="false"/>
|
|
4033
|
-
<line number="
|
|
4034
|
-
<line number="257" hits="0" branch="
|
|
4035
|
-
<line number="
|
|
4036
|
-
<line number="261" hits="0" branch="
|
|
4037
|
-
<line number="
|
|
4038
|
-
<line number="
|
|
4051
|
+
<line number="253" hits="0" branch="false"/>
|
|
4052
|
+
<line number="257" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
4053
|
+
<line number="258" hits="0" branch="false"/>
|
|
4054
|
+
<line number="261" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
4055
|
+
<line number="262" hits="0" branch="false"/>
|
|
4056
|
+
<line number="265" hits="0" branch="false"/>
|
|
4039
4057
|
<line number="267" hits="0" branch="false"/>
|
|
4040
|
-
<line number="
|
|
4041
|
-
<line number="
|
|
4042
|
-
<line number="
|
|
4043
|
-
<line number="
|
|
4058
|
+
<line number="268" hits="0" branch="false"/>
|
|
4059
|
+
<line number="276" hits="0" branch="false"/>
|
|
4060
|
+
<line number="291" hits="0" branch="false"/>
|
|
4061
|
+
<line number="307" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
4044
4062
|
<line number="309" hits="0" branch="false"/>
|
|
4045
4063
|
<line number="310" hits="0" branch="false"/>
|
|
4046
4064
|
<line number="311" hits="0" branch="false"/>
|
|
4047
|
-
<line number="312" hits="0" branch="
|
|
4048
|
-
<line number="313" hits="0" branch="
|
|
4049
|
-
<line number="
|
|
4050
|
-
<line number="
|
|
4065
|
+
<line number="312" hits="0" branch="false"/>
|
|
4066
|
+
<line number="313" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
4067
|
+
<line number="314" hits="0" branch="false"/>
|
|
4068
|
+
<line number="316" hits="0" branch="false"/>
|
|
4051
4069
|
<line number="323" hits="0" branch="false"/>
|
|
4052
4070
|
<line number="324" hits="0" branch="false"/>
|
|
4053
|
-
<line number="
|
|
4054
|
-
<line number="334" hits="
|
|
4055
|
-
<line number="
|
|
4071
|
+
<line number="325" hits="0" branch="false"/>
|
|
4072
|
+
<line number="334" hits="2" branch="false"/>
|
|
4073
|
+
<line number="335" hits="0" branch="false"/>
|
|
4056
4074
|
<line number="353" hits="0" branch="false"/>
|
|
4057
|
-
<line number="
|
|
4058
|
-
<line number="
|
|
4059
|
-
<line number="367" hits="
|
|
4075
|
+
<line number="354" hits="0" branch="false"/>
|
|
4076
|
+
<line number="356" hits="0" branch="false"/>
|
|
4077
|
+
<line number="367" hits="2" branch="false"/>
|
|
4060
4078
|
<line number="368" hits="0" branch="false"/>
|
|
4061
4079
|
<line number="369" hits="0" branch="false"/>
|
|
4062
4080
|
<line number="370" hits="0" branch="false"/>
|
|
4063
|
-
<line number="
|
|
4064
|
-
<line number="373" hits="0" branch="
|
|
4065
|
-
<line number="
|
|
4081
|
+
<line number="371" hits="0" branch="false"/>
|
|
4082
|
+
<line number="373" hits="0" branch="true" condition-coverage="0% (0/1)"/>
|
|
4083
|
+
<line number="374" hits="0" branch="false"/>
|
|
4066
4084
|
<line number="378" hits="0" branch="false"/>
|
|
4067
|
-
<line number="
|
|
4068
|
-
<line number="382" hits="0" branch="
|
|
4069
|
-
<line number="
|
|
4085
|
+
<line number="379" hits="0" branch="false"/>
|
|
4086
|
+
<line number="382" hits="0" branch="true" condition-coverage="0% (0/1)"/>
|
|
4087
|
+
<line number="383" hits="0" branch="false"/>
|
|
4070
4088
|
<line number="387" hits="0" branch="false"/>
|
|
4071
|
-
<line number="
|
|
4089
|
+
<line number="388" hits="0" branch="false"/>
|
|
4072
4090
|
<line number="391" hits="0" branch="false"/>
|
|
4073
4091
|
<line number="392" hits="0" branch="false"/>
|
|
4074
|
-
<line number="
|
|
4075
|
-
<line number="
|
|
4076
|
-
<line number="398" hits="
|
|
4092
|
+
<line number="393" hits="0" branch="false"/>
|
|
4093
|
+
<line number="395" hits="0" branch="false"/>
|
|
4094
|
+
<line number="398" hits="2" branch="false"/>
|
|
4077
4095
|
<line number="399" hits="0" branch="false"/>
|
|
4078
4096
|
<line number="400" hits="0" branch="false"/>
|
|
4079
|
-
<line number="
|
|
4097
|
+
<line number="401" hits="0" branch="false"/>
|
|
4080
4098
|
<line number="412" hits="0" branch="false"/>
|
|
4081
|
-
<line number="
|
|
4082
|
-
<line number="416" hits="0" branch="
|
|
4083
|
-
<line number="
|
|
4084
|
-
<line number="419" hits="0" branch="
|
|
4085
|
-
<line number="420" hits="0" branch="
|
|
4086
|
-
<line number="
|
|
4087
|
-
<line number="
|
|
4088
|
-
<line number="
|
|
4089
|
-
<line number="
|
|
4090
|
-
<line number="
|
|
4091
|
-
<line number="
|
|
4099
|
+
<line number="413" hits="0" branch="false"/>
|
|
4100
|
+
<line number="416" hits="0" branch="false"/>
|
|
4101
|
+
<line number="417" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
4102
|
+
<line number="419" hits="0" branch="false"/>
|
|
4103
|
+
<line number="420" hits="0" branch="true" condition-coverage="0% (0/1)"/>
|
|
4104
|
+
<line number="421" hits="0" branch="false"/>
|
|
4105
|
+
<line number="423" hits="0" branch="false"/>
|
|
4106
|
+
<line number="433" hits="0" branch="false"/>
|
|
4107
|
+
<line number="437" hits="0" branch="false"/>
|
|
4108
|
+
<line number="444" hits="0" branch="false"/>
|
|
4109
|
+
<line number="446" hits="0" branch="false"/>
|
|
4092
4110
|
<line number="457" hits="0" branch="false"/>
|
|
4093
|
-
<line number="
|
|
4094
|
-
<line number="
|
|
4095
|
-
<line number="
|
|
4096
|
-
<line number="
|
|
4097
|
-
<line number="
|
|
4098
|
-
<line number="
|
|
4099
|
-
<line number="
|
|
4100
|
-
<line number="
|
|
4111
|
+
<line number="458" hits="0" branch="false"/>
|
|
4112
|
+
<line number="464" hits="0" branch="false"/>
|
|
4113
|
+
<line number="466" hits="0" branch="false"/>
|
|
4114
|
+
<line number="468" hits="0" branch="false"/>
|
|
4115
|
+
<line number="470" hits="0" branch="false"/>
|
|
4116
|
+
<line number="480" hits="0" branch="false"/>
|
|
4117
|
+
<line number="484" hits="0" branch="false"/>
|
|
4118
|
+
<line number="491" hits="0" branch="false"/>
|
|
4101
4119
|
<line number="494" hits="0" branch="false"/>
|
|
4102
|
-
<line number="
|
|
4103
|
-
<line number="
|
|
4104
|
-
<line number="507" hits="0" branch="
|
|
4105
|
-
<line number="
|
|
4106
|
-
<line number="
|
|
4107
|
-
<line number="
|
|
4120
|
+
<line number="495" hits="0" branch="false"/>
|
|
4121
|
+
<line number="504" hits="0" branch="false"/>
|
|
4122
|
+
<line number="507" hits="0" branch="true" condition-coverage="0% (0/1)"/>
|
|
4123
|
+
<line number="508" hits="0" branch="false"/>
|
|
4124
|
+
<line number="513" hits="0" branch="false"/>
|
|
4125
|
+
<line number="519" hits="2" branch="false"/>
|
|
4108
4126
|
<line number="524" hits="0" branch="false"/>
|
|
4109
4127
|
<line number="525" hits="0" branch="false"/>
|
|
4110
4128
|
<line number="526" hits="0" branch="false"/>
|
|
4111
|
-
<line number="
|
|
4112
|
-
<line number="
|
|
4113
|
-
<line number="
|
|
4114
|
-
<line number="
|
|
4115
|
-
<line number="
|
|
4116
|
-
<line number="
|
|
4117
|
-
<line number="
|
|
4129
|
+
<line number="527" hits="0" branch="false"/>
|
|
4130
|
+
<line number="536" hits="0" branch="false"/>
|
|
4131
|
+
<line number="539" hits="0" branch="false"/>
|
|
4132
|
+
<line number="544" hits="2" branch="false"/>
|
|
4133
|
+
<line number="547" hits="0" branch="false"/>
|
|
4134
|
+
<line number="549" hits="0" branch="true" condition-coverage="0% (0/5)"/>
|
|
4135
|
+
<line number="554" hits="0" branch="false"/>
|
|
4118
4136
|
<line number="557" hits="0" branch="false"/>
|
|
4119
|
-
<line number="
|
|
4137
|
+
<line number="558" hits="0" branch="false"/>
|
|
4120
4138
|
<line number="562" hits="0" branch="false"/>
|
|
4121
|
-
<line number="
|
|
4122
|
-
<line number="567" hits="0" branch="
|
|
4123
|
-
<line number="
|
|
4124
|
-
<line number="
|
|
4125
|
-
<line number="
|
|
4126
|
-
<line number="
|
|
4127
|
-
<line number="
|
|
4139
|
+
<line number="563" hits="0" branch="false"/>
|
|
4140
|
+
<line number="567" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
4141
|
+
<line number="568" hits="0" branch="false"/>
|
|
4142
|
+
<line number="572" hits="0" branch="false"/>
|
|
4143
|
+
<line number="574" hits="0" branch="false"/>
|
|
4144
|
+
<line number="577" hits="0" branch="false"/>
|
|
4145
|
+
<line number="581" hits="0" branch="false"/>
|
|
4128
4146
|
<line number="587" hits="0" branch="false"/>
|
|
4129
4147
|
<line number="588" hits="0" branch="false"/>
|
|
4130
|
-
<line number="
|
|
4148
|
+
<line number="589" hits="0" branch="false"/>
|
|
4149
|
+
<line number="593" hits="2" branch="false"/>
|
|
4131
4150
|
</lines>
|
|
4132
4151
|
</class>
|
|
4133
4152
|
</classes>
|
|
@@ -4306,47 +4325,47 @@
|
|
|
4306
4325
|
<methods>
|
|
4307
4326
|
<method name="(anonymous_5)" hits="10" signature="()V">
|
|
4308
4327
|
<lines>
|
|
4309
|
-
<line number="
|
|
4328
|
+
<line number="42" hits="10"/>
|
|
4310
4329
|
</lines>
|
|
4311
4330
|
</method>
|
|
4312
4331
|
<method name="(anonymous_6)" hits="26" signature="()V">
|
|
4313
4332
|
<lines>
|
|
4314
|
-
<line number="
|
|
4333
|
+
<line number="43" hits="26"/>
|
|
4315
4334
|
</lines>
|
|
4316
4335
|
</method>
|
|
4317
4336
|
<method name="(anonymous_7)" hits="2" signature="()V">
|
|
4318
4337
|
<lines>
|
|
4319
|
-
<line number="
|
|
4338
|
+
<line number="61" hits="2"/>
|
|
4320
4339
|
</lines>
|
|
4321
4340
|
</method>
|
|
4322
4341
|
<method name="(anonymous_8)" hits="6" signature="()V">
|
|
4323
4342
|
<lines>
|
|
4324
|
-
<line number="
|
|
4343
|
+
<line number="72" hits="6"/>
|
|
4325
4344
|
</lines>
|
|
4326
4345
|
</method>
|
|
4327
4346
|
<method name="(anonymous_9)" hits="11" signature="()V">
|
|
4328
4347
|
<lines>
|
|
4329
|
-
<line number="
|
|
4348
|
+
<line number="98" hits="11"/>
|
|
4330
4349
|
</lines>
|
|
4331
4350
|
</method>
|
|
4332
4351
|
<method name="(anonymous_10)" hits="8" signature="()V">
|
|
4333
4352
|
<lines>
|
|
4334
|
-
<line number="
|
|
4353
|
+
<line number="117" hits="8"/>
|
|
4335
4354
|
</lines>
|
|
4336
4355
|
</method>
|
|
4337
4356
|
<method name="(anonymous_11)" hits="11" signature="()V">
|
|
4338
4357
|
<lines>
|
|
4339
|
-
<line number="
|
|
4358
|
+
<line number="120" hits="11"/>
|
|
4340
4359
|
</lines>
|
|
4341
4360
|
</method>
|
|
4342
4361
|
<method name="(anonymous_12)" hits="0" signature="()V">
|
|
4343
4362
|
<lines>
|
|
4344
|
-
<line number="
|
|
4363
|
+
<line number="129" hits="0"/>
|
|
4345
4364
|
</lines>
|
|
4346
4365
|
</method>
|
|
4347
4366
|
<method name="(anonymous_13)" hits="6" signature="()V">
|
|
4348
4367
|
<lines>
|
|
4349
|
-
<line number="
|
|
4368
|
+
<line number="147" hits="6"/>
|
|
4350
4369
|
</lines>
|
|
4351
4370
|
</method>
|
|
4352
4371
|
</methods>
|
|
@@ -4354,51 +4373,51 @@
|
|
|
4354
4373
|
<line number="7" hits="1" branch="false"/>
|
|
4355
4374
|
<line number="8" hits="1" branch="false"/>
|
|
4356
4375
|
<line number="11" hits="1" branch="false"/>
|
|
4357
|
-
<line number="
|
|
4358
|
-
<line number="
|
|
4359
|
-
<line number="
|
|
4360
|
-
<line number="
|
|
4376
|
+
<line number="16" hits="1" branch="false"/>
|
|
4377
|
+
<line number="17" hits="1" branch="false"/>
|
|
4378
|
+
<line number="18" hits="1" branch="false"/>
|
|
4379
|
+
<line number="19" hits="1" branch="false"/>
|
|
4380
|
+
<line number="26" hits="1" branch="false"/>
|
|
4381
|
+
<line number="27" hits="1" branch="false"/>
|
|
4382
|
+
<line number="28" hits="1" branch="false"/>
|
|
4361
4383
|
<line number="29" hits="1" branch="false"/>
|
|
4362
|
-
<line number="
|
|
4363
|
-
<line number="
|
|
4364
|
-
<line number="
|
|
4365
|
-
<line number="
|
|
4366
|
-
<line number="46" hits="11" branch="false"/>
|
|
4384
|
+
<line number="42" hits="1" branch="false"/>
|
|
4385
|
+
<line number="43" hits="11" branch="false"/>
|
|
4386
|
+
<line number="53" hits="26" branch="false"/>
|
|
4387
|
+
<line number="54" hits="26" branch="false"/>
|
|
4367
4388
|
<line number="56" hits="26" branch="false"/>
|
|
4368
4389
|
<line number="57" hits="26" branch="false"/>
|
|
4369
|
-
<line number="
|
|
4370
|
-
<line number="
|
|
4390
|
+
<line number="58" hits="26" branch="false"/>
|
|
4391
|
+
<line number="59" hits="26" branch="true" condition-coverage="100% (2/2)"/>
|
|
4371
4392
|
<line number="61" hits="26" branch="false"/>
|
|
4372
|
-
<line number="62" hits="
|
|
4373
|
-
<line number="
|
|
4393
|
+
<line number="62" hits="2" branch="false"/>
|
|
4394
|
+
<line number="63" hits="2" branch="false"/>
|
|
4395
|
+
<line number="64" hits="2" branch="false"/>
|
|
4374
4396
|
<line number="65" hits="2" branch="false"/>
|
|
4375
|
-
<line number="
|
|
4376
|
-
<line number="
|
|
4377
|
-
<line number="
|
|
4378
|
-
<line number="
|
|
4397
|
+
<line number="71" hits="26" branch="false"/>
|
|
4398
|
+
<line number="73" hits="6" branch="false"/>
|
|
4399
|
+
<line number="74" hits="6" branch="false"/>
|
|
4400
|
+
<line number="75" hits="6" branch="false"/>
|
|
4379
4401
|
<line number="76" hits="6" branch="false"/>
|
|
4380
4402
|
<line number="77" hits="6" branch="false"/>
|
|
4381
|
-
<line number="78" hits="6" branch="
|
|
4382
|
-
<line number="79" hits="
|
|
4383
|
-
<line number="
|
|
4384
|
-
<line number="
|
|
4385
|
-
<line number="
|
|
4386
|
-
<line number="
|
|
4387
|
-
<line number="102" hits="11" branch="false"/>
|
|
4403
|
+
<line number="78" hits="6" branch="true" condition-coverage="100% (1/1)"/>
|
|
4404
|
+
<line number="79" hits="4" branch="false"/>
|
|
4405
|
+
<line number="98" hits="26" branch="false"/>
|
|
4406
|
+
<line number="99" hits="11" branch="false"/>
|
|
4407
|
+
<line number="117" hits="26" branch="false"/>
|
|
4408
|
+
<line number="118" hits="8" branch="false"/>
|
|
4388
4409
|
<line number="120" hits="26" branch="false"/>
|
|
4389
|
-
<line number="121" hits="
|
|
4390
|
-
<line number="
|
|
4391
|
-
<line number="
|
|
4392
|
-
<line number="
|
|
4393
|
-
<line number="
|
|
4394
|
-
<line number="
|
|
4395
|
-
<line number="
|
|
4396
|
-
<line number="
|
|
4397
|
-
<line number="
|
|
4398
|
-
<line number="
|
|
4399
|
-
<line number="
|
|
4400
|
-
<line number="157" hits="0" branch="false"/>
|
|
4401
|
-
<line number="160" hits="6" branch="false"/>
|
|
4410
|
+
<line number="121" hits="11" branch="false"/>
|
|
4411
|
+
<line number="122" hits="11" branch="false"/>
|
|
4412
|
+
<line number="125" hits="26" branch="false"/>
|
|
4413
|
+
<line number="129" hits="0" branch="false"/>
|
|
4414
|
+
<line number="132" hits="26" branch="false"/>
|
|
4415
|
+
<line number="148" hits="6" branch="true" condition-coverage="0% (0/1)"/>
|
|
4416
|
+
<line number="149" hits="0" branch="false"/>
|
|
4417
|
+
<line number="150" hits="0" branch="false"/>
|
|
4418
|
+
<line number="153" hits="6" branch="true" condition-coverage="0% (0/1)"/>
|
|
4419
|
+
<line number="154" hits="0" branch="false"/>
|
|
4420
|
+
<line number="157" hits="6" branch="false"/>
|
|
4402
4421
|
</lines>
|
|
4403
4422
|
</class>
|
|
4404
4423
|
<class name="Favorite.tsx" filename="src/Device/DeviceSelector/Favorite.tsx" line-rate="0.8571" branch-rate="0.5">
|
|
@@ -6952,7 +6971,7 @@
|
|
|
6952
6971
|
</class>
|
|
6953
6972
|
</classes>
|
|
6954
6973
|
</package>
|
|
6955
|
-
<package name="src.utils" line-rate="0.
|
|
6974
|
+
<package name="src.utils" line-rate="0.6365999999999999" branch-rate="0.1603">
|
|
6956
6975
|
<classes>
|
|
6957
6976
|
<class name="appDirs.ts" filename="src/utils/appDirs.ts" line-rate="0.6666" branch-rate="0">
|
|
6958
6977
|
<methods>
|
|
@@ -6999,9 +7018,9 @@
|
|
|
6999
7018
|
</class>
|
|
7000
7019
|
<class name="classNames.ts" filename="src/utils/classNames.ts" line-rate="1" branch-rate="1">
|
|
7001
7020
|
<methods>
|
|
7002
|
-
<method name="(anonymous_1)" hits="
|
|
7021
|
+
<method name="(anonymous_1)" hits="1606" signature="()V">
|
|
7003
7022
|
<lines>
|
|
7004
|
-
<line number="7" hits="
|
|
7023
|
+
<line number="7" hits="1606"/>
|
|
7005
7024
|
</lines>
|
|
7006
7025
|
</method>
|
|
7007
7026
|
<method name="(anonymous_2)" hits="340" signature="()V">
|
|
@@ -7011,7 +7030,7 @@
|
|
|
7011
7030
|
</method>
|
|
7012
7031
|
</methods>
|
|
7013
7032
|
<lines>
|
|
7014
|
-
<line number="7" hits="
|
|
7033
|
+
<line number="7" hits="1606" branch="false"/>
|
|
7015
7034
|
<line number="24" hits="340" branch="false"/>
|
|
7016
7035
|
<line number="25" hits="340" branch="false"/>
|
|
7017
7036
|
</lines>
|
|
@@ -7059,101 +7078,111 @@
|
|
|
7059
7078
|
<line number="46" hits="0" branch="false"/>
|
|
7060
7079
|
</lines>
|
|
7061
7080
|
</class>
|
|
7062
|
-
<class name="persistentStore.ts" filename="src/utils/persistentStore.ts" line-rate="0.
|
|
7081
|
+
<class name="persistentStore.ts" filename="src/utils/persistentStore.ts" line-rate="0.629" branch-rate="0.11109999999999999">
|
|
7063
7082
|
<methods>
|
|
7064
|
-
<method name="(anonymous_19)" hits="0" signature="()V">
|
|
7065
|
-
<lines>
|
|
7066
|
-
<line number="38" hits="0"/>
|
|
7067
|
-
</lines>
|
|
7068
|
-
</method>
|
|
7069
|
-
<method name="(anonymous_20)" hits="9" signature="()V">
|
|
7070
|
-
<lines>
|
|
7071
|
-
<line number="40" hits="9"/>
|
|
7072
|
-
</lines>
|
|
7073
|
-
</method>
|
|
7074
7083
|
<method name="(anonymous_21)" hits="0" signature="()V">
|
|
7075
7084
|
<lines>
|
|
7076
|
-
<line number="
|
|
7085
|
+
<line number="39" hits="0"/>
|
|
7077
7086
|
</lines>
|
|
7078
7087
|
</method>
|
|
7079
7088
|
<method name="(anonymous_22)" hits="9" signature="()V">
|
|
7080
7089
|
<lines>
|
|
7081
|
-
<line number="
|
|
7090
|
+
<line number="41" hits="9"/>
|
|
7082
7091
|
</lines>
|
|
7083
7092
|
</method>
|
|
7084
7093
|
<method name="(anonymous_23)" hits="0" signature="()V">
|
|
7085
7094
|
<lines>
|
|
7086
|
-
<line number="
|
|
7095
|
+
<line number="44" hits="0"/>
|
|
7087
7096
|
</lines>
|
|
7088
7097
|
</method>
|
|
7089
7098
|
<method name="(anonymous_24)" hits="9" signature="()V">
|
|
7090
7099
|
<lines>
|
|
7091
|
-
<line number="
|
|
7100
|
+
<line number="46" hits="9"/>
|
|
7092
7101
|
</lines>
|
|
7093
7102
|
</method>
|
|
7094
7103
|
<method name="(anonymous_25)" hits="0" signature="()V">
|
|
7095
7104
|
<lines>
|
|
7096
|
-
<line number="
|
|
7105
|
+
<line number="49" hits="0"/>
|
|
7097
7106
|
</lines>
|
|
7098
7107
|
</method>
|
|
7099
7108
|
<method name="(anonymous_26)" hits="0" signature="()V">
|
|
7100
7109
|
<lines>
|
|
7101
|
-
<line number="
|
|
7110
|
+
<line number="58" hits="0"/>
|
|
7102
7111
|
</lines>
|
|
7103
7112
|
</method>
|
|
7104
7113
|
<method name="(anonymous_27)" hits="0" signature="()V">
|
|
7105
7114
|
<lines>
|
|
7106
|
-
<line number="
|
|
7115
|
+
<line number="74" hits="0"/>
|
|
7107
7116
|
</lines>
|
|
7108
7117
|
</method>
|
|
7109
|
-
<method name="(anonymous_28)" hits="
|
|
7118
|
+
<method name="(anonymous_28)" hits="9" signature="()V">
|
|
7110
7119
|
<lines>
|
|
7111
|
-
<line number="
|
|
7120
|
+
<line number="82" hits="9"/>
|
|
7112
7121
|
</lines>
|
|
7113
7122
|
</method>
|
|
7114
7123
|
<method name="(anonymous_29)" hits="0" signature="()V">
|
|
7115
7124
|
<lines>
|
|
7116
|
-
<line number="
|
|
7125
|
+
<line number="91" hits="0"/>
|
|
7117
7126
|
</lines>
|
|
7118
7127
|
</method>
|
|
7119
7128
|
<method name="(anonymous_30)" hits="0" signature="()V">
|
|
7120
7129
|
<lines>
|
|
7121
|
-
<line number="
|
|
7130
|
+
<line number="100" hits="0"/>
|
|
7122
7131
|
</lines>
|
|
7123
7132
|
</method>
|
|
7124
7133
|
<method name="(anonymous_31)" hits="0" signature="()V">
|
|
7125
7134
|
<lines>
|
|
7126
|
-
<line number="
|
|
7135
|
+
<line number="112" hits="0"/>
|
|
7127
7136
|
</lines>
|
|
7128
7137
|
</method>
|
|
7129
|
-
<method name="(anonymous_32)" hits="
|
|
7138
|
+
<method name="(anonymous_32)" hits="3" signature="()V">
|
|
7130
7139
|
<lines>
|
|
7131
|
-
<line number="
|
|
7140
|
+
<line number="114" hits="3"/>
|
|
7132
7141
|
</lines>
|
|
7133
7142
|
</method>
|
|
7134
7143
|
<method name="(anonymous_33)" hits="0" signature="()V">
|
|
7135
7144
|
<lines>
|
|
7136
|
-
<line number="
|
|
7145
|
+
<line number="116" hits="0"/>
|
|
7137
7146
|
</lines>
|
|
7138
7147
|
</method>
|
|
7139
|
-
<method name="(anonymous_34)" hits="
|
|
7148
|
+
<method name="(anonymous_34)" hits="0" signature="()V">
|
|
7140
7149
|
<lines>
|
|
7141
|
-
<line number="
|
|
7150
|
+
<line number="119" hits="0"/>
|
|
7142
7151
|
</lines>
|
|
7143
7152
|
</method>
|
|
7144
|
-
<method name="(anonymous_35)" hits="
|
|
7153
|
+
<method name="(anonymous_35)" hits="0" signature="()V">
|
|
7145
7154
|
<lines>
|
|
7146
|
-
<line number="
|
|
7155
|
+
<line number="120" hits="0"/>
|
|
7147
7156
|
</lines>
|
|
7148
7157
|
</method>
|
|
7149
|
-
<method name="(anonymous_36)" hits="
|
|
7158
|
+
<method name="(anonymous_36)" hits="0" signature="()V">
|
|
7150
7159
|
<lines>
|
|
7151
|
-
<line number="
|
|
7160
|
+
<line number="126" hits="0"/>
|
|
7152
7161
|
</lines>
|
|
7153
7162
|
</method>
|
|
7154
|
-
<method name="(anonymous_37)" hits="
|
|
7163
|
+
<method name="(anonymous_37)" hits="0" signature="()V">
|
|
7164
|
+
<lines>
|
|
7165
|
+
<line number="129" hits="0"/>
|
|
7166
|
+
</lines>
|
|
7167
|
+
</method>
|
|
7168
|
+
<method name="(anonymous_38)" hits="9" signature="()V">
|
|
7169
|
+
<lines>
|
|
7170
|
+
<line number="131" hits="9"/>
|
|
7171
|
+
</lines>
|
|
7172
|
+
</method>
|
|
7173
|
+
<method name="(anonymous_39)" hits="7" signature="()V">
|
|
7174
|
+
<lines>
|
|
7175
|
+
<line number="142" hits="7"/>
|
|
7176
|
+
</lines>
|
|
7177
|
+
</method>
|
|
7178
|
+
<method name="(anonymous_40)" hits="1" signature="()V">
|
|
7179
|
+
<lines>
|
|
7180
|
+
<line number="164" hits="1"/>
|
|
7181
|
+
</lines>
|
|
7182
|
+
</method>
|
|
7183
|
+
<method name="(anonymous_41)" hits="1" signature="()V">
|
|
7155
7184
|
<lines>
|
|
7156
|
-
<line number="
|
|
7185
|
+
<line number="169" hits="1"/>
|
|
7157
7186
|
</lines>
|
|
7158
7187
|
</method>
|
|
7159
7188
|
</methods>
|
|
@@ -7162,51 +7191,64 @@
|
|
|
7162
7191
|
<line number="10" hits="11" branch="false"/>
|
|
7163
7192
|
<line number="12" hits="11" branch="false"/>
|
|
7164
7193
|
<line number="13" hits="11" branch="false"/>
|
|
7165
|
-
<line number="
|
|
7166
|
-
<line number="
|
|
7167
|
-
<line number="39" hits="
|
|
7168
|
-
<line number="40" hits="
|
|
7169
|
-
<line number="41" hits="
|
|
7170
|
-
<line number="
|
|
7171
|
-
<line number="44" hits="
|
|
7172
|
-
<line number="45" hits="
|
|
7173
|
-
<line number="46" hits="
|
|
7174
|
-
<line number="
|
|
7194
|
+
<line number="14" hits="11" branch="false"/>
|
|
7195
|
+
<line number="29" hits="11" branch="false"/>
|
|
7196
|
+
<line number="39" hits="11" branch="false"/>
|
|
7197
|
+
<line number="40" hits="0" branch="false"/>
|
|
7198
|
+
<line number="41" hits="11" branch="false"/>
|
|
7199
|
+
<line number="42" hits="9" branch="false"/>
|
|
7200
|
+
<line number="44" hits="11" branch="false"/>
|
|
7201
|
+
<line number="45" hits="0" branch="false"/>
|
|
7202
|
+
<line number="46" hits="11" branch="false"/>
|
|
7203
|
+
<line number="47" hits="9" branch="false"/>
|
|
7204
|
+
<line number="49" hits="11" branch="false"/>
|
|
7205
|
+
<line number="50" hits="0" branch="false"/>
|
|
7206
|
+
<line number="51" hits="0" branch="true" condition-coverage="0% (0/1)"/>
|
|
7175
7207
|
<line number="52" hits="0" branch="false"/>
|
|
7176
|
-
<line number="
|
|
7177
|
-
<line number="
|
|
7178
|
-
<line number="
|
|
7179
|
-
<line number="
|
|
7180
|
-
<line number="
|
|
7181
|
-
<line number="
|
|
7208
|
+
<line number="55" hits="0" branch="false"/>
|
|
7209
|
+
<line number="56" hits="0" branch="false"/>
|
|
7210
|
+
<line number="58" hits="11" branch="false"/>
|
|
7211
|
+
<line number="59" hits="0" branch="false"/>
|
|
7212
|
+
<line number="60" hits="0" branch="true" condition-coverage="0% (0/1)"/>
|
|
7213
|
+
<line number="61" hits="0" branch="false"/>
|
|
7214
|
+
<line number="64" hits="0" branch="false"/>
|
|
7215
|
+
<line number="69" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
7182
7216
|
<line number="74" hits="11" branch="false"/>
|
|
7183
7217
|
<line number="78" hits="0" branch="false"/>
|
|
7184
|
-
<line number="
|
|
7185
|
-
<line number="
|
|
7186
|
-
<line number="
|
|
7187
|
-
<line number="
|
|
7188
|
-
<line number="
|
|
7189
|
-
<line number="90" hits="11" branch="false"/>
|
|
7190
|
-
<line number="91" hits="0" branch="false"/>
|
|
7191
|
-
<line number="93" hits="11" branch="false"/>
|
|
7192
|
-
<line number="94" hits="11" branch="false"/>
|
|
7193
|
-
<line number="95" hits="0" branch="false"/>
|
|
7218
|
+
<line number="82" hits="11" branch="false"/>
|
|
7219
|
+
<line number="85" hits="9" branch="false"/>
|
|
7220
|
+
<line number="86" hits="9" branch="false"/>
|
|
7221
|
+
<line number="89" hits="9" branch="false"/>
|
|
7222
|
+
<line number="91" hits="11" branch="false"/>
|
|
7194
7223
|
<line number="96" hits="0" branch="false"/>
|
|
7195
|
-
<line number="98" hits="0" branch="false"/>
|
|
7196
7224
|
<line number="100" hits="11" branch="false"/>
|
|
7197
|
-
<line number="101" hits="0" branch="true" condition-coverage="0% (0/4)"/>
|
|
7198
|
-
<line number="103" hits="11" branch="false"/>
|
|
7199
7225
|
<line number="104" hits="0" branch="false"/>
|
|
7200
|
-
<line number="
|
|
7201
|
-
<line number="
|
|
7226
|
+
<line number="107" hits="0" branch="false"/>
|
|
7227
|
+
<line number="112" hits="11" branch="false"/>
|
|
7228
|
+
<line number="113" hits="0" branch="false"/>
|
|
7229
|
+
<line number="114" hits="11" branch="false"/>
|
|
7230
|
+
<line number="115" hits="3" branch="false"/>
|
|
7202
7231
|
<line number="116" hits="11" branch="false"/>
|
|
7203
|
-
<line number="
|
|
7204
|
-
<line number="
|
|
7205
|
-
<line number="
|
|
7206
|
-
<line number="
|
|
7207
|
-
<line number="
|
|
7208
|
-
<line number="
|
|
7209
|
-
<line number="
|
|
7232
|
+
<line number="117" hits="0" branch="false"/>
|
|
7233
|
+
<line number="119" hits="11" branch="false"/>
|
|
7234
|
+
<line number="120" hits="11" branch="false"/>
|
|
7235
|
+
<line number="121" hits="0" branch="false"/>
|
|
7236
|
+
<line number="122" hits="0" branch="false"/>
|
|
7237
|
+
<line number="124" hits="0" branch="false"/>
|
|
7238
|
+
<line number="126" hits="11" branch="false"/>
|
|
7239
|
+
<line number="127" hits="0" branch="true" condition-coverage="0% (0/4)"/>
|
|
7240
|
+
<line number="129" hits="11" branch="false"/>
|
|
7241
|
+
<line number="130" hits="0" branch="false"/>
|
|
7242
|
+
<line number="131" hits="11" branch="false"/>
|
|
7243
|
+
<line number="132" hits="9" branch="false"/>
|
|
7244
|
+
<line number="142" hits="11" branch="false"/>
|
|
7245
|
+
<line number="149" hits="7" branch="true" condition-coverage="100% (1/1)"/>
|
|
7246
|
+
<line number="150" hits="3" branch="false"/>
|
|
7247
|
+
<line number="159" hits="7" branch="false"/>
|
|
7248
|
+
<line number="164" hits="11" branch="false"/>
|
|
7249
|
+
<line number="165" hits="1" branch="false"/>
|
|
7250
|
+
<line number="169" hits="11" branch="false"/>
|
|
7251
|
+
<line number="170" hits="1" branch="false"/>
|
|
7210
7252
|
</lines>
|
|
7211
7253
|
</class>
|
|
7212
7254
|
<class name="systemReport.ts" filename="src/utils/systemReport.ts" line-rate="0.37829999999999997" branch-rate="0">
|