@nordicsemiconductor/pc-nrfconnect-shared 103.0.0 → 105.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 (47) hide show
  1. package/Changelog.md +22 -0
  2. package/coverage/cobertura-coverage.xml +250 -304
  3. package/nrfutil/device/batch.ts +147 -53
  4. package/nrfutil/device/batchTypes.ts +2 -2
  5. package/nrfutil/device/list.ts +24 -10
  6. package/nrfutil/device/program.ts +1 -1
  7. package/nrfutil/sandbox.ts +20 -0
  8. package/nrfutil/sandboxTypes.ts +6 -4
  9. package/package.json +1 -1
  10. package/src/App/app.scss +3 -2
  11. package/src/Device/deviceLister.ts +3 -1
  12. package/typings/generated/nrfutil/device/batch.d.ts +5 -7
  13. package/typings/generated/nrfutil/device/batch.d.ts.map +1 -1
  14. package/typings/generated/nrfutil/device/batchTypes.d.ts +2 -2
  15. package/typings/generated/nrfutil/device/batchTypes.d.ts.map +1 -1
  16. package/typings/generated/nrfutil/device/list.d.ts.map +1 -1
  17. package/typings/generated/nrfutil/device/program.d.ts +1 -0
  18. package/typings/generated/nrfutil/device/program.d.ts.map +1 -1
  19. package/typings/generated/nrfutil/sandbox.d.ts +1 -0
  20. package/typings/generated/nrfutil/sandbox.d.ts.map +1 -1
  21. package/typings/generated/nrfutil/sandboxTypes.d.ts +5 -4
  22. package/typings/generated/nrfutil/sandboxTypes.d.ts.map +1 -1
  23. package/typings/generated/src/Device/deviceLister.d.ts.map +1 -1
  24. package/nrfutil/device/eraseBatch.ts +0 -28
  25. package/nrfutil/device/firmwareReadBatch.ts +0 -42
  26. package/nrfutil/device/getCoreInfoBatch.ts +0 -29
  27. package/nrfutil/device/getFwInfoBatch.ts +0 -29
  28. package/nrfutil/device/getProtectionStatusBatch.ts +0 -32
  29. package/nrfutil/device/programBatch.ts +0 -69
  30. package/nrfutil/device/recoverBatch.ts +0 -28
  31. package/nrfutil/device/resetBatch.ts +0 -30
  32. package/typings/generated/nrfutil/device/eraseBatch.d.ts +0 -7
  33. package/typings/generated/nrfutil/device/eraseBatch.d.ts.map +0 -1
  34. package/typings/generated/nrfutil/device/firmwareReadBatch.d.ts +0 -9
  35. package/typings/generated/nrfutil/device/firmwareReadBatch.d.ts.map +0 -1
  36. package/typings/generated/nrfutil/device/getCoreInfoBatch.d.ts +0 -8
  37. package/typings/generated/nrfutil/device/getCoreInfoBatch.d.ts.map +0 -1
  38. package/typings/generated/nrfutil/device/getFwInfoBatch.d.ts +0 -8
  39. package/typings/generated/nrfutil/device/getFwInfoBatch.d.ts.map +0 -1
  40. package/typings/generated/nrfutil/device/getProtectionStatusBatch.d.ts +0 -8
  41. package/typings/generated/nrfutil/device/getProtectionStatusBatch.d.ts.map +0 -1
  42. package/typings/generated/nrfutil/device/programBatch.d.ts +0 -9
  43. package/typings/generated/nrfutil/device/programBatch.d.ts.map +0 -1
  44. package/typings/generated/nrfutil/device/recoverBatch.d.ts +0 -7
  45. package/typings/generated/nrfutil/device/recoverBatch.d.ts.map +0 -1
  46. package/typings/generated/nrfutil/device/resetBatch.d.ts +0 -8
  47. package/typings/generated/nrfutil/device/resetBatch.d.ts.map +0 -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="3004" lines-covered="1663" line-rate="0.5535" branches-valid="1476" branches-covered="385" branch-rate="0.2608" timestamp="1694004018420" complexity="0" version="0.1">
3
+ <coverage lines-valid="2984" lines-covered="1645" line-rate="0.5512" branches-valid="1437" branches-covered="385" branch-rate="0.26789999999999997" timestamp="1694455055586" complexity="0" version="0.1">
4
4
  <sources>
5
5
  <source>/home/vsts/work/1/s</source>
6
6
  </sources>
@@ -401,7 +401,7 @@
401
401
  </class>
402
402
  </classes>
403
403
  </package>
404
- <package name="nrfutil" line-rate="0.0892" branch-rate="0">
404
+ <package name="nrfutil" line-rate="0.0873" branch-rate="0">
405
405
  <classes>
406
406
  <class name="moduleVersion.ts" filename="nrfutil/moduleVersion.ts" line-rate="0.29410000000000003" branch-rate="0">
407
407
  <methods>
@@ -475,7 +475,7 @@
475
475
  <line number="15" hits="3" branch="false"/>
476
476
  </lines>
477
477
  </class>
478
- <class name="sandbox.ts" filename="nrfutil/sandbox.ts" line-rate="0.060599999999999994" branch-rate="0">
478
+ <class name="sandbox.ts" filename="nrfutil/sandbox.ts" line-rate="0.0591" branch-rate="0">
479
479
  <methods>
480
480
  <method name="(anonymous_5)" hits="0" signature="()V">
481
481
  <lines>
@@ -694,22 +694,27 @@
694
694
  </method>
695
695
  <method name="(anonymous_49)" hits="0" signature="()V">
696
696
  <lines>
697
- <line number="455" hits="0"/>
697
+ <line number="472" hits="0"/>
698
698
  </lines>
699
699
  </method>
700
700
  <method name="(anonymous_50)" hits="0" signature="()V">
701
701
  <lines>
702
- <line number="462" hits="0"/>
702
+ <line number="475" hits="0"/>
703
703
  </lines>
704
704
  </method>
705
705
  <method name="(anonymous_51)" hits="0" signature="()V">
706
706
  <lines>
707
- <line number="467" hits="0"/>
707
+ <line number="482" hits="0"/>
708
708
  </lines>
709
709
  </method>
710
710
  <method name="(anonymous_52)" hits="0" signature="()V">
711
711
  <lines>
