@nordicsemiconductor/pc-nrfconnect-shared 98.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.
Files changed (33) hide show
  1. package/Changelog.md +22 -0
  2. package/coverage/cobertura-coverage.xml +417 -414
  3. package/nrfutil/device/batch.ts +1 -1
  4. package/nrfutil/device/common.ts +5 -1
  5. package/nrfutil/device/device.ts +4 -5
  6. package/nrfutil/device/list.ts +5 -1
  7. package/nrfutil/moduleVersion.ts +1 -1
  8. package/nrfutil/sandbox.ts +2 -2
  9. package/package.json +1 -1
  10. package/src/Device/DeviceSelector/DeviceSelector.tsx +2 -5
  11. package/src/Device/deviceAutoSelectSlice.ts +8 -1
  12. package/src/Device/deviceLister.ts +1 -7
  13. package/src/Device/sdfuOperations.ts +5 -4
  14. package/src/index.ts +1 -1
  15. package/src/utils/logLibVersions.ts +0 -4
  16. package/src/utils/systemReport.ts +0 -3
  17. package/typings/generated/nrfutil/device/common.d.ts.map +1 -1
  18. package/typings/generated/nrfutil/device/device.d.ts +1 -1
  19. package/typings/generated/nrfutil/device/device.d.ts.map +1 -1
  20. package/typings/generated/nrfutil/device/list.d.ts +1 -1
  21. package/typings/generated/nrfutil/device/list.d.ts.map +1 -1
  22. package/typings/generated/nrfutil/moduleVersion.d.ts +1 -1
  23. package/typings/generated/nrfutil/moduleVersion.d.ts.map +1 -1
  24. package/typings/generated/src/Device/DeviceSelector/DeviceSelector.d.ts.map +1 -1
  25. package/typings/generated/src/Device/deviceAutoSelectSlice.d.ts +2 -1
  26. package/typings/generated/src/Device/deviceAutoSelectSlice.d.ts.map +1 -1
  27. package/typings/generated/src/Device/deviceLister.d.ts +0 -1
  28. package/typings/generated/src/Device/deviceLister.d.ts.map +1 -1
  29. package/typings/generated/src/Device/sdfuOperations.d.ts.map +1 -1
  30. package/typings/generated/src/index.d.ts +1 -2
  31. package/typings/generated/src/index.d.ts.map +1 -1
  32. package/typings/generated/src/utils/logLibVersions.d.ts.map +1 -1
  33. package/typings/generated/src/utils/systemReport.d.ts.map +1 -1
@@ -1,6 +1,6 @@
1
1
  <?xml version="1.0" ?>
2
2
  <!DOCTYPE coverage SYSTEM "http://cobertura.sourceforge.net/xml/coverage-04.dtd">
3
- <coverage lines-valid="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">
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>
@@ -805,7 +805,7 @@
805
805
  <line number="216" hits="0" branch="false"/>
806
806
  <line number="219" hits="0" branch="false"/>
807
807
  <line number="220" hits="0" branch="false"/>
808
- <line number="225" hits="0" branch="false"/>
808
+ <line number="225" hits="0" branch="true" condition-coverage="0% (0/4)"/>
809
809
  <line number="230" hits="0" branch="true" condition-coverage="0% (0/1)"/>
810
810
  <line number="231" hits="0" branch="false"/>
811
811
  <line number="233" hits="0" branch="false"/>
@@ -928,7 +928,7 @@
928
928
  </class>
929
929
  </classes>
930
930
  </package>
931
- <package name="nrfutil.device" line-rate="0.2876" branch-rate="0">
931
+ <package name="nrfutil.device" line-rate="0.2857" branch-rate="0">
932
932
  <classes>
933
933
  <class name="batch.ts" filename="nrfutil/device/batch.ts" line-rate="0.1525" branch-rate="0">
934
934
  <methods>
@@ -1126,7 +1126,7 @@
1126
1126
  <line number="70" hits="0" branch="false"/>
1127
1127
  </lines>
1128
1128
  </class>
1129
- <class name="common.ts" filename="nrfutil/device/common.ts" line-rate="0.1777" branch-rate="0">
1129
+ <class name="common.ts" filename="nrfutil/device/common.ts" line-rate="0.1739" branch-rate="0">
1130
1130
  <methods>
1131
1131
  <method name="(anonymous_6)" hits="0" signature="()V">
1132
1132
  <lines>
@@ -1155,12 +1155,12 @@
1155
1155
  </method>
1156
1156
  <method name="(anonymous_11)" hits="0" signature="()V">
1157
1157
  <lines>
1158
- <line number="244" hits="0"/>
1158
+ <line number="248" hits="0"/>
1159
1159
  </lines>
1160
1160
  </method>
1161
1161
  <method name="(anonymous_12)" hits="0" signature="()V">
1162
1162
  <lines>
1163
- <line number="260" hits="0"/>
1163
+ <line number="264" hits="0"/>
1164
1164
  </lines>
1165
1165
  </method>
1166
1166
  </methods>
@@ -1200,19 +1200,20 @@
1200
1200
  <line number="226" hits="0" branch="true" condition-coverage="0% (0/4)"/>
1201
1201
  <line number="227" hits="0" branch="false"/>
1202
1202
  <line number="231" hits="0" branch="false"/>
1203
- <line number="235" hits="0" branch="true" condition-coverage="0% (0/2)"/>
1203
+ <line number="236" hits="0" branch="true" condition-coverage="0% (0/2)"/>
1204
1204
  <line number="237" hits="0" branch="false"/>
1205
- <line number="240" hits="0" branch="false"/>
1206
1205
  <line number="241" hits="0" branch="false"/>
1207
- <line number="244" hits="3" branch="false"/>
1208
- <line number="251" hits="0" branch="false"/>
1209
- <line number="252" hits="0" branch="false"/>
1210
- <line number="260" hits="3" branch="false"/>
1211
- <line number="267" hits="0" branch="false"/>
1212
- <line number="268" hits="0" branch="false"/>
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"/>
1213
1214
  </lines>
1214
1215
  </class>
1215
- <class name="device.ts" filename="nrfutil/device/device.ts" line-rate="0.6206" branch-rate="0">
1216
+ <class name="device.ts" filename="nrfutil/device/device.ts" line-rate="0.6428" branch-rate="0">
1216
1217
  <methods>
1217
1218
  <method name="(anonymous_2)" hits="0" signature="()V">
1218
1219
  <lines>
@@ -1231,12 +1232,12 @@
1231
1232
  </method>
1232
1233
  <method name="(anonymous_5)" hits="0" signature="()V">
1233
1234
  <lines>
1234
- <line number="40" hits="0"/>
1235
+ <line number="39" hits="0"/>
1235
1236
  </lines>
1236
1237
  </method>
1237
1238
  <method name="(anonymous_6)" hits="0" signature="()V">
1238
1239
  <lines>
1239
- <line number="61" hits="0"/>
1240
+ <line number="60" hits="0"/>
1240
1241
  </lines>
1241
1242
  </method>
1242
1243
  </methods>
@@ -1262,14 +1263,13 @@
1262
1263
  <line number="29" hits="0" branch="false"/>
1263
1264
  <line number="32" hits="3" branch="false"/>
1264
1265
  <line number="33" hits="0" branch="false"/>
1265
- <line number="34" hits="0" branch="true" condition-coverage="0% (0/4)"/>
1266
- <line number="35" hits="0" branch="false"/>
1266
+ <line number="35" hits="0" branch="true" condition-coverage="0% (0/2)"/>
1267
1267
  <line number="37" hits="0" branch="true" condition-coverage="0% (0/2)"/>
1268
- <line number="40" hits="3" branch="false"/>
1268
+ <line number="39" hits="3" branch="false"/>
1269
+ <line number="40" hits="0" branch="false"/>
1269
1270
  <line number="41" hits="0" branch="false"/>