712
- <line number="510" hits="0"/>
712
+ <line number="487" hits="0"/>
713
+ </lines>
714
+ </method>
715
+ <method name="(anonymous_53)" hits="0" signature="()V">
716
+ <lines>
717
+ <line number="530" hits="0"/>
713
718
  </lines>
714
719
  </method>
715
720
  </methods>
@@ -887,54 +892,59 @@
887
892
  <line number="447" hits="0" branch="false"/>
888
893
  <line number="449" hits="0" branch="false"/>
889
894
  <line number="452" hits="0" branch="false"/>
890
- <line number="453" hits="0" branch="false"/>
891
- <line number="455" hits="0" branch="false"/>
892
- <line number="456" hits="0" branch="false"/>
893
- <line number="462" hits="0" branch="false"/>
894
- <line number="463" hits="0" branch="false"/>
895
- <line number="467" hits="3" branch="false"/>
895
+ <line number="457" hits="0" branch="false"/>
896
+ <line number="466" hits="0" branch="true" condition-coverage="0% (0/1)"/>
897
+ <line number="467" hits="0" branch="false"/>
898
+ <line number="469" hits="0" branch="false"/>
899
+ <line number="472" hits="0" branch="false"/>
896
900
  <line number="473" hits="0" branch="false"/>
897
- <line number="475" hits="0" branch="true" condition-coverage="0% (0/1)"/>
898
- <line number="480" hits="0" branch="false"/>
899
- <line number="485" hits="0" branch="true" condition-coverage="0% (0/2)"/>
900
- <line number="489" hits="0" branch="true" condition-coverage="0% (0/4)"/>
901
- <line number="490" hits="0" branch="false"/>
901
+ <line number="475" hits="0" branch="false"/>
902
+ <line number="476" hits="0" branch="false"/>
903
+ <line number="482" hits="0" branch="false"/>
904
+ <line number="483" hits="0" branch="false"/>
905
+ <line number="487" hits="3" branch="false"/>
902
906
  <line number="493" hits="0" branch="false"/>
903
- <line number="499" hits="0" branch="true" condition-coverage="0% (0/4)"/>
907
+ <line number="495" hits="0" branch="true" condition-coverage="0% (0/1)"/>
904
908
  <line number="500" hits="0" branch="false"/>
905
- <line number="502" hits="0" branch="true" condition-coverage="0% (0/1)"/>
906
- <line number="503" hits="0" branch="false"/>
907
- <line number="506" hits="0" branch="true" condition-coverage="0% (0/4)"/>
908
- <line number="507" hits="0" branch="false"/>
909
- <line number="510" hits="3" branch="false"/>
910
- <line number="511" hits="0" branch="true" condition-coverage="0% (0/4)"/>
911
- <line number="512" hits="0" branch="true" condition-coverage="0% (0/4)"/>
912
- <line number="514" hits="0" branch="false"/>
913
- <line number="517" hits="0" branch="false"/>
909
+ <line number="505" hits="0" branch="true" condition-coverage="0% (0/2)"/>
910
+ <line number="509" hits="0" branch="true" condition-coverage="0% (0/4)"/>
911
+ <line number="510" hits="0" branch="false"/>
912
+ <line number="513" hits="0" branch="false"/>
913
+ <line number="519" hits="0" branch="true" condition-coverage="0% (0/4)"/>
914
914
  <line number="520" hits="0" branch="false"/>
915
+ <line number="522" hits="0" branch="true" condition-coverage="0% (0/1)"/>
916
+ <line number="523" hits="0" branch="false"/>
917
+ <line number="526" hits="0" branch="true" condition-coverage="0% (0/4)"/>
918
+ <line number="527" hits="0" branch="false"/>
919
+ <line number="530" hits="3" branch="false"/>
920
+ <line number="531" hits="0" branch="true" condition-coverage="0% (0/4)"/>
921
+ <line number="532" hits="0" branch="true" condition-coverage="0% (0/4)"/>
922
+ <line number="534" hits="0" branch="false"/>
923
+ <line number="537" hits="0" branch="false"/>
924
+ <line number="540" hits="0" branch="false"/>
915
925
  </lines>
916
926
  </class>
917
927
  <class name="sandboxTypes.ts" filename="nrfutil/sandboxTypes.ts" line-rate="0" branch-rate="0">
918
928
  <methods>
919
929
  </methods>
920
930
  <lines>
921
- <line number="179" hits="0" branch="false"/>
922
- <line number="182" hits="0" branch="true" condition-coverage="0% (0/4)"/>
923
- <line number="184" hits="0" branch="false"/>
924
- <line number="187" hits="0" branch="true" condition-coverage="0% (0/4)"/>
925
- <line number="189" hits="0" branch="false"/>
926
- <line number="192" hits="0" branch="true" condition-coverage="0% (0/4)"/>
931
+ <line number="181" hits="0" branch="false"/>
932
+ <line number="184" hits="0" branch="true" condition-coverage="0% (0/4)"/>
933
+ <line number="186" hits="0" branch="false"/>
934
+ <line number="189" hits="0" branch="true" condition-coverage="0% (0/4)"/>
935
+ <line number="191" hits="0" branch="false"/>
936
+ <line number="194" hits="0" branch="true" condition-coverage="0% (0/4)"/>
927
937
  </lines>
928
938
  </class>
929
939
  </classes>
930
940
  </package>
931
- <package name="nrfutil.device" line-rate="0.2857" branch-rate="0">
941
+ <package name="nrfutil.device" line-rate="0.24719999999999998" branch-rate="0">
932
942
  <classes>
933
- <class name="batch.ts" filename="nrfutil/device/batch.ts" line-rate="0.1525" branch-rate="0">
943
+ <class name="batch.ts" filename="nrfutil/device/batch.ts" line-rate="0.0722" branch-rate="0">
934
944
  <methods>
935
945
  <method name="(anonymous_3)" hits="0" signature="()V">
936
946
  <lines>
937
- <line number="43" hits="0"/>
947
+ <line number="45" hits="0"/>
938
948
  </lines>
939
949
  </method>
940
950
  <method name="(anonymous_4)" hits="0" signature="()V">
@@ -944,186 +954,204 @@
944
954
  </method>
945
955
  <method name="(anonymous_5)" hits="0" signature="()V">
946
956
  <lines>
947
- <line number="61" hits="0"/>
957
+ <line number="78" hits="0"/>
948
958
  </lines>
949
959
  </method>
950
960
  <method name="(anonymous_6)" hits="0" signature="()V">
951
961
  <lines>
952
- <line number="74" hits="0"/>
962
+ <line number="88" hits="0"/>
953
963
  </lines>
954
964
  </method>
955
965
  <method name="(anonymous_7)" hits="0" signature="()V">
956
966
  <lines>
957
- <line number="84" hits="0"/>
967
+ <line number="91" hits="0"/>
958
968
  </lines>
959
969
  </method>
960
970
  <method name="(anonymous_8)" hits="0" signature="()V">
961
971
  <lines>
962
- <line number="97" hits="0"/>
972
+ <line number="106" hits="0"/>
963
973
  </lines>
964
974
  </method>
965
975
  <method name="(anonymous_9)" hits="0" signature="()V">
966
976
  <lines>
967
- <line number="113" hits="0"/>
977
+ <line number="119" hits="0"/>
968
978
  </lines>
969
979
  </method>
970
980
  <method name="(anonymous_10)" hits="0" signature="()V">
971
981
  <lines>
972
- <line number="121" hits="0"/>
982
+ <line number="129" hits="0"/>
973
983
  </lines>
974
984
  </method>
975
985
  <method name="(anonymous_11)" hits="0" signature="()V">
976
986
  <lines>
977
- <line number="132" hits="0"/>
987
+ <line number="142" hits="0"/>
978
988
  </lines>
979
989
  </method>
980
990
  <method name="(anonymous_12)" hits="0" signature="()V">
981
991
  <lines>
982
- <line number="145" hits="0"/>
992
+ <line number="158" hits="0"/>
983
993
  </lines>
984
994
  </method>
985
995
  <method name="(anonymous_13)" hits="0" signature="()V">
986
996
  <lines>
987
- <line number="154" hits="0"/>
997
+ <line number="176" hits="0"/>
988
998
  </lines>
989
999
  </method>
990
1000
  <method name="(anonymous_14)" hits="0" signature="()V">
991
1001
  <lines>
992
- <line number="170" hits="0"/>
1002
+ <line number="193" hits="0"/>
993
1003
  </lines>
994
1004
  </method>
995
1005
  <method name="(anonymous_15)" hits="0" signature="()V">
996
1006
  <lines>
997
- <line number="175" hits="0"/>
1007
+ <line number="203" hits="0"/>
998
1008
  </lines>
999
1009
  </method>
1000
1010
  <method name="(anonymous_16)" hits="0" signature="()V">
1001
1011
  <lines>
1002
- <line number="179" hits="0"/>
1012
+ <line number="214" hits="0"/>
1003
1013
  </lines>
1004
1014
  </method>
1005
1015
  <method name="(anonymous_17)" hits="0" signature="()V">
1006
1016
  <lines>
1007
- <line number="185" hits="0"/>
1017
+ <line number="227" hits="0"/>
1008
1018
  </lines>
1009
1019
  </method>
1010
1020
  <method name="(anonymous_18)" hits="0" signature="()V">
1011
1021
  <lines>
1012
- <line number="186" hits="0"/>
1022
+ <line number="240" hits="0"/>
1013
1023
  </lines>
1014
1024
  </method>
1015
1025
  <method name="(anonymous_19)" hits="0" signature="()V">
1016
1026
  <lines>
1017
- <line number="200" hits="0"/>
1027
+ <line number="248" hits="0"/>
1018
1028
  </lines>
1019
1029
  </method>
1020
1030
  <method name="(anonymous_20)" hits="0" signature="()V">
1021
1031
  <lines>
1022
- <line number="204" hits="0"/>
1032
+ <line number="264" hits="0"/>
1023
1033
  </lines>
1024
1034
  </method>
1025
1035
  <method name="(anonymous_21)" hits="0" signature="()V">
1026
1036
  <lines>
1027
- <line number="217" hits="0"/>
1037
+ <line number="269" hits="0"/>
1028
1038
  </lines>
1029
1039
  </method>
1030
1040
  <method name="(anonymous_22)" hits="0" signature="()V">
1031
1041
  <lines>
1032
- <line number="39" hits="0"/>
1042
+ <line number="273" hits="0"/>
1043
+ </lines>
1044
+ </method>
1045
+ <method name="(anonymous_23)" hits="0" signature="()V">
1046
+ <lines>
1047
+ <line number="279" hits="0"/>
1048
+ </lines>
1049
+ </method>
1050
+ <method name="(anonymous_24)" hits="0" signature="()V">
1051
+ <lines>
1052
+ <line number="280" hits="0"/>
1053
+ </lines>
1054
+ </method>
1055
+ <method name="(anonymous_25)" hits="0" signature="()V">
1056
+ <lines>
1057
+ <line number="294" hits="0"/>
1058
+ </lines>
1059
+ </method>
1060
+ <method name="(anonymous_26)" hits="0" signature="()V">
1061
+ <lines>
1062
+ <line number="298" hits="0"/>
1063
+ </lines>
1064
+ </method>
1065
+ <method name="(anonymous_27)" hits="0" signature="()V">
1066
+ <lines>
1067
+ <line number="311" hits="0"/>
1033
1068
  </lines>
1034
1069
  </method>
1035
1070
  </methods>
1036
1071
  <lines>
1037
- <line number="14" hits="3" branch="false"/>
1038
- <line number="15" hits="3" branch="false"/>
1039
- <line number="16" hits="3" branch="false"/>
1040
- <line number="18" hits="3" branch="false"/>
1041
- <line number="20" hits="3" branch="false"/>
1042
- <line number="22" hits="3" branch="false"/>
1043
- <line number="24" hits="3" branch="false"/>
1044
- <line number="25" hits="3" branch="false"/>
1045
- <line number="26" hits="3" branch="false"/>
1046
- <line number="30" hits="0" branch="false"/>
1047
- <line number="31" hits="0" branch="false"/>
1048
- <line number="33" hits="0" branch="false"/>
1049
- <line number="40" hits="0" branch="true" condition-coverage="0% (0/4)"/>
1050
- <line number="44" hits="0" branch="false"/>
1051
- <line number="48" hits="0" branch="false"/>
1072
+ <line number="7" hits="3" branch="false"/>
1073
+ <line number="8" hits="3" branch="false"/>
1074
+ <line number="9" hits="3" branch="false"/>
1075
+ <line number="10" hits="3" branch="false"/>
1076
+ <line number="21" hits="3" branch="false"/>
1077
+ <line number="30" hits="3" branch="false"/>
1078
+ <line number="35" hits="0" branch="false"/>
1079
+ <line number="36" hits="0" branch="false"/>
1080
+ <line number="39" hits="0" branch="false"/>
1081
+ <line number="51" hits="0" branch="false"/>
1052
1082
  <line number="52" hits="0" branch="false"/>