1270
- <line number="42" hits="0" branch="false"/>
1271
- <line number="45" hits="3" branch="false"/>
1272
- <line number="61" hits="0" branch="false"/>
1271
+ <line number="44" hits="3" branch="false"/>
1272
+ <line number="60" hits="0" branch="false"/>
1273
1273
  </lines>
1274
1274
  </class>
1275
1275
  <class name="erase.ts" filename="nrfutil/device/erase.ts" line-rate="0.6666" branch-rate="0">
@@ -1396,7 +1396,7 @@
1396
1396
  <line number="24" hits="0" branch="false"/>
1397
1397
  </lines>
1398
1398
  </class>
1399
- <class name="list.ts" filename="nrfutil/device/list.ts" line-rate="0.1739" branch-rate="0">
1399
+ <class name="list.ts" filename="nrfutil/device/list.ts" line-rate="0.16" branch-rate="0">
1400
1400
  <methods>
1401
1401
  <method name="(anonymous_1)" hits="0" signature="()V">
1402
1402
  <lines>
@@ -1415,12 +1415,12 @@
1415
1415
  </method>
1416
1416
  <method name="(anonymous_4)" hits="0" signature="()V">
1417
1417
  <lines>
1418
- <line number="48" hits="0"/>
1418
+ <line number="52" hits="0"/>
1419
1419
  </lines>
1420
1420
  </method>
1421
1421
  <method name="(anonymous_5)" hits="0" signature="()V">
1422
1422
  <lines>
1423
- <line number="52" hits="0"/>
1423
+ <line number="56" hits="0"/>
1424
1424
  </lines>
1425
1425
  </method>
1426
1426
  </methods>
@@ -1431,23 +1431,25 @@
1431
1431
  <line number="28" hits="3" branch="false"/>
1432
1432
  <line number="30" hits="0" branch="false"/>
1433
1433
  <line number="32" hits="3" branch="false"/>
1434
- <line number="41" hits="0" branch="false"/>
1435
1434
  <line number="42" hits="0" branch="false"/>
1436
- <line number="44" hits="0" branch="true" condition-coverage="0% (0/1)"/>
1437
- <line number="45" hits="0" branch="false"/>
1438
- <line number="48" hits="0" branch="false"/>
1439
- <line number="49" hits="0" branch="true" condition-coverage="0% (0/1)"/>
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"/>
1440
1439
  <line number="50" hits="0" branch="false"/>
1441
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"/>
1442
1443
  <line number="56" hits="0" branch="false"/>
1443
- <line number="59" hits="0" branch="true" condition-coverage="0% (0/3)"/>
1444
1444
  <line number="60" hits="0" branch="false"/>
1445
- <line number="63" hits="0" branch="true" condition-coverage="0% (0/2)"/>
1446
- <line number="68" hits="0" branch="false"/>
1447
- <line number="71" hits="0" branch="true" condition-coverage="0% (0/1)"/>
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)"/>
1448
1448
  <line number="72" hits="0" branch="false"/>
1449
+ <line number="75" hits="0" branch="true" condition-coverage="0% (0/1)"/>
1449
1450
  <line number="76" hits="0" branch="false"/>
1450
- <line number="77" hits="0" branch="false"/>
1451
+ <line number="80" hits="0" branch="false"/>
1452
+ <line number="81" hits="0" branch="false"/>
1451
1453
  </lines>
1452
1454
  </class>
1453
1455
  <class name="program.ts" filename="nrfutil/device/program.ts" line-rate="0.2452" branch-rate="0">
@@ -2556,95 +2558,100 @@
2556
2558
  </class>
2557
2559
  </classes>
2558
2560
  </package>
2559
- <package name="src.Device" line-rate="0.3734" branch-rate="0.16949999999999998">
2561
+ <package name="src.Device" line-rate="0.3714" branch-rate="0.16949999999999998">
2560
2562
  <classes>
2561
- <class name="deviceAutoSelectSlice.ts" filename="src/Device/deviceAutoSelectSlice.ts" line-rate="0.62" branch-rate="0.44439999999999996">
2563
+ <class name="deviceAutoSelectSlice.ts" filename="src/Device/deviceAutoSelectSlice.ts" line-rate="0.6111" branch-rate="0.2857">
2562
2564
  <methods>
2563
- <method name="(anonymous_19)" hits="0" signature="()V">
2565
+ <method name="(anonymous_20)" hits="0" signature="()V">
2564
2566
  <lines>
2565
2567
  <line number="44" hits="0"/>
2566
2568
  </lines>
2567
2569
  </method>
2568
- <method name="(anonymous_20)" hits="8" signature="()V">
2570
+ <method name="(anonymous_21)" hits="8" signature="()V">
2569
2571
  <lines>
2570
2572
  <line number="52" hits="8"/>
2571
2573
  </lines>
2572
2574
  </method>
2573
- <method name="(anonymous_21)" hits="8" signature="()V">
2575
+ <method name="(anonymous_22)" hits="8" signature="()V">
2574
2576
  <lines>
2575
2577
  <line number="65" hits="8"/>
2576
2578
  </lines>
2577
2579
  </method>
2578
- <method name="(anonymous_22)" hits="0" signature="()V">
2580
+ <method name="(anonymous_23)" hits="0" signature="()V">
2579
2581
  <lines>
2580
2582
  <line number="75" hits="0"/>
2581
2583
  </lines>
2582
2584
  </method>
2583
- <method name="(anonymous_23)" hits="1" signature="()V">
2585
+ <method name="(anonymous_24)" hits="1" signature="()V">
2584
2586
  <lines>
2585
2587
  <line number="84" hits="1"/>
2586
2588
  </lines>
2587
2589
  </method>
2588
- <method name="(anonymous_24)" hits="0" signature="()V">
2590
+ <method name="(anonymous_25)" hits="0" signature="()V">
2589
2591
  <lines>
2590
2592
  <line number="91" hits="0"/>
2591
2593
  </lines>
2592
2594
  </method>
2593
- <method name="(anonymous_25)" hits="0" signature="()V">
2595
+ <method name="(anonymous_26)" hits="0" signature="()V">
2594
2596
  <lines>
2595
2597
  <line number="95" hits="0"/>
2596
2598
  </lines>
2597
2599
  </method>
2598
- <method name="(anonymous_26)" hits="0" signature="()V">
2600
+ <method name="(anonymous_27)" hits="0" signature="()V">
2599
2601
  <lines>
2600
2602
  <line number="101" hits="0"/>
2601
2603
  </lines>
2602
2604
  </method>
2603
- <method name="(anonymous_27)" hits="0" signature="()V">
2605
+ <method name="(anonymous_28)" hits="0" signature="()V">
2604
2606
  <lines>
2605
2607
  <line number="107" hits="0"/>
2606
2608
  </lines>
2607
2609
  </method>
2608
- <method name="(anonymous_28)" hits="78" signature="()V">
2610
+ <method name="(anonymous_29)" hits="78" signature="()V">
2609
2611
  <lines>
2610
2612
  <line number="128" hits="78"/>
2611
2613
  </lines>
2612
2614
  </method>
2613
- <method name="(anonymous_29)" hits="67" signature="()V">
2615
+ <method name="(anonymous_30)" hits="67" signature="()V">
2614
2616
  <lines>
2615
2617
  <line number="131" hits="67"/>
2616
2618
  </lines>
2617
2619
  </method>
2618
- <method name="(anonymous_30)" hits="151" signature="()V">
2620
+ <method name="(anonymous_31)" hits="151" signature="()V">
2619
2621
  <lines>
2620
2622
  <line number="134" hits="151"/>
2621
2623
  </lines>
2622
2624
  </method>
2623
- <method name="(anonymous_31)" hits="84" signature="()V">
2625
+ <method name="(anonymous_32)" hits="84" signature="()V">
2624
2626
  <lines>
2625
2627
  <line number="138" hits="84"/>
2626
2628
  </lines>
2627
2629
  </method>
2628
- <method name="(anonymous_32)" hits="0" signature="()V">
2630
+ <method name="(anonymous_33)" hits="0" signature="()V">
2629
2631
  <lines>
2630
2632
  <line number="141" hits="0"/>
2631
2633
  </lines>
2632
2634
  </method>
2633
- <method name="(anonymous_33)" hits="0" signature="()V">
2635
+ <method name="(anonymous_34)" hits="0" signature="()V">
2634
2636
  <lines>
2635
2637
  <line number="144" hits="0"/>
2636
2638
  </lines>
2637
2639
  </method>
2638
- <method name="(anonymous_34)" hits="0" signature="()V">
2640
+ <method name="(anonymous_35)" hits="0" signature="()V">
2639
2641
  <lines>
2640
2642
  <line number="147" hits="0"/>
2641
2643
  </lines>
2642
2644
  </method>
2643
- <method name="(anonymous_35)" hits="0" signature="()V">
2645
+ <method name="(anonymous_36)" hits="0" signature="()V">
2644
2646
  <lines>
2645
2647
  <line number="149" hits="0"/>
2646
2648
  </lines>
2647
2649
  </method>
2650
+ <method name="(anonymous_38)" hits="8" signature="()V">
2651
+ <lines>
2652
+ <line number="152" hits="8"/>
2653
+ </lines>
2654
+ </method>
2648
2655
  </methods>
2649
2656
  <lines>
2650
2657
  <line number="7" hits="10" branch="false"/>
@@ -2672,7 +2679,7 @@
2672
2679
  <line number="108" hits="0" branch="false"/>
2673
2680
  <line number="114" hits="57" branch="false"/>
2674
2681
  <line number="116" hits="0" branch="false"/>
2675
- <line number="117" hits="8" branch="false"/>
2682
+ <line number="117" hits="0" branch="false"/>
2676
2683
  <line number="118" hits="8" branch="false"/>
2677
2684
  <line number="119" hits="0" branch="false"/>
2678
2685
  <line number="120" hits="1" branch="false"/>
@@ -2697,243 +2704,238 @@
2697
2704
  <line number="148" hits="0" branch="false"/>
2698
2705
  <line number="149" hits="10" branch="false"/>
2699
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"/>
2700
2711
  </lines>
2701
2712
  </class>
2702
- <class name="deviceLister.ts" filename="src/Device/deviceLister.ts" line-rate="0.3333" branch-rate="0.0925">
2713
+ <class name="deviceLister.ts" filename="src/Device/deviceLister.ts" line-rate="0.3177" branch-rate="0.09699999999999999">
2703
2714
  <methods>
2715
+ <method name="(anonymous_7)" hits="0" signature="()V">
2716
+ <lines>
2717
+ <line number="32" hits="0"/>
2718
+ </lines>
2719
+ </method>
2704
2720
  <method name="(anonymous_8)" hits="0" signature="()V">
2705
2721
  <lines>
2706
- <line number="31" hits="0"/>
2722
+ <line number="37" hits="0"/>
2707
2723
  </lines>
2708
2724
  </method>
2709
2725
  <method name="(anonymous_9)" hits="0" signature="()V">
2710
2726
  <lines>
2711
- <line number="36" hits="0"/>
2727
+ <line number="42" hits="0"/>
2712
2728
  </lines>
2713
2729
  </method>
2714
- <method name="(anonymous_10)" hits="0" signature="()V">
2730
+ <method name="(anonymous_11)" hits="0" signature="()V">
2715
2731
  <lines>
2716
- <line number="41" hits="0"/>
2732
+ <line number="77" hits="0"/>
2717
2733
  </lines>
2718
2734
  </method>
2719
2735
  <method name="(anonymous_12)" hits="0" signature="()V">
2720
2736
  <lines>
2721
- <line number="76" hits="0"/>
2737
+ <line number="84" hits="0"/>
2722
2738
  </lines>
2723
2739
  </method>
2724
- <method name="(anonymous_13)" hits="0" signature="()V">
2740
+ <method name="(anonymous_14)" hits="0" signature="()V">
2725
2741
  <lines>
2726
- <line number="83" hits="0"/>
2742
+ <line number="122" hits="0"/>
2727
2743
  </lines>
2728
2744
  </method>
2729
- <method name="(anonymous_15)" hits="0" signature="()V">
2745
+ <method name="(anonymous_15)" hits="7" signature="()V">
2730
2746
  <lines>
2731
- <line number="121" hits="0"/>
2747
+ <line number="125" hits="7"/>
2732
2748
  </lines>
2733
2749
  </method>
2734
- <method name="(anonymous_16)" hits="7" signature="()V">
2750
+ <method name="(anonymous_16)" hits="39" signature="()V">
2735
2751
  <lines>
2736
- <line number="124" hits="7"/>
2752
+ <line number="130" hits="39"/>
2737
2753
  </lines>
2738
2754
  </method>
2739
- <method name="(anonymous_17)" hits="39" signature="()V">
2755
+ <method name="(anonymous_17)" hits="32" signature="()V">
2740
2756
  <lines>
2741
- <line number="129" hits="39"/>
2757
+ <line number="135" hits="32"/>
2742
2758
  </lines>
2743
2759
  </method>
2744
- <method name="(anonymous_18)" hits="32" signature="()V">
2760
+ <method name="(anonymous_18)" hits="0" signature="()V">
2745
2761
  <lines>
2746
- <line number="134" hits="32"/>
2762
+ <line number="139" hits="0"/>
2747
2763
  </lines>
2748
2764
  </method>
2749
2765
  <method name="(anonymous_19)" hits="0" signature="()V">
2750
2766
  <lines>
2751
- <line number="138" hits="0"/>
2767
+ <line number="144" hits="0"/>
2752
2768
  </lines>
2753
2769
  </method>
2754
- <method name="(anonymous_20)" hits="0" signature="()V">
2770
+ <method name="(anonymous_21)" hits="11" signature="()V">
2755
2771
  <lines>
2756
- <line number="143" hits="0"/>
2772
+ <line number="178" hits="11"/>
2757
2773
  </lines>
2758
2774
  </method>
2759
- <method name="(anonymous_22)" hits="11" signature="()V">
2775
+ <method name="(anonymous_22)" hits="0" signature="()V">
2760
2776
  <lines>
2761
- <line number="177" hits="11"/>
2777
+ <line number="179" hits="0"/>
2762
2778
  </lines>
2763
2779
  </method>
2764
2780
  <method name="(anonymous_23)" hits="0" signature="()V">
2765
2781
  <lines>
2766
- <line number="178" hits="0"/>
2782
+ <line number="283" hits="0"/>
2767
2783
  </lines>
2768
2784
  </method>
2769
2785
  <method name="(anonymous_24)" hits="0" signature="()V">
2770
2786
  <lines>
2771
- <line number="282" hits="0"/>
2787
+ <line number="286" hits="0"/>
2772
2788
  </lines>
2773
2789
  </method>
2774
2790
  <method name="(anonymous_25)" hits="0" signature="()V">
2775
2791
  <lines>
2776
- <line number="285" hits="0"/>
2777
- </lines>
2778
- </method>
2779
- <method name="(anonymous_26)" hits="0" signature="()V">
2780
- <lines>
2781
- <line number="298" hits="0"/>
2782
- </lines>
2783
- </method>
2784
- <method name="(anonymous_27)" hits="1" signature="()V">
2785
- <lines>
2786
- <line number="333" hits="1"/>
2792
+ <line number="299" hits="0"/>
2787
2793
  </lines>
2788
2794
  </method>
2789
- <method name="(anonymous_28)" hits="0" signature="()V">
2795
+ <method name="(anonymous_26)" hits="1" signature="()V">
2790
2796
  <lines>
2791
- <line number="336" hits="0"/>
2797
+ <line number="334" hits="1"/>
2792
2798
  </lines>
2793
2799
  </method>
2794
- <method name="(anonymous_29)" hits="21" signature="()V">
2800
+ <method name="(anonymous_27)" hits="0" signature="()V">
2795
2801
  <lines>
2796
- <line number="341" hits="21"/>
2802
+ <line number="337" hits="0"/>
2797
2803
  </lines>
2798
2804
  </method>