1053
- <line number="58" hits="0" branch="false"/>
1054
- <line number="65" hits="0" branch="false"/>
1055
- <line number="71" hits="0" branch="false"/>
1083
+ <line number="55" hits="0" branch="false"/>
1084
+ <line number="67" hits="0" branch="false"/>
1056
1085
  <line number="75" hits="0" branch="false"/>
1057
- <line number="81" hits="0" branch="false"/>
1058
- <line number="88" hits="0" branch="false"/>
1059
- <line number="94" hits="0" branch="false"/>
1086
+ <line number="79" hits="0" branch="false"/>
1087
+ <line number="85" hits="0" branch="false"/>
1088
+ <line number="89" hits="0" branch="false"/>
1089
+ <line number="92" hits="0" branch="true" condition-coverage="0% (0/4)"/>
1090
+ <line number="93" hits="0" branch="true" condition-coverage="0% (0/6)"/>
1091
+ <line number="98" hits="0" branch="true" condition-coverage="0% (0/6)"/>
1060
1092
  <line number="103" hits="0" branch="false"/>
1061
1093
  <line number="110" hits="0" branch="false"/>
1062
- <line number="114" hits="0" branch="false"/>
1063
- <line number="118" hits="0" branch="false"/>
1064
- <line number="122" hits="0" branch="false"/>
1065
- <line number="129" hits="0" branch="false"/>
1066
- <line number="136" hits="0" branch="false"/>
1067
- <line number="142" hits="0" branch="false"/>
1094
+ <line number="116" hits="0" branch="false"/>
1095
+ <line number="120" hits="0" branch="false"/>
1096
+ <line number="126" hits="0" branch="false"/>
1097
+ <line number="133" hits="0" branch="false"/>
1098
+ <line number="139" hits="0" branch="false"/>
1068
1099
  <line number="149" hits="0" branch="false"/>
1069
- <line number="150" hits="0" branch="false"/>
1070
- <line number="151" hits="0" branch="false"/>
1071
1100
  <line number="153" hits="0" branch="false"/>
1072
- <line number="154" hits="0" branch="false"/>
1101
+ <line number="155" hits="0" branch="true" condition-coverage="0% (0/2)"/>
1102
+ <line number="156" hits="0" branch="false"/>
1103
+ <line number="158" hits="0" branch="false"/>
1073
1104
  <line number="160" hits="0" branch="false"/>
1074
1105
  <line number="161" hits="0" branch="false"/>
1075
- <line number="162" hits="0" branch="false"/>
1076
- <line number="171" hits="0" branch="true" condition-coverage="0% (0/1)"/>
1077
- <line number="172" hits="0" branch="true" condition-coverage="0% (0/4)"/>
1078
- <line number="176" hits="0" branch="false"/>
1079
- <line number="177" hits="0" branch="true" condition-coverage="0% (0/4)"/>
1080
- <line number="180" hits="0" branch="false"/>
1081
- <line number="182" hits="0" branch="true" condition-coverage="0% (0/4)"/>
1082
- <line number="184" hits="0" branch="false"/>
1083
- <line number="185" hits="0" branch="false"/>
1084
- <line number="187" hits="0" branch="false"/>
1085
- <line number="195" hits="0" branch="false"/>
1106
+ <line number="167" hits="0" branch="false"/>
1107
+ <line number="169" hits="0" branch="false"/>
1108
+ <line number="171" hits="0" branch="false"/>
1109
+ <line number="172" hits="0" branch="false"/>
1110
+ <line number="174" hits="0" branch="false"/>
1111
+ <line number="177" hits="0" branch="false"/>
1112
+ <line number="178" hits="0" branch="true" condition-coverage="0% (0/6)"/>
1113
+ <line number="183" hits="0" branch="false"/>
1114
+ <line number="190" hits="0" branch="false"/>
1115
+ <line number="194" hits="0" branch="false"/>
1086
1116
  <line number="200" hits="0" branch="false"/>
1087
- <line number="201" hits="0" branch="true" condition-coverage="0% (0/1)"/>
1088
- <line number="202" hits="0" branch="false"/>
1089
1117
  <line number="204" hits="0" branch="false"/>