2799
- <method name="(anonymous_30)" hits="0" signature="()V">
2805
+ <method name="(anonymous_28)" hits="21" signature="()V">
2800
2806
  <lines>
2801
- <line number="342" hits="0"/>
2807
+ <line number="342" hits="21"/>
2802
2808
  </lines>
2803
2809
  </method>
2804
- <method name="(anonymous_31)" hits="1" signature="()V">
2810
+ <method name="(anonymous_29)" hits="0" signature="()V">
2805
2811
  <lines>
2806
- <line number="362" hits="1"/>
2812
+ <line number="343" hits="0"/>
2807
2813
  </lines>
2808
2814
  </method>
2809
- <method name="(anonymous_32)" hits="4" signature="()V">
2815
+ <method name="(anonymous_30)" hits="1" signature="()V">
2810
2816
  <lines>
2811
- <line number="364" hits="4"/>
2817
+ <line number="363" hits="1"/>
2812
2818
  </lines>
2813
2819
  </method>
2814
- <method name="(anonymous_34)" hits="8" signature="()V">
2820
+ <method name="(anonymous_31)" hits="4" signature="()V">
2815
2821
  <lines>
2816
- <line number="368" hits="8"/>
2822
+ <line number="365" hits="4"/>
2817
2823
  </lines>
2818
2824
  </method>
2819
- <method name="(anonymous_35)" hits="22" signature="()V">
2825
+ <method name="(anonymous_32)" hits="22" signature="()V">
2820
2826
  <lines>
2821
- <line number="375" hits="22"/>
2827
+ <line number="369" hits="22"/>
2822
2828
  </lines>
2823
2829
  </method>
2824
2830
  </methods>
2825
2831
  <lines>
2826
2832
  <line number="12" hits="2" branch="false"/>
2827
2833
  <line number="13" hits="2" branch="false"/>
2828
- <line number="23" hits="2" branch="false"/>
2829
2834
  <line number="24" hits="2" branch="false"/>
2830
2835
  <line number="25" hits="2" branch="false"/>
2831
2836
  <line number="26" hits="2" branch="false"/>
2832
- <line number="29" hits="2" branch="false"/>
2833
- <line number="31" hits="2" branch="false"/>
2834
- <line number="35" hits="0" branch="false"/>
2835
- <line number="37" hits="0" branch="false"/>
2836
- <line number="41" hits="2" branch="false"/>
2837
- <line number="49" hits="0" branch="true" condition-coverage="0% (0/1)"/>
2838
- <line number="52" hits="0" branch="true" condition-coverage="0% (0/1)"/>
2839
- <line number="55" hits="0" branch="true" condition-coverage="0% (0/1)"/>
2840
- <line number="56" hits="0" branch="false"/>
2841
- <line number="60" hits="0" branch="true" condition-coverage="0% (0/1)"/>
2842
- <line number="63" hits="0" branch="false"/>
2843
- <line number="67" hits="0" branch="true" condition-coverage="0% (0/1)"/>
2844
- <line number="68" hits="0" branch="false"/>
2845
- <line number="71" hits="0" branch="false"/>
2846
- <line number="76" hits="0" branch="false"/>
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"/>
2847
2852
  <line number="77" hits="0" branch="false"/>
2848
- <line number="79" hits="0" branch="false"/>
2849
- <line number="81" hits="0" branch="false"/>
2850
- <line number="84" hits="0" branch="false"/>
2851
- <line number="85" hits="0" branch="true" condition-coverage="0% (0/5)"/>
2852
- <line number="86" hits="0" branch="true" condition-coverage="0% (0/4)"/>
2853
- <line number="91" hits="0" branch="false"/>
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)"/>
2854
2859
  <line number="92" hits="0" branch="false"/>
2855
- <line number="108" hits="0" branch="false"/>
2856
- <line number="121" hits="2" branch="false"/>
2857
- <line number="122" hits="0" branch="false"/>
2858
- <line number="124" hits="7" branch="false"/>
2859
- <line number="128" hits="7" branch="true" condition-coverage="100% (2/2)"/>
2860
- <line number="130" hits="39" branch="true" condition-coverage="100% (2/2)"/>
2861
- <line number="134" hits="32" branch="false"/>
2862
- <line number="138" hits="2" branch="false"/>
2863
- <line number="143" hits="0" branch="false"/>
2864
- <line number="144" hits="0" branch="true" condition-coverage="0% (0/1)"/>
2865
- <line number="148" hits="0" branch="false"/>
2866
- <line number="151" hits="0" branch="true" condition-coverage="0% (0/1)"/>
2867
- <line number="156" hits="0" branch="false"/>
2868
- <line number="159" hits="0" branch="true" condition-coverage="0% (0/1)"/>
2869
- <line number="160" hits="0" branch="false"/>
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)"/>
2870
2875
  <line number="161" hits="0" branch="false"/>
2871
- <line number="169" hits="11" branch="false"/>
2872
- <line number="177" hits="11" branch="false"/>
2876
+ <line number="162" hits="0" branch="false"/>
2877
+ <line number="170" hits="11" branch="false"/>
2873
2878
  <line number="178" hits="11" branch="false"/>
2874
- <line number="179" hits="0" branch="true" condition-coverage="0% (0/1)"/>
2875
- <line number="180" hits="0" branch="false"/>
2876
- <line number="181" hits="0" branch="true" condition-coverage="0% (0/1)"/>
2877
- <line number="185" hits="0" branch="false"/>
2878
- <line number="188" hits="0" branch="false"/>
2879
- <line number="190" hits="0" branch="false"/>
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"/>
2880
2885
  <line number="191" hits="0" branch="false"/>
2881
- <line number="193" hits="0" branch="true" condition-coverage="0% (0/2)"/>
2882
- <line number="195" hits="0" branch="false"/>
2883
- <line number="203" hits="0" branch="false"/>
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"/>
2884
2889
  <line number="204" hits="0" branch="false"/>
2885
- <line number="208" hits="0" branch="true" condition-coverage="0% (0/1)"/>
2886
- <line number="210" hits="0" branch="true" condition-coverage="0% (0/2)"/>
2887
- <line number="211" hits="0" branch="false"/>
2888
- <line number="214" hits="0" branch="false"/>
2889
- <line number="215" hits="0" branch="true" condition-coverage="0% (0/1)"/>
2890
- <line number="220" hits="0" branch="false"/>
2891
- <line number="232" hits="0" branch="true" condition-coverage="0% (0/1)"/>
2892
- <line number="240" hits="0" branch="true" condition-coverage="0% (0/2)"/>
2893
- <line number="258" hits="0" branch="false"/>
2894
- <line number="263" hits="0" branch="false"/>
2895
- <line number="265" hits="0" branch="false"/>
2896
- <line number="267" hits="0" branch="false"/>
2897
- <line number="271" hits="0" branch="true" condition-coverage="0% (0/1)"/>
2898
- <line number="272" hits="0" branch="false"/>
2899
- <line number="276" hits="0" branch="false"/>
2900
- <line number="282" hits="11" branch="false"/>
2901
- <line number="283" hits="0" branch="false"/>
2902
- <line number="285" hits="0" branch="false"/>
2903
- <line number="286" hits="0" branch="true" condition-coverage="0% (0/1)"/>
2904
- <line number="288" hits="0" branch="false"/>
2905
- <line number="289" hits="0" branch="true" condition-coverage="0% (0/2)"/>
2906
- <line number="293" hits="0" branch="true" condition-coverage="0% (0/2)"/>
2907
- <line number="294" hits="0" branch="false"/>
2908
- <line number="296" hits="0" branch="false"/>
2909
- <line number="299" hits="0" branch="false"/>
2910
- <line number="310" hits="0" branch="false"/>
2911
- <line number="319" hits="0" branch="false"/>
2912
- <line number="321" hits="0" branch="false"/>
2913
- <line number="333" hits="11" branch="false"/>
2914
- <line number="334" hits="1" branch="false"/>
2915
- <line number="336" hits="0" branch="false"/>
2916
- <line number="341" hits="1" branch="false"/>
2917
- <line number="342" hits="21" branch="false"/>
2918
- <line number="343" hits="0" branch="true" condition-coverage="0% (0/2)"/>
2919
- <line number="347" hits="1" branch="true" condition-coverage="100% (1/1)"/>
2920
- <line number="348" hits="1" branch="false"/>
2921
- <line number="350" hits="1" branch="true" condition-coverage="0% (0/1)"/>
2922
- <line number="352" hits="0" branch="false"/>
2923
- <line number="354" hits="0" branch="true" condition-coverage="0% (0/1)"/>
2924
- <line number="355" hits="0" branch="false"/>
2925
- <line number="357" hits="1" branch="false"/>
2926
- <line number="362" hits="2" branch="false"/>
2927
- <line number="363" hits="1" branch="false"/>
2928
- <line number="364" hits="4" branch="false"/>
2929
- <line number="365" hits="1" branch="true" condition-coverage="50% (1/2)"/>
2930
- <line number="368" hits="8" branch="false"/>
2931
- <line number="369" hits="8" branch="true" condition-coverage="0% (0/1)"/>
2932
- <line number="370" hits="0" branch="true" condition-coverage="0% (0/4)"/>
2933
- <line number="372" hits="8" branch="false"/>
2934
- <line number="375" hits="11" branch="false"/>
2935
- <line number="376" hits="22" branch="true" condition-coverage="100% (2/2)"/>
2936
- <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)"/>
2937
2939
  </lines>
2938
2940
  </class>
2939
2941
  <class name="deviceSetup.ts" filename="src/Device/deviceSetup.ts" line-rate="0.6933" branch-rate="0.409">
@@ -3687,7 +3689,7 @@
3687
3689
  <line number="157" hits="0" branch="false"/>
3688
3690
  </lines>
3689
3691
  </class>
3690
- <class name="sdfuOperations.ts" filename="src/Device/sdfuOperations.ts" line-rate="0.1595" branch-rate="0">
3692
+ <class name="sdfuOperations.ts" filename="src/Device/sdfuOperations.ts" line-rate="0.15869999999999998" branch-rate="0">
3691
3693
  <methods>
3692
3694
  <method name="(anonymous_8)" hits="0" signature="()V">
3693
3695
  <lines>
@@ -3741,217 +3743,217 @@
3741
3743
  </method>
3742
3744
  <method name="(anonymous_18)" hits="0" signature="()V">
3743
3745
  <lines>
3744
- <line number="170" hits="0"/>
3746
+ <line number="171" hits="0"/>
3745
3747
  </lines>
3746
3748
  </method>
3747
3749
  <method name="(anonymous_19)" hits="0" signature="()V">
3748
3750
  <lines>
3749
- <line number="175" hits="0"/>
3751
+ <line number="176" hits="0"/>
3750
3752
  </lines>
3751
3753
  </method>
3752
3754
  <method name="(anonymous_20)" hits="0" signature="()V">
3753
3755
  <lines>
3754
- <line number="181" hits="0"/>
3756
+ <line number="182" hits="0"/>
3755
3757
  </lines>
3756
3758
  </method>
3757
3759
  <method name="(anonymous_21)" hits="0" signature="()V">
3758
3760
  <lines>
3759
- <line number="197" hits="0"/>
3761
+ <line number="198" hits="0"/>
3760
3762
  </lines>
3761
3763
  </method>
3762
3764
  <method name="(anonymous_22)" hits="0" signature="()V">
3763
3765
  <lines>
3764
- <line number="202" hits="0"/>
3766
+ <line number="203" hits="0"/>
3765
3767
  </lines>
3766
3768
  </method>
3767
3769
  <method name="(anonymous_23)" hits="0" signature="()V">
3768
3770
  <lines>
3769
- <line number="208" hits="0"/>
3771
+ <line number="209" hits="0"/>
3770
3772
  </lines>
3771
3773
  </method>
3772
3774
  <method name="(anonymous_24)" hits="0" signature="()V">
3773
3775
  <lines>
3774
- <line number="225" hits="0"/>
3776
+ <line number="226" hits="0"/>
3775
3777
  </lines>
3776
3778
  </method>
3777
3779
  <method name="(anonymous_25)" hits="0" signature="()V">
3778
3780
  <lines>
3779
- <line number="245" hits="0"/>
3781
+ <line number="246" hits="0"/>
3780
3782
  </lines>
3781
3783
  </method>
3782
3784
  <method name="(anonymous_26)" hits="0" signature="()V">
3783
3785
  <lines>
3784
- <line number="251" hits="0"/>
3786
+ <line number="252" hits="0"/>
3785
3787
  </lines>
3786
3788
  </method>
3787
3789
  <method name="(anonymous_27)" hits="0" signature="()V">
3788
3790
  <lines>
3789
- <line number="255" hits="0"/>
3791
+ <line number="256" hits="0"/>
3790
3792
  </lines>
3791
3793
  </method>
3792
3794
  <method name="(anonymous_28)" hits="0" signature="()V">
3793
3795
  <lines>
3794
- <line number="259" hits="0"/>
3796
+ <line number="260" hits="0"/>
3795
3797
  </lines>
3796
3798
  </method>
3797
3799
  <method name="(anonymous_29)" hits="0" signature="()V">
3798
3800
  <lines>
3799
- <line number="266" hits="0"/>
3801
+ <line number="267" hits="0"/>
3800
3802
  </lines>
3801
3803
  </method>
3802
3804
  <method name="parseFirmwareImage" hits="0" signature="()V">
3803
3805
  <lines>
3804
- <line number="304" hits="0"/>
3806
+ <line number="305" hits="0"/>
3805
3807
  </lines>
3806
3808
  </method>
3807
3809
  <method name="(anonymous_31)" hits="0" signature="()V">
3808
3810
  <lines>
3809
- <line number="311" hits="0"/>
3811
+ <line number="312" hits="0"/>
3810
3812
  </lines>
3811
3813
  </method>
3812
3814
  <method name="calculateSHA256Hash" hits="0" signature="()V">
3813
3815
  <lines>
3814
- <line number="321" hits="0"/>
3816
+ <line number="322" hits="0"/>
3815
3817
  </lines>
3816
3818
  </method>
3817
3819
  <method name="(anonymous_33)" hits="0" signature="()V">
3818
3820
  <lines>
3819
- <line number="333" hits="0"/>
3821
+ <line number="334" hits="0"/>
3820
3822
  </lines>
3821
3823
  </method>
3822
3824
  <method name="(anonymous_34)" hits="0" signature="()V">
3823
3825
  <lines>
3824
- <line number="334" hits="0"/>
3826
+ <line number="335" hits="0"/>
3825
3827
  </lines>
3826
3828
  </method>
3827
3829
  <method name="(anonymous_35)" hits="0" signature="()V">
3828
3830
  <lines>
3829
- <line number="352" hits="0"/>
3831
+ <line number="353" hits="0"/>
3830
3832
  </lines>
3831
3833
  </method>
3832
3834
  <method name="(anonymous_36)" hits="0" signature="()V">
3833
3835
  <lines>
3834
- <line number="353" hits="0"/>
3836
+ <line number="354" hits="0"/>
3835
3837
  </lines>
3836
3838
  </method>
3837
3839
  <method name="(anonymous_37)" hits="0" signature="()V">
3838
3840
  <lines>
3839
- <line number="366" hits="0"/>
3841
+ <line number="367" hits="0"/>
3840
3842
  </lines>
3841
3843
  </method>
3842
3844
  <method name="(anonymous_38)" hits="0" signature="()V">
3843
3845
  <lines>
3844
- <line number="367" hits="0"/>
3846
+ <line number="368" hits="0"/>
3845
3847
  </lines>
3846
3848
  </method>
3847
3849
  <method name="(anonymous_39)" hits="0" signature="()V">
3848
3850
  <lines>
3849
- <line number="397" hits="0"/>
3851
+ <line number="398" hits="0"/>
3850
3852
  </lines>