1090
- <line number="207" hits="0" branch="true" condition-coverage="0% (0/4)"/>
1091
- <line number="208" hits="0" branch="false"/>
1092
- <line number="211" hits="0" branch="true" condition-coverage="0% (0/1)"/>
1093
- <line number="212" hits="0" branch="true" condition-coverage="0% (0/4)"/>
1094
- <line number="214" hits="0" branch="false"/>
1095
- <line number="217" hits="0" branch="false"/>
1096
- </lines>
1097
- </class>
1098
- <class name="batchTypes.ts" filename="nrfutil/device/batchTypes.ts" line-rate="0.2" branch-rate="0">
1099
- <methods>
1100
- <method name="(anonymous_3)" hits="0" signature="()V">
1101
- <lines>
1102
- <line number="36" hits="0"/>
1103
- </lines>
1104
- </method>
1105
- <method name="(anonymous_4)" hits="0" signature="()V">
1106
- <lines>
1107
- <line number="47" hits="0"/>
1108
- </lines>
1109
- </method>
1110
- </methods>
1111
- <lines>
1112
- <line number="14" hits="3" branch="false"/>
1113
- <line number="36" hits="3" branch="false"/>
1114
- <line number="37" hits="0" branch="true" condition-coverage="0% (0/3)"/>
1115
- <line number="39" hits="0" branch="false"/>
1116
- <line number="41" hits="0" branch="false"/>
1117
- <line number="43" hits="0" branch="false"/>
1118
- <line number="47" hits="3" branch="false"/>
1119
- <line number="50" hits="0" branch="true" condition-coverage="0% (0/1)"/>
1120
- <line number="51" hits="0" branch="false"/>
1121
- <line number="54" hits="0" branch="true" condition-coverage="0% (0/1)"/>
1122
- <line number="55" hits="0" branch="false"/>
1123
- <line number="62" hits="0" branch="true" condition-coverage="0% (0/1)"/>
1124
- <line number="63" hits="0" branch="false"/>
1125
- <line number="69" hits="0" branch="true" condition-coverage="0% (0/1)"/>
1126
- <line number="70" hits="0" branch="false"/>
1118
+ <line number="211" hits="0" branch="false"/>
1119
+ <line number="218" hits="0" branch="false"/>
1120
+ <line number="224" hits="0" branch="false"/>
1121
+ <line number="231" hits="0" branch="false"/>
1122
+ <line number="232" hits="0" branch="false"/>
1123
+ <line number="233" hits="0" branch="false"/>
1124
+ <line number="234" hits="0" branch="false"/>
1125
+ <line number="237" hits="0" branch="false"/>
1126
+ <line number="240" hits="0" branch="false"/>
1127
+ <line number="241" hits="0" branch="true" condition-coverage="0% (0/1)"/>
1128
+ <line number="242" hits="0" branch="false"/>
1129
+ <line number="244" hits="0" branch="false"/>
1130
+ <line number="247" hits="0" branch="false"/>
1131
+ <line number="248" hits="0" branch="false"/>
1132
+ <line number="254" hits="0" branch="false"/>
1133
+ <line number="255" hits="0" branch="false"/>
1134
+ <line number="256" hits="0" branch="false"/>
1135
+ <line number="265" hits="0" branch="true" condition-coverage="0% (0/1)"/>
1136
+ <line number="266" hits="0" branch="true" condition-coverage="0% (0/4)"/>
1137
+ <line number="270" hits="0" branch="false"/>
1138
+ <line number="271" hits="0" branch="true" condition-coverage="0% (0/4)"/>
1139
+ <line number="274" hits="0" branch="false"/>
1140
+ <line number="276" hits="0" branch="true" condition-coverage="0% (0/4)"/>
1141
+ <line number="278" hits="0" branch="false"/>
1142
+ <line number="279" hits="0" branch="false"/>
1143
+ <line number="281" hits="0" branch="false"/>
1144
+ <line number="289" hits="0" branch="false"/>
1145
+ <line number="294" hits="0" branch="false"/>
1146
+ <line number="295" hits="0" branch="true" condition-coverage="0% (0/1)"/>
1147
+ <line number="296" hits="0" branch="false"/>
1148
+ <line number="298" hits="0" branch="false"/>
1149
+ <line number="301" hits="0" branch="true" condition-coverage="0% (0/4)"/>
1150
+ <line number="302" hits="0" branch="false"/>
1151
+ <line number="305" hits="0" branch="true" condition-coverage="0% (0/1)"/>
1152
+ <line number="306" hits="0" branch="true" condition-coverage="0% (0/4)"/>
1153
+ <line number="308" hits="0" branch="false"/>
1154
+ <line number="311" hits="0" branch="false"/>
1127
1155
  </lines>
1128
1156
  </class>
1129
1157
  <class name="common.ts" filename="nrfutil/device/common.ts" line-rate="0.1739" branch-rate="0">
@@ -1286,15 +1314,6 @@
1286
1314
  <line number="20" hits="0" branch="false"/>
1287
1315
  </lines>
1288
1316
  </class>
1289
- <class name="eraseBatch.ts" filename="nrfutil/device/eraseBatch.ts" line-rate="0.3333" branch-rate="0">
1290
- <methods>
1291
- </methods>
1292
- <lines>
1293
- <line number="12" hits="3" branch="false"/>
1294
- <line number="15" hits="0" branch="false"/>
1295
- <line number="20" hits="0" branch="false"/>
1296
- </lines>
1297
- </class>
1298
1317
  <class name="firmwareRead.ts" filename="nrfutil/device/firmwareRead.ts" line-rate="0.5" branch-rate="0">
1299
1318
  <methods>
1300
1319
  <method name="(anonymous_1)" hits="0" signature="()V">
@@ -1310,23 +1329,6 @@
1310
1329
  <line number="33" hits="0" branch="false"/>
1311
1330
  </lines>
1312
1331
  </class>
1313
- <class name="firmwareReadBatch.ts" filename="nrfutil/device/firmwareReadBatch.ts" line-rate="0.1666" branch-rate="0">
1314
- <methods>
1315
- <method name="(anonymous_2)" hits="0" signature="()V">
1316
- <lines>
1317
- <line number="32" hits="0"/>
1318
- </lines>
1319
- </method>
1320
- </methods>
1321
- <lines>
1322
- <line number="12" hits="3" branch="false"/>
1323
- <line number="16" hits="0" branch="false"/>
1324
- <line number="21" hits="0" branch="false"/>
1325
- <line number="33" hits="0" branch="true" condition-coverage="0% (0/4)"/>
1326
- <line number="34" hits="0" branch="true" condition-coverage="0% (0/8)"/>
1327
- <line number="39" hits="0" branch="true" condition-coverage="0% (0/8)"/>
1328
- </lines>
1329
- </class>
1330
1332
  <class name="getCoreInfo.ts" filename="nrfutil/device/getCoreInfo.ts" line-rate="0.6666" branch-rate="0">
1331
1333
  <methods>
1332
1334
  <method name="(anonymous_1)" hits="0" signature="()V">
@@ -1341,15 +1343,6 @@
1341
1343
  <line number="38" hits="0" branch="false"/>
1342
1344
  </lines>
1343
1345
  </class>
1344
- <class name="getCoreInfoBatch.ts" filename="nrfutil/device/getCoreInfoBatch.ts" line-rate="0.3333" branch-rate="0">
1345
- <methods>
1346
- </methods>
1347
- <lines>
1348
- <line number="12" hits="3" branch="false"/>
1349
- <line number="16" hits="0" branch="false"/>
1350
- <line number="21" hits="0" branch="false"/>
1351
- </lines>
1352
- </class>
1353
1346
  <class name="getFwInfo.ts" filename="nrfutil/device/getFwInfo.ts" line-rate="0.6666" branch-rate="0">
1354
1347
  <methods>
1355
1348
  <method name="(anonymous_1)" hits="0" signature="()V">
@@ -1364,15 +1357,6 @@
1364
1357
  <line number="63" hits="0" branch="false"/>
1365
1358
  </lines>
1366
1359
  </class>
1367
- <class name="getFwInfoBatch.ts" filename="nrfutil/device/getFwInfoBatch.ts" line-rate="0.3333" branch-rate="0">
1368
- <methods>
1369
- </methods>
1370
- <lines>
1371
- <line number="12" hits="3" branch="false"/>
1372
- <line number="16" hits="0" branch="false"/>
1373
- <line number="21" hits="0" branch="false"/>
1374
- </lines>
1375
- </class>
1376
1360
  <class name="getProtectionStatus.ts" filename="nrfutil/device/getProtectionStatus.ts" line-rate="0.6666" branch-rate="0">
1377
1361
  <methods>
1378
1362
  <method name="(anonymous_1)" hits="0" signature="()V">
@@ -1387,51 +1371,52 @@
1387
1371
  <line number="40" hits="0" branch="false"/>
1388
1372
  </lines>
1389
1373
  </class>
1390
- <class name="getProtectionStatusBatch.ts" filename="nrfutil/device/getProtectionStatusBatch.ts" line-rate="0.3333" branch-rate="0">
1374
+ <class name="list.ts" filename="nrfutil/device/list.ts" line-rate="0.1666" branch-rate="0">
1391
1375
  <methods>
1392
- </methods>
1393
- <lines>
1394
- <line number="12" hits="3" branch="false"/>
1395
- <line number="16" hits="0" branch="false"/>
1396
- <line number="24" hits="0" branch="false"/>
1397
- </lines>
1398
- </class>
1399
- <class name="list.ts" filename="nrfutil/device/list.ts" line-rate="0.16" branch-rate="0">
1400
- <methods>
1401
- <method name="(anonymous_1)" hits="0" signature="()V">
1402
- <lines>
1403
- <line number="25" hits="0"/>
1404
- </lines>
1405
- </method>
1406
1376
  <method name="(anonymous_2)" hits="0" signature="()V">
1407
1377
  <lines>
1408
- <line number="28" hits="0"/>
1378
+ <line number="26" hits="0"/>
1409
1379
  </lines>
1410
1380
  </method>
1411
1381
  <method name="(anonymous_3)" hits="0" signature="()V">
1412
1382
  <lines>
1413
- <line number="32" hits="0"/>
1383
+ <line number="29" hits="0"/>
1414
1384
  </lines>
1415
1385
  </method>
1416
1386
  <method name="(anonymous_4)" hits="0" signature="()V">
1417
1387
  <lines>
1418
- <line number="52" hits="0"/>
1388
+ <line number="33" hits="0"/>
1419
1389
  </lines>
1420
1390
  </method>
1421
1391
  <method name="(anonymous_5)" hits="0" signature="()V">
1392
+ <lines>
1393
+ <line number="52" hits="0"/>
1394
+ </lines>
1395
+ </method>
1396
+ <method name="(anonymous_6)" hits="0" signature="()V">
1397
+ <lines>
1398
+ <line number="55" hits="0"/>
1399
+ </lines>
1400
+ </method>
1401
+ <method name="(anonymous_7)" hits="0" signature="()V">
1422
1402
  <lines>
1423
1403
  <line number="56" hits="0"/>
1424
1404
  </lines>
1425
1405
  </method>
1406
+ <method name="(anonymous_8)" hits="0" signature="()V">
1407
+ <lines>
1408
+ <line number="66" hits="0"/>
1409
+ </lines>
1410
+ </method>
1426
1411
  </methods>
1427
1412
  <lines>
1428
- <line number="13" hits="3" branch="false"/>
1429
- <line number="25" hits="3" branch="false"/>
1430
- <line number="26" hits="0" branch="false"/>
1431
- <line number="28" hits="3" branch="false"/>
1432
- <line number="30" hits="0" branch="false"/>
1433
- <line number="32" hits="3" branch="false"/>
1434
- <line number="42" hits="0" branch="false"/>
1413
+ <line number="7" hits="3" branch="false"/>
1414
+ <line number="14" hits="3" branch="false"/>
1415
+ <line number="26" hits="3" branch="false"/>
1416
+ <line number="27" hits="0" branch="false"/>
1417
+ <line number="29" hits="3" branch="false"/>
1418
+ <line number="31" hits="0" branch="false"/>
1419
+ <line number="33" hits="3" branch="false"/>
1435
1420
  <line number="43" hits="0" branch="false"/>
1436
1421
  <line number="45" hits="0" branch="true" condition-coverage="0% (0/1)"/>
1437
1422
  <line number="46" hits="0" branch="false"/>
@@ -1440,71 +1425,76 @@
1440
1425
  <line number="52" hits="0" branch="false"/>
1441
1426
  <line number="53" hits="0" branch="true" condition-coverage="0% (0/1)"/>
1442
1427
  <line number="54" hits="0" branch="false"/>
1443
- <line number="56" hits="0" branch="false"/>
1444
- <line number="60" hits="0" branch="false"/>
1445
- <line number="63" hits="0" branch="true" condition-coverage="0% (0/3)"/>
1428
+ <line number="55" hits="0" branch="false"/>
1429
+ <line number="57" hits="0" branch="false"/>
1446
1430
  <line number="64" hits="0" branch="false"/>
1447
- <line number="67" hits="0" branch="true" condition-coverage="0% (0/2)"/>
1448
- <line number="72" hits="0" branch="false"/>
1449
- <line number="75" hits="0" branch="true" condition-coverage="0% (0/1)"/>
1450
- <line number="76" hits="0" branch="false"/>
1451
- <line number="80" hits="0" branch="false"/>
1452
- <line number="81" hits="0" branch="false"/>
1431
+ <line number="66" hits="0" branch="false"/>
1432
+ <line number="70" hits="0" branch="false"/>
1433
+ <line number="73" hits="0" branch="true" condition-coverage="0% (0/3)"/>
1434
+ <line number="74" hits="0" branch="false"/>
1435
+ <line number="77" hits="0" branch="true" condition-coverage="0% (0/4)"/>
1436
+ <line number="78" hits="0" branch="true" condition-coverage="0% (0/2)"/>
1437
+ <line number="79" hits="0" branch="false"/>
1438
+ <line number="83" hits="0" branch="false"/>
1439
+ <line number="89" hits="0" branch="true" condition-coverage="0% (0/1)"/>
1440
+ <line number="90" hits="0" branch="false"/>
1441
+ <line number="94" hits="0" branch="false"/>
1442
+ <line number="95" hits="0" branch="false"/>
1453
1443
  </lines>