3851
3853
  </method>
3852
3854
  <method name="(anonymous_41)" hits="0" signature="()V">
3853
3855
  <lines>
3854
- <line number="411" hits="0"/>
3856
+ <line number="412" hits="0"/>
3855
3857
  </lines>
3856
3858
  </method>
3857
3859
  <method name="(anonymous_42)" hits="0" signature="()V">
3858
3860
  <lines>
3859
- <line number="482" hits="0"/>
3861
+ <line number="483" hits="0"/>
3860
3862
  </lines>
3861
3863
  </method>
3862
3864
  <method name="(anonymous_43)" hits="0" signature="()V">
3863
3865
  <lines>
3864
- <line number="489" hits="0"/>
3866
+ <line number="490" hits="0"/>
3865
3867
  </lines>
3866
3868
  </method>
3867
3869
  <method name="(anonymous_44)" hits="0" signature="()V">
3868
3870
  <lines>
3869
- <line number="505" hits="0"/>
3871
+ <line number="506" hits="0"/>
3870
3872
  </lines>
3871
3873
  </method>
3872
3874
  <method name="(anonymous_45)" hits="0" signature="()V">
3873
3875
  <lines>
3874
- <line number="518" hits="0"/>
3876
+ <line number="519" hits="0"/>
3875
3877
  </lines>
3876
3878
  </method>
3877
3879
  <method name="(anonymous_46)" hits="0" signature="()V">
3878
3880
  <lines>
3879
- <line number="523" hits="0"/>
3881
+ <line number="524" hits="0"/>
3880
3882
  </lines>
3881
3883
  </method>
3882
3884
  <method name="(anonymous_47)" hits="0" signature="()V">
3883
3885
  <lines>
3884
- <line number="524" hits="0"/>
3886
+ <line number="525" hits="0"/>
3885
3887
  </lines>
3886
3888
  </method>
3887
3889
  <method name="(anonymous_48)" hits="0" signature="()V">
3888
3890
  <lines>
3889
- <line number="525" hits="0"/>
3891
+ <line number="526" hits="0"/>
3890
3892
  </lines>
3891
3893
  </method>
3892
3894
  <method name="(anonymous_49)" hits="0" signature="()V">
3893
3895
  <lines>
3894
- <line number="543" hits="0"/>
3896
+ <line number="544" hits="0"/>
3895
3897
  </lines>
3896
3898
  </method>
3897
3899
  <method name="(anonymous_50)" hits="0" signature="()V">
3898
3900
  <lines>
3899
- <line number="547" hits="0"/>
3901
+ <line number="548" hits="0"/>
3900
3902
  </lines>
3901
3903
  </method>
3902
3904
  <method name="(anonymous_51)" hits="0" signature="()V">
3903
3905
  <lines>
3904
- <line number="552" hits="0"/>
3906
+ <line number="553" hits="0"/>
3905
3907
  </lines>
3906
3908
  </method>
3907
3909
  <method name="(anonymous_52)" hits="0" signature="()V">
3908
3910
  <lines>
3909
- <line number="553" hits="0"/>
3911
+ <line number="554" hits="0"/>
3910
3912
  </lines>
3911
3913
  </method>
3912
3914
  <method name="(anonymous_53)" hits="0" signature="()V">
3913
3915
  <lines>
3914
- <line number="556" hits="0"/>
3916
+ <line number="557" hits="0"/>
3915
3917
  </lines>
3916
3918
  </method>
3917
3919
  <method name="(anonymous_54)" hits="0" signature="()V">
3918
3920
  <lines>
3919
- <line number="556" hits="0"/>
3921
+ <line number="557" hits="0"/>
3920
3922
  </lines>
3921
3923
  </method>
3922
3924
  <method name="(anonymous_55)" hits="0" signature="()V">
3923
3925
  <lines>
3924
- <line number="561" hits="0"/>
3926
+ <line number="562" hits="0"/>
3925
3927
  </lines>
3926
3928
  </method>
3927
3929
  <method name="(anonymous_56)" hits="0" signature="()V">
3928
3930
  <lines>
3929
- <line number="561" hits="0"/>
3931
+ <line number="562" hits="0"/>
3930
3932
  </lines>
3931
3933
  </method>
3932
3934
  <method name="(anonymous_57)" hits="0" signature="()V">
3933
3935
  <lines>
3934
- <line number="565" hits="0"/>
3936
+ <line number="566" hits="0"/>
3935
3937
  </lines>
3936
3938
  </method>
3937
3939
  <method name="(anonymous_58)" hits="0" signature="()V">
3938
3940
  <lines>
3939
- <line number="576" hits="0"/>
3941
+ <line number="577" hits="0"/>
3940
3942
  </lines>
3941
3943
  </method>
3942
3944
  <method name="(anonymous_59)" hits="0" signature="()V">
3943
3945
  <lines>
3944
- <line number="586" hits="0"/>
3946
+ <line number="587" hits="0"/>
3945
3947
  </lines>
3946
3948
  </method>
3947
3949
  <method name="(anonymous_60)" hits="0" signature="()V">
3948
3950
  <lines>
3949
- <line number="586" hits="0"/>
3951
+ <line number="587" hits="0"/>
3950
3952
  </lines>
3951
3953
  </method>
3952
3954
  <method name="(anonymous_61)" hits="0" signature="()V">
3953
3955
  <lines>
3954
- <line number="587" hits="0"/>
3956
+ <line number="588" hits="0"/>
3955
3957
  </lines>
3956
3958
  </method>
3957
3959
  </methods>
@@ -4017,133 +4019,134 @@
4017
4019
  <line number="152" hits="0" branch="false"/>
4018
4020
  <line number="164" hits="0" branch="false"/>
4019
4021
  <line number="165" hits="0" branch="false"/>
4020
- <line number="169" hits="0" branch="false"/>
4021
- <line number="170" hits="2" branch="false"/>
4022
- <line number="175" hits="0" branch="false"/>
4023
- <line number="176" hits="0" branch="true" condition-coverage="0% (0/2)"/>
4024
- <line number="177" hits="0" branch="false"/>
4025
- <line number="182" hits="0" branch="true" condition-coverage="0% (0/2)"/>
4026
- <line number="183" hits="0" branch="false"/>
4027
- <line number="186" hits="0" branch="false"/>
4028
- <line number="191" hits="0" branch="true" condition-coverage="0% (0/1)"/>
4029
- <line number="192" hits="0" branch="false"/>
4030
- <line number="196" hits="0" branch="false"/>
4031
- <line number="197" hits="2" branch="false"/>
4032
- <line number="202" hits="0" branch="false"/>
4033
- <line number="203" hits="0" branch="true" condition-coverage="0% (0/2)"/>
4034
- <line number="204" hits="0" branch="false"/>
4035
- <line number="209" hits="0" branch="true" condition-coverage="0% (0/2)"/>
4036
- <line number="210" hits="0" branch="false"/>
4037
- <line number="215" hits="0" branch="false"/>
4038
- <line number="221" hits="0" branch="false"/>
4039
- <line number="225" hits="2" branch="false"/>
4040
- <line number="226" hits="0" branch="true" condition-coverage="0% (0/1)"/>
4041
- <line number="227" hits="0" branch="false"/>
4042
- <line number="230" hits="0" branch="false"/>
4043
- <line number="232" hits="0" branch="true" condition-coverage="0% (0/1)"/>
4044
- <line number="238" hits="0" branch="false"/>
4045
- <line number="241" hits="0" branch="false"/>
4046
- <line number="245" hits="2" branch="false"/>
4047
- <line number="251" hits="0" branch="false"/>
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"/>
4048
4050
  <line number="252" hits="0" branch="false"/>
4049
- <line number="256" hits="0" branch="true" condition-coverage="0% (0/2)"/>
4050
- <line number="257" hits="0" branch="false"/>
4051
- <line number="260" hits="0" branch="true" condition-coverage="0% (0/2)"/>
4052
- <line number="261" hits="0" branch="false"/>
4053
- <line number="264" hits="0" branch="false"/>
4054
- <line number="266" hits="0" branch="false"/>
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"/>
4055
4057
  <line number="267" hits="0" branch="false"/>