1454
1444
  </class>
1455
1445
  <class name="program.ts" filename="nrfutil/device/program.ts" line-rate="0.2452" branch-rate="0">
1456
1446
  <methods>
1457
- <method name="(anonymous_6)" hits="0" signature="()V">
1447
+ <method name="(anonymous_7)" hits="0" signature="()V">
1458
1448
  <lines>
1459
1449
  <line number="44" hits="0"/>
1460
1450
  </lines>
1461
1451
  </method>
1462
- <method name="(anonymous_7)" hits="0" signature="()V">
1452
+ <method name="(anonymous_8)" hits="0" signature="()V">
1463
1453
  <lines>
1464
1454
  <line number="49" hits="0"/>
1465
1455
  </lines>
1466
1456
  </method>
1467
- <method name="(anonymous_8)" hits="0" signature="()V">
1457
+ <method name="(anonymous_9)" hits="0" signature="()V">
1468
1458
  <lines>
1469
1459
  <line number="54" hits="0"/>
1470
1460
  </lines>
1471
1461
  </method>
1472
- <method name="(anonymous_9)" hits="0" signature="()V">
1462
+ <method name="(anonymous_10)" hits="0" signature="()V">
1473
1463
  <lines>
1474
1464
  <line number="60" hits="0"/>
1475
1465
  </lines>
1476
1466
  </method>
1477
- <method name="(anonymous_10)" hits="0" signature="()V">
1467
+ <method name="(anonymous_11)" hits="0" signature="()V">
1478
1468
  <lines>
1479
1469
  <line number="63" hits="0"/>
1480
1470
  </lines>
1481
1471
  </method>
1482
- <method name="(anonymous_11)" hits="0" signature="()V">
1472
+ <method name="(anonymous_12)" hits="0" signature="()V">
1483
1473
  <lines>
1484
1474
  <line number="64" hits="0"/>
1485
1475
  </lines>
1486
1476
  </method>
1487
- <method name="(anonymous_12)" hits="0" signature="()V">
1477
+ <method name="(anonymous_13)" hits="0" signature="()V">
1488
1478
  <lines>
1489
1479
  <line number="75" hits="0"/>
1490
1480
  </lines>
1491
1481
  </method>
1492
- <method name="(anonymous_13)" hits="0" signature="()V">
1482
+ <method name="(anonymous_14)" hits="0" signature="()V">
1493
1483
  <lines>
1494
1484
  <line number="101" hits="0"/>
1495
1485
  </lines>
1496
1486
  </method>
1497
- <method name="(anonymous_14)" hits="0" signature="()V">
1487
+ <method name="(anonymous_15)" hits="0" signature="()V">
1498
1488
  <lines>
1499
1489
  <line number="123" hits="0"/>
1500
1490
  </lines>
1501
1491
  </method>
1502
- <method name="(anonymous_15)" hits="0" signature="()V">
1492
+ <method name="(anonymous_16)" hits="0" signature="()V">
1503
1493
  <lines>
1504
1494
  <line number="132" hits="0"/>
1505
1495
  </lines>
1506
1496
  </method>
1507
- <method name="(anonymous_16)" hits="0" signature="()V">
1497
+ <method name="(anonymous_17)" hits="0" signature="()V">
1508
1498
  <lines>
1509
1499
  <line number="158" hits="0"/>
1510
1500
  </lines>
@@ -1566,38 +1556,6 @@
1566
1556
  <line number="176" hits="0" branch="false"/>
1567
1557
  </lines>
1568
1558
  </class>
1569
- <class name="programBatch.ts" filename="nrfutil/device/programBatch.ts" line-rate="0.375" branch-rate="0">
1570
- <methods>
1571
- <method name="(anonymous_3)" hits="0" signature="()V">
1572
- <lines>
1573
- <line number="43" hits="0"/>
1574
- </lines>
1575
- </method>
1576
- <method name="(anonymous_4)" hits="0" signature="()V">
1577
- <lines>
1578
- <line number="55" hits="0"/>
1579
- </lines>
1580
- </method>
1581
- </methods>
1582
- <lines>
1583
- <line number="7" hits="3" branch="false"/>
1584
- <line number="8" hits="3" branch="false"/>
1585
- <line number="9" hits="3" branch="false"/>
1586
- <line number="10" hits="3" branch="false"/>
1587
- <line number="18" hits="3" branch="false"/>
1588
- <line number="29" hits="0" branch="false"/>
1589
- <line number="43" hits="3" branch="false"/>
1590
- <line number="51" hits="0" branch="true" condition-coverage="0% (0/1)"/>
1591
- <line number="52" hits="0" branch="false"/>
1592
- <line number="55" hits="0" branch="false"/>
1593
- <line number="57" hits="0" branch="false"/>
1594
- <line number="58" hits="0" branch="false"/>
1595
- <line number="61" hits="0" branch="false"/>
1596
- <line number="63" hits="0" branch="false"/>
1597
- <line number="66" hits="0" branch="false"/>
1598
- <line number="68" hits="0" branch="false"/>
1599
- </lines>
1600
- </class>
1601
1559
  <class name="recover.ts" filename="nrfutil/device/recover.ts" line-rate="0.6666" branch-rate="0">
1602
1560
  <methods>
1603
1561
  <method name="(anonymous_1)" hits="0" signature="()V">
@@ -1612,15 +1570,6 @@
1612
1570
  <line number="20" hits="0" branch="false"/>
1613
1571
  </lines>
1614
1572
  </class>
1615
- <class name="recoverBatch.ts" filename="nrfutil/device/recoverBatch.ts" line-rate="0.3333" branch-rate="0">
1616
- <methods>
1617
- </methods>
1618
- <lines>
1619
- <line number="12" hits="3" branch="false"/>
1620
- <line number="15" hits="0" branch="false"/>
1621
- <line number="20" hits="0" branch="false"/>
1622
- </lines>
1623
- </class>
1624
1573
  <class name="reset.ts" filename="nrfutil/device/reset.ts" line-rate="0.2" branch-rate="0">
1625
1574
  <methods>
1626
1575
  <method name="(anonymous_1)" hits="0" signature="()V">
@@ -1642,15 +1591,6 @@
1642
1591
  <line number="34" hits="0" branch="false"/>
1643
1592
  </lines>
1644
1593
  </class>
1645
- <class name="resetBatch.ts" filename="nrfutil/device/resetBatch.ts" line-rate="0.3333" branch-rate="0">
1646
- <methods>
1647
- </methods>
1648
- <lines>
1649
- <line number="12" hits="3" branch="false"/>
1650
- <line number="15" hits="0" branch="false"/>
1651
- <line number="21" hits="0" branch="false"/>
1652
- </lines>
1653
- </class>
1654
1594
  <class name="setMcuState.ts" filename="nrfutil/device/setMcuState.ts" line-rate="0.6666" branch-rate="1">
1655
1595
  <methods>
1656
1596
  <method name="(anonymous_1)" hits="0" signature="()V">
@@ -2558,7 +2498,7 @@
2558
2498
  </class>
2559
2499
  </classes>
2560
2500
  </package>
2561
- <package name="src.Device" line-rate="0.3714" branch-rate="0.16949999999999998">
2501
+ <package name="src.Device" line-rate="0.37079999999999996" branch-rate="0.16949999999999998">
2562
2502
  <classes>
2563
2503
  <class name="deviceAutoSelectSlice.ts" filename="src/Device/deviceAutoSelectSlice.ts" line-rate="0.6111" branch-rate="0.2857">
2564
2504
  <methods>
@@ -2710,7 +2650,7 @@
2710
2650
  <line number="156" hits="8" branch="false"/>
2711
2651
  </lines>
2712
2652
  </class>
2713
- <class name="deviceLister.ts" filename="src/Device/deviceLister.ts" line-rate="0.3177" branch-rate="0.09699999999999999">
2653
+ <class name="deviceLister.ts" filename="src/Device/deviceLister.ts" line-rate="0.3148" branch-rate="0.09699999999999999">
2714
2654
  <methods>
2715
2655
  <method name="(anonymous_7)" hits="0" signature="()V">
2716
2656
  <lines>
@@ -2802,29 +2742,34 @@
2802
2742
  <line number="337" hits="0"/>
2803
2743
  </lines>
2804
2744
  </method>
2805
- <method name="(anonymous_28)" hits="21" signature="()V">
2745
+ <method name="(anonymous_28)" hits="0" signature="()V">
2806
2746
  <lines>
2807
- <line number="342" hits="21"/>
2747
+ <line number="338" hits="0"/>
2808
2748
  </lines>
2809
2749
  </method>
2810
- <method name="(anonymous_29)" hits="0" signature="()V">
2750
+ <method name="(anonymous_29)" hits="21" signature="()V">
2751
+ <lines>
2752
+ <line number="344" hits="21"/>
2753
+ </lines>
2754
+ </method>
2755
+ <method name="(anonymous_30)" hits="0" signature="()V">
2811
2756
  <lines>
2812
- <line number="343" hits="0"/>
2757
+ <line number="345" hits="0"/>
2813
2758
  </lines>
2814
2759
  </method>
2815
- <method name="(anonymous_30)" hits="1" signature="()V">
2760
+ <method name="(anonymous_31)" hits="1" signature="()V">
2816
2761
  <lines>
2817
- <line number="363" hits="1"/>
2762
+ <line number="365" hits="1"/>
2818
2763
  </lines>
2819
2764
  </method>
2820
- <method name="(anonymous_31)" hits="4" signature="()V">
2765
+ <method name="(anonymous_32)" hits="4" signature="()V">
2821
2766
  <lines>
2822
- <line number="365" hits="4"/>
2767
+ <line number="367" hits="4"/>
2823
2768
  </lines>
2824
2769
  </method>
2825
- <method name="(anonymous_32)" hits="22" signature="()V">
2770
+ <method name="(anonymous_33)" hits="22" signature="()V">
2826
2771
  <lines>
2827
- <line number="369" hits="22"/>
2772
+ <line number="371" hits="22"/>
2828
2773
  </lines>
2829
2774
  </method>
2830
2775
  </methods>
@@ -2919,23 +2864,24 @@
2919
2864
  <line number="334" hits="11" branch="false"/>
2920
2865
  <line number="335" hits="1" branch="false"/>
2921
2866
  <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)"/>
2867
+ <line number="339" hits="0" branch="false"/>
2868
+ <line number="344" hits="1" branch="false"/>
2869
+ <line number="345" hits="21" branch="false"/>
2870
+ <line number="346" hits="0" branch="true" condition-coverage="0% (0/2)"/>
2871
+ <line number="350" hits="1" branch="true" condition-coverage="100% (1/1)"/>
2872
+ <line number="351" hits="1" branch="false"/>
2873
+ <line number="353" hits="1" branch="true" condition-coverage="0% (0/1)"/>
2874
+ <line number="355" hits="0" branch="false"/>
2875
+ <line number="357" hits="0" branch="true" condition-coverage="0% (0/1)"/>
2876
+ <line number="358" hits="0" branch="false"/>
2877
+ <line number="360" hits="1" branch="false"/>
2878
+ <line number="365" hits="2" branch="false"/>
2879
+ <line number="366" hits="1" branch="false"/>
2880
+ <line number="367" hits="4" branch="false"/>
2881
+ <line number="368" hits="1" branch="true" condition-coverage="50% (1/2)"/>
2882
+ <line number="371" hits="11" branch="false"/>
2883
+ <line number="372" hits="22" branch="true" condition-coverage="100% (2/2)"/>
2884
+ <line number="373" hits="1" branch="true" condition-coverage="100% (2/2)"/>
2939
2885
  </lines>
2940
2886
  </class>
2941
2887
  <class name="deviceSetup.ts" filename="src/Device/deviceSetup.ts" line-rate="0.6933" branch-rate="0.409">
@@ -6948,7 +6894,7 @@
6948
6894
  <line number="96" hits="11" branch="false"/>
6949
6895
  <line number="98" hits="0" branch="true" condition-coverage="0% (0/2)"/>
6950
6896
  <line number="100" hits="0" branch="false"/>
6951
- <line number="103" hits="21" branch="false"/>
6897
+ <line number="103" hits="20" branch="false"/>
6952
6898
  </lines>
6953
6899
  </class>
6954
6900
  <class name="logBuffer.ts" filename="src/logging/logBuffer.ts" line-rate="1" branch-rate="1">