4056
- <line number="275" hits="0" branch="false"/>
4057
- <line number="290" hits="0" branch="false"/>
4058
- <line number="306" hits="0" branch="true" condition-coverage="0% (0/2)"/>
4059
- <line number="308" hits="0" branch="false"/>
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)"/>
4060
4062
  <line number="309" hits="0" branch="false"/>
4061
4063
  <line number="310" hits="0" branch="false"/>
4062
4064
  <line number="311" hits="0" branch="false"/>
4063
- <line number="312" hits="0" branch="true" condition-coverage="0% (0/2)"/>
4064
- <line number="313" hits="0" branch="false"/>
4065
- <line number="315" hits="0" branch="false"/>
4066
- <line number="322" hits="0" branch="false"/>
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"/>
4067
4069
  <line number="323" hits="0" branch="false"/>
4068
4070
  <line number="324" hits="0" branch="false"/>
4069
- <line number="333" hits="2" branch="false"/>
4070
- <line number="334" hits="0" branch="false"/>
4071
- <line number="352" hits="0" branch="false"/>
4071
+ <line number="325" hits="0" branch="false"/>
4072
+ <line number="334" hits="2" branch="false"/>
4073
+ <line number="335" hits="0" branch="false"/>
4072
4074
  <line number="353" hits="0" branch="false"/>
4073
- <line number="355" hits="0" branch="false"/>
4074
- <line number="366" hits="2" branch="false"/>
4075
- <line number="367" hits="0" branch="false"/>
4075
+ <line number="354" hits="0" branch="false"/>
4076
+ <line number="356" hits="0" branch="false"/>
4077
+ <line number="367" hits="2" branch="false"/>
4076
4078
  <line number="368" hits="0" branch="false"/>
4077
4079
  <line number="369" hits="0" branch="false"/>
4078
4080
  <line number="370" hits="0" branch="false"/>
4079
- <line number="372" hits="0" branch="true" condition-coverage="0% (0/1)"/>
4080
- <line number="373" hits="0" branch="false"/>
4081
- <line number="377" hits="0" branch="false"/>
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"/>
4082
4084
  <line number="378" hits="0" branch="false"/>
4083
- <line number="381" hits="0" branch="true" condition-coverage="0% (0/1)"/>
4084
- <line number="382" hits="0" branch="false"/>
4085
- <line number="386" hits="0" branch="false"/>
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"/>
4086
4088
  <line number="387" hits="0" branch="false"/>
4087
- <line number="390" hits="0" branch="false"/>
4089
+ <line number="388" hits="0" branch="false"/>
4088
4090
  <line number="391" hits="0" branch="false"/>
4089
4091
  <line number="392" hits="0" branch="false"/>
4090
- <line number="394" hits="0" branch="false"/>
4091
- <line number="397" hits="2" branch="false"/>
4092
- <line number="398" hits="0" branch="false"/>
4092
+ <line number="393" hits="0" branch="false"/>
4093
+ <line number="395" hits="0" branch="false"/>
4094
+ <line number="398" hits="2" branch="false"/>
4093
4095
  <line number="399" hits="0" branch="false"/>
4094
4096
  <line number="400" hits="0" branch="false"/>
4095
- <line number="411" hits="0" branch="false"/>
4097
+ <line number="401" hits="0" branch="false"/>
4096
4098
  <line number="412" hits="0" branch="false"/>
4097
- <line number="415" hits="0" branch="false"/>
4098
- <line number="416" hits="0" branch="true" condition-coverage="0% (0/2)"/>
4099
- <line number="418" hits="0" branch="false"/>
4100
- <line number="419" hits="0" branch="true" condition-coverage="0% (0/1)"/>
4101
- <line number="420" hits="0" branch="false"/>
4102
- <line number="422" hits="0" branch="false"/>
4103
- <line number="432" hits="0" branch="false"/>
4104
- <line number="436" hits="0" branch="false"/>
4105
- <line number="443" hits="0" branch="false"/>
4106
- <line number="445" hits="0" branch="false"/>
4107
- <line number="456" hits="0" branch="false"/>
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"/>
4108
4110
  <line number="457" hits="0" branch="false"/>
4109
- <line number="463" hits="0" branch="false"/>
4110
- <line number="465" hits="0" branch="false"/>
4111
- <line number="467" hits="0" branch="false"/>
4112
- <line number="469" hits="0" branch="false"/>
4113
- <line number="479" hits="0" branch="false"/>
4114
- <line number="483" hits="0" branch="false"/>
4115
- <line number="490" hits="0" branch="false"/>
4116
- <line number="493" hits="0" branch="false"/>
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"/>
4117
4119
  <line number="494" hits="0" branch="false"/>
4118
- <line number="503" hits="0" branch="false"/>
4119
- <line number="506" hits="0" branch="true" condition-coverage="0% (0/1)"/>
4120
- <line number="507" hits="0" branch="false"/>
4121
- <line number="512" hits="0" branch="false"/>
4122
- <line number="518" hits="2" branch="false"/>
4123
- <line number="523" hits="0" branch="false"/>
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"/>
4124
4126
  <line number="524" hits="0" branch="false"/>
4125
4127
  <line number="525" hits="0" branch="false"/>
4126
4128
  <line number="526" hits="0" branch="false"/>
4127
- <line number="535" hits="0" branch="false"/>
4128
- <line number="538" hits="0" branch="false"/>
4129
- <line number="543" hits="2" branch="false"/>
4130
- <line number="546" hits="0" branch="false"/>
4131
- <line number="548" hits="0" branch="true" condition-coverage="0% (0/5)"/>
4132
- <line number="553" hits="0" branch="false"/>
4133
- <line number="556" hits="0" branch="false"/>
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"/>
4134
4136
  <line number="557" hits="0" branch="false"/>
4135
- <line number="561" hits="0" branch="false"/>
4137
+ <line number="558" hits="0" branch="false"/>
4136
4138
  <line number="562" hits="0" branch="false"/>
4137
- <line number="566" hits="0" branch="true" condition-coverage="0% (0/2)"/>
4138
- <line number="567" hits="0" branch="false"/>
4139
- <line number="571" hits="0" branch="false"/>
4140
- <line number="573" hits="0" branch="false"/>
4141
- <line number="576" hits="0" branch="false"/>
4142
- <line number="580" hits="0" branch="false"/>
4143
- <line number="586" hits="0" branch="false"/>
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"/>
4144
4146
  <line number="587" hits="0" branch="false"/>
4145
4147
  <line number="588" hits="0" branch="false"/>
4146
- <line number="592" hits="2" branch="false"/>
4148
+ <line number="589" hits="0" branch="false"/>
4149
+ <line number="593" hits="2" branch="false"/>
4147
4150
  </lines>
4148
4151
  </class>
4149
4152
  </classes>
@@ -4322,47 +4325,47 @@
4322
4325
  <methods>
4323
4326
  <method name="(anonymous_5)" hits="10" signature="()V">
4324
4327
  <lines>
4325
- <line number="45" hits="10"/>
4328
+ <line number="42" hits="10"/>
4326
4329
  </lines>
4327
4330
  </method>
4328
4331
  <method name="(anonymous_6)" hits="26" signature="()V">
4329
4332
  <lines>
4330
- <line number="46" hits="26"/>
4333
+ <line number="43" hits="26"/>
4331
4334
  </lines>
4332
4335
  </method>
4333
4336
  <method name="(anonymous_7)" hits="2" signature="()V">
4334
4337
  <lines>
4335
- <line number="64" hits="2"/>
4338
+ <line number="61" hits="2"/>
4336
4339
  </lines>
4337
4340
  </method>
4338
4341
  <method name="(anonymous_8)" hits="6" signature="()V">
4339
4342
  <lines>
4340
- <line number="75" hits="6"/>
4343
+ <line number="72" hits="6"/>
4341
4344
  </lines>
4342
4345
  </method>
4343
4346
  <method name="(anonymous_9)" hits="11" signature="()V">
4344
4347
  <lines>
4345
- <line number="101" hits="11"/>
4348
+ <line number="98" hits="11"/>
4346
4349
  </lines>
4347
4350
  </method>
4348
4351
  <method name="(anonymous_10)" hits="8" signature="()V">
4349
4352
  <lines>
4350
- <line number="120" hits="8"/>
4353
+ <line number="117" hits="8"/>
4351
4354
  </lines>
4352
4355
  </method>
4353
4356
  <method name="(anonymous_11)" hits="11" signature="()V">
4354
4357
  <lines>
4355
- <line number="123" hits="11"/>
4358
+ <line number="120" hits="11"/>
4356
4359
  </lines>
4357
4360
  </method>
4358
4361
  <method name="(anonymous_12)" hits="0" signature="()V">
4359
4362
  <lines>
4360
- <line number="132" hits="0"/>
4363
+ <line number="129" hits="0"/>
4361
4364
  </lines>
4362
4365
  </method>
4363
4366
  <method name="(anonymous_13)" hits="6" signature="()V">
4364
4367
  <lines>
4365
- <line number="150" hits="6"/>
4368
+ <line number="147" hits="6"/>
4366
4369
  </lines>
4367
4370
  </method>
4368
4371
  </methods>
@@ -4370,51 +4373,51 @@
4370
4373
  <line number="7" hits="1" branch="false"/>
4371
4374
  <line number="8" hits="1" branch="false"/>
4372
4375
  <line number="11" hits="1" branch="false"/>
4373
- <line number="15" hits="1" branch="false"/>
4374
- <line number="20" hits="1" branch="false"/>
4375
- <line number="21" hits="1" branch="false"/>
4376
- <line number="22" hits="1" branch="false"/>
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"/>
4377
4383
  <line number="29" hits="1" branch="false"/>
4378
- <line number="30" hits="1" branch="false"/>
4379
- <line number="31" hits="1" branch="false"/>
4380
- <line number="32" hits="1" branch="false"/>
4381
- <line number="45" hits="1" branch="false"/>
4382
- <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"/>
4383
4388
  <line number="56" hits="26" branch="false"/>
4384
4389
  <line number="57" hits="26" branch="false"/>
4385
- <line number="59" hits="26" branch="false"/>
4386
- <line number="60" hits="26" branch="false"/>
4390
+ <line number="58" hits="26" branch="false"/>
4391
+ <line number="59" hits="26" branch="true" condition-coverage="100% (2/2)"/>
4387
4392
  <line number="61" hits="26" branch="false"/>
4388
- <line number="62" hits="26" branch="true" condition-coverage="100% (2/2)"/>
4389
- <line number="64" hits="26" branch="false"/>
4393
+ <line number="62" hits="2" branch="false"/>
4394
+ <line number="63" hits="2" branch="false"/>
4395
+ <line number="64" hits="2" branch="false"/>
4390
4396
  <line number="65" hits="2" branch="false"/>
4391
- <line number="66" hits="2" branch="false"/>
4392
- <line number="67" hits="2" branch="false"/>
4393
- <line number="68" hits="2" branch="false"/>
4394
- <line number="74" hits="26" branch="false"/>
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"/>
4395
4401
  <line number="76" hits="6" branch="false"/>
4396
4402
  <line number="77" hits="6" branch="false"/>
4397
- <line number="78" hits="6" branch="false"/>
4398
- <line number="79" hits="6" branch="false"/>
4399
- <line number="80" hits="6" branch="false"/>
4400
- <line number="81" hits="6" branch="true" condition-coverage="100% (1/1)"/>
4401
- <line number="82" hits="4" branch="false"/>
4402
- <line number="101" hits="26" branch="false"/>
4403
- <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"/>
4404
4409
  <line number="120" hits="26" branch="false"/>
4405
- <line number="121" hits="8" branch="false"/>
4406
- <line number="123" hits="26" branch="false"/>
4407
- <line number="124" hits="11" branch="false"/>
4408
- <line number="125" hits="11" branch="false"/>
4409
- <line number="128" hits="26" branch="false"/>
4410
- <line number="132" hits="0" branch="false"/>
4411
- <line number="135" hits="26" branch="false"/>
4412
- <line number="151" hits="6" branch="true" condition-coverage="0% (0/1)"/>
4413
- <line number="152" hits="0" branch="false"/>
4414
- <line number="153" hits="0" branch="false"/>
4415
- <line number="156" hits="6" branch="true" condition-coverage="0% (0/1)"/>
4416
- <line number="157" hits="0" branch="false"/>
4417
- <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"/>
4418
4421
  </lines>
4419
4422
  </class>
4420
4423
  <class name="Favorite.tsx" filename="src/Device/DeviceSelector/Favorite.tsx" line-rate="0.8571" branch-rate="0.5">
@@ -7257,22 +7260,22 @@
7257
7260
  </method>
7258
7261
  <method name="(anonymous_7)" hits="0" signature="()V">
7259
7262
  <lines>
7260
- <line number="96" hits="0"/>
7263
+ <line number="93" hits="0"/>
7261
7264
  </lines>
7262
7265
  </method>
7263
7266
  <method name="(anonymous_8)" hits="0" signature="()V">
7264
7267
  <lines>
7265
- <line number="101" hits="0"/>
7268
+ <line number="98" hits="0"/>
7266
7269
  </lines>
7267
7270
  </method>
7268
7271
  <method name="(anonymous_9)" hits="0" signature="()V">
7269
7272
  <lines>
7270
- <line number="118" hits="0"/>
7273
+ <line number="115" hits="0"/>
7271
7274
  </lines>
7272
7275
  </method>
7273
7276
  <method name="(anonymous_10)" hits="0" signature="()V">
7274
7277
  <lines>
7275
- <line number="132" hits="0"/>
7278
+ <line number="129" hits="0"/>
7276
7279
  </lines>
7277
7280
  </method>
7278
7281
  </methods>
@@ -7293,27 +7296,27 @@
7293
7296
  <line number="55" hits="0" branch="false"/>
7294
7297
  <line number="56" hits="0" branch="false"/>
7295
7298
  <line number="58" 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)"/>
7299
+ <line number="87" hits="0" branch="true" condition-coverage="0% (0/1)"/>
7300
+ <line number="91" hits="0" branch="false"/>
7301
+ <line number="93" hits="0" branch="true" condition-coverage="0% (0/4)"/>
7302
+ <line number="98" hits="2" branch="false"/>
7303
+ <line number="99" hits="0" branch="true" condition-coverage="0% (0/1)"/>
7304
+ <line number="100" hits="0" branch="false"/>
7301
7305
  <line number="103" 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"/>
7306
+ <line number="105" hits="0" branch="false"/>
7307
+ <line number="115" hits="2" branch="false"/>
7308
+ <line number="121" hits="0" branch="false"/>
7309
+ <line number="129" hits="2" branch="false"/>
7310
+ <line number="134" hits="0" branch="false"/>
7311
+ <line number="135" hits="0" branch="false"/>
7312
+ <line number="136" hits="0" branch="false"/>
7313
+ <line number="143" hits="0" branch="false"/>
7314
+ <line number="144" hits="0" branch="false"/>
7310
7315
  <line number="146" hits="0" branch="false"/>
7311
7316
  <line number="147" hits="0" branch="false"/>
7317
+ <line number="148" hits="0" branch="false"/>
7312
7318
  <line number="149" hits="0" branch="false"/>
7313
- <line number="150" hits="0" branch="false"/>
7314
7319
  <line number="151" hits="0" branch="false"/>
7315
- <line number="152" hits="0" branch="false"/>
7316
- <line number="154" hits="0" branch="false"/>
7317
7320
  </lines>
7318
7321
  </class>
7319
7322
  <class name="truncateMiddle.ts" filename="src/utils/truncateMiddle.ts" line-rate="1" branch-rate="1">