@nordicsemiconductor/pc-nrfconnect-shared 103.0.0 → 104.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Changelog.md +12 -0
- package/coverage/cobertura-coverage.xml +192 -268
- package/nrfutil/device/batch.ts +147 -53
- package/nrfutil/device/batchTypes.ts +2 -2
- package/nrfutil/device/list.ts +1 -2
- package/nrfutil/device/program.ts +1 -1
- package/nrfutil/sandbox.ts +20 -0
- package/nrfutil/sandboxTypes.ts +6 -4
- package/package.json +1 -1
- package/typings/generated/nrfutil/device/batch.d.ts +5 -7
- package/typings/generated/nrfutil/device/batch.d.ts.map +1 -1
- package/typings/generated/nrfutil/device/batchTypes.d.ts +2 -2
- package/typings/generated/nrfutil/device/batchTypes.d.ts.map +1 -1
- package/typings/generated/nrfutil/device/list.d.ts.map +1 -1
- package/typings/generated/nrfutil/device/program.d.ts +1 -0
- package/typings/generated/nrfutil/device/program.d.ts.map +1 -1
- package/typings/generated/nrfutil/sandbox.d.ts +1 -0
- package/typings/generated/nrfutil/sandbox.d.ts.map +1 -1
- package/typings/generated/nrfutil/sandboxTypes.d.ts +5 -4
- package/typings/generated/nrfutil/sandboxTypes.d.ts.map +1 -1
- package/nrfutil/device/eraseBatch.ts +0 -28
- package/nrfutil/device/firmwareReadBatch.ts +0 -42
- package/nrfutil/device/getCoreInfoBatch.ts +0 -29
- package/nrfutil/device/getFwInfoBatch.ts +0 -29
- package/nrfutil/device/getProtectionStatusBatch.ts +0 -32
- package/nrfutil/device/programBatch.ts +0 -69
- package/nrfutil/device/recoverBatch.ts +0 -28
- package/nrfutil/device/resetBatch.ts +0 -30
- package/typings/generated/nrfutil/device/eraseBatch.d.ts +0 -7
- package/typings/generated/nrfutil/device/eraseBatch.d.ts.map +0 -1
- package/typings/generated/nrfutil/device/firmwareReadBatch.d.ts +0 -9
- package/typings/generated/nrfutil/device/firmwareReadBatch.d.ts.map +0 -1
- package/typings/generated/nrfutil/device/getCoreInfoBatch.d.ts +0 -8
- package/typings/generated/nrfutil/device/getCoreInfoBatch.d.ts.map +0 -1
- package/typings/generated/nrfutil/device/getFwInfoBatch.d.ts +0 -8
- package/typings/generated/nrfutil/device/getFwInfoBatch.d.ts.map +0 -1
- package/typings/generated/nrfutil/device/getProtectionStatusBatch.d.ts +0 -8
- package/typings/generated/nrfutil/device/getProtectionStatusBatch.d.ts.map +0 -1
- package/typings/generated/nrfutil/device/programBatch.d.ts +0 -9
- package/typings/generated/nrfutil/device/programBatch.d.ts.map +0 -1
- package/typings/generated/nrfutil/device/recoverBatch.d.ts +0 -7
- package/typings/generated/nrfutil/device/recoverBatch.d.ts.map +0 -1
- package/typings/generated/nrfutil/device/resetBatch.d.ts +0 -8
- 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="
|
|
3
|
+
<coverage lines-valid="2977" lines-covered="1644" line-rate="0.5522" branches-valid="1436" branches-covered="385" branch-rate="0.2681" timestamp="1694177935893" 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.
|
|
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.
|
|
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="
|
|
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="
|
|
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="
|
|
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="
|
|
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="
|
|
891
|
-
<line number="
|
|
892
|
-
<line number="
|
|
893
|
-
<line number="
|
|
894
|
-
<line number="
|
|
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="
|
|
898
|
-
<line number="
|
|
899
|
-
<line number="
|
|
900
|
-
<line number="
|
|
901
|
-
<line number="
|
|
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="
|
|
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="
|
|
906
|
-
<line number="
|
|
907
|
-
<line number="
|
|
908
|
-
<line number="
|
|
909
|
-
<line number="
|
|
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="
|
|
922
|
-
<line number="
|
|
923
|
-
<line number="
|
|
924
|
-
<line number="
|
|
925
|
-
<line number="
|
|
926
|
-
<line number="
|
|
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.
|
|
941
|
+
<package name="nrfutil.device" line-rate="0.249" branch-rate="0">
|
|
932
942
|
<classes>
|
|
933
|
-
<class name="batch.ts" filename="nrfutil/device/batch.ts" line-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="
|
|
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="
|
|
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="
|
|
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="
|
|
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="
|
|
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="
|
|
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="
|
|
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="
|
|
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="
|
|
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="
|
|
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="
|
|
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="
|
|
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="
|
|
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="
|
|
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="
|
|
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="
|
|
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="
|
|
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="
|
|
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="
|
|
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="
|
|
1038
|
-
<line number="
|
|
1039
|
-
<line number="
|
|
1040
|
-
<line number="
|
|
1041
|
-
<line number="
|
|
1042
|
-
<line number="
|
|
1043
|
-
<line number="
|
|
1044
|
-
<line number="
|
|
1045
|
-
<line number="
|
|
1046
|
-
<line number="
|
|
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="
|
|
1054
|
-
<line number="
|
|
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="
|
|
1058
|
-
<line number="
|
|
1059
|
-
<line number="
|
|
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="
|
|
1063
|
-
<line number="
|
|
1064
|
-
<line number="
|
|
1065
|
-
<line number="
|
|
1066
|
-
<line number="
|
|
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="
|
|
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="
|
|
1076
|
-
<line number="
|
|
1077
|
-
<line number="
|
|
1078
|
-
<line number="
|
|
1079
|
-
<line number="
|
|
1080
|
-
<line number="
|
|
1081
|
-
<line number="
|
|
1082
|
-
<line number="
|
|
1083
|
-
<line number="
|
|
1084
|
-
<line number="
|
|
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="
|
|
1091
|
-
<line number="
|
|
1092
|
-
<line number="
|
|
1093
|
-
<line number="
|
|
1094
|
-
<line number="
|
|
1095
|
-
<line number="
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
<
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
<
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
<line number="
|
|
1113
|
-
<line number="
|
|
1114
|
-
<line number="
|
|
1115
|
-
<line number="
|
|
1116
|
-
<line number="
|
|
1117
|
-
<line number="
|
|
1118
|
-
<line number="
|
|
1119
|
-
<line number="
|
|
1120
|
-
<line number="
|
|
1121
|
-
<line number="
|
|
1122
|
-
<line number="
|
|
1123
|
-
<line number="
|
|
1124
|
-
<line number="
|
|
1125
|
-
<line number="
|
|
1126
|
-
<line number="
|
|
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,16 +1371,7 @@
|
|
|
1387
1371
|
<line number="40" hits="0" branch="false"/>
|
|
1388
1372
|
</lines>
|
|
1389
1373
|
</class>
|
|
1390
|
-
<class name="
|
|
1391
|
-
<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">
|
|
1374
|
+
<class name="list.ts" filename="nrfutil/device/list.ts" line-rate="0.1666" branch-rate="0">
|
|
1400
1375
|
<methods>
|
|
1401
1376
|
<method name="(anonymous_1)" hits="0" signature="()V">
|
|
1402
1377
|
<lines>
|
|
@@ -1415,12 +1390,12 @@
|
|
|
1415
1390
|
</method>
|
|
1416
1391
|
<method name="(anonymous_4)" hits="0" signature="()V">
|
|
1417
1392
|
<lines>
|
|
1418
|
-
<line number="
|
|
1393
|
+
<line number="51" hits="0"/>
|
|
1419
1394
|
</lines>
|
|
1420
1395
|
</method>
|
|
1421
1396
|
<method name="(anonymous_5)" hits="0" signature="()V">
|
|
1422
1397
|
<lines>
|
|
1423
|
-
<line number="
|
|
1398
|
+
<line number="55" hits="0"/>
|
|
1424
1399
|
</lines>
|
|
1425
1400
|
</method>
|
|
1426
1401
|
</methods>
|
|
@@ -1432,79 +1407,78 @@
|
|
|
1432
1407
|
<line number="30" hits="0" branch="false"/>
|
|
1433
1408
|
<line number="32" hits="3" branch="false"/>
|
|
1434
1409
|
<line number="42" hits="0" branch="false"/>
|
|
1435
|
-
<line number="
|
|
1436
|
-
<line number="45" hits="0" branch="
|
|
1437
|
-
<line number="
|
|
1410
|
+
<line number="44" hits="0" branch="true" condition-coverage="0% (0/1)"/>
|
|
1411
|
+
<line number="45" hits="0" branch="false"/>
|
|
1412
|
+
<line number="48" hits="0" branch="false"/>
|
|
1438
1413
|
<line number="49" hits="0" branch="false"/>
|
|
1439
|
-
<line number="
|
|
1440
|
-
<line number="52" hits="0" branch="
|
|
1441
|
-
<line number="53" hits="0" branch="
|
|
1442
|
-
<line number="
|
|
1443
|
-
<line number="
|
|
1444
|
-
<line number="
|
|
1445
|
-
<line number="63" hits="0" branch="
|
|
1446
|
-
<line number="
|
|
1447
|
-
<line number="
|
|
1448
|
-
<line number="
|
|
1449
|
-
<line number="75" hits="0" branch="
|
|
1450
|
-
<line number="
|
|
1414
|
+
<line number="51" hits="0" branch="false"/>
|
|
1415
|
+
<line number="52" hits="0" branch="true" condition-coverage="0% (0/1)"/>
|
|
1416
|
+
<line number="53" hits="0" branch="false"/>
|
|
1417
|
+
<line number="55" hits="0" branch="false"/>
|
|
1418
|
+
<line number="59" hits="0" branch="false"/>
|
|
1419
|
+
<line number="62" hits="0" branch="true" condition-coverage="0% (0/3)"/>
|
|
1420
|
+
<line number="63" hits="0" branch="false"/>
|
|
1421
|
+
<line number="66" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
1422
|
+
<line number="71" hits="0" branch="false"/>
|
|
1423
|
+
<line number="74" hits="0" branch="true" condition-coverage="0% (0/1)"/>
|
|
1424
|
+
<line number="75" hits="0" branch="false"/>
|
|
1425
|
+
<line number="79" hits="0" branch="false"/>
|
|
1451
1426
|
<line number="80" hits="0" branch="false"/>
|
|
1452
|
-
<line number="81" hits="0" branch="false"/>
|
|
1453
1427
|
</lines>
|
|
1454
1428
|
</class>
|
|
1455
1429
|
<class name="program.ts" filename="nrfutil/device/program.ts" line-rate="0.2452" branch-rate="0">
|
|
1456
1430
|
<methods>
|
|
1457
|
-
<method name="(
|
|
1431
|
+
<method name="(anonymous_7)" hits="0" signature="()V">
|
|
1458
1432
|
<lines>
|
|
1459
1433
|
<line number="44" hits="0"/>
|
|
1460
1434
|
</lines>
|
|
1461
1435
|
</method>
|
|
1462
|
-
<method name="(
|
|
1436
|
+
<method name="(anonymous_8)" hits="0" signature="()V">
|
|
1463
1437
|
<lines>
|
|
1464
1438
|
<line number="49" hits="0"/>
|
|
1465
1439
|
</lines>
|
|
1466
1440
|
</method>
|
|
1467
|
-
<method name="(
|
|
1441
|
+
<method name="(anonymous_9)" hits="0" signature="()V">
|
|
1468
1442
|
<lines>
|
|
1469
1443
|
<line number="54" hits="0"/>
|
|
1470
1444
|
</lines>
|
|
1471
1445
|
</method>
|
|
1472
|
-
<method name="(
|
|
1446
|
+
<method name="(anonymous_10)" hits="0" signature="()V">
|
|
1473
1447
|
<lines>
|
|
1474
1448
|
<line number="60" hits="0"/>
|
|
1475
1449
|
</lines>
|
|
1476
1450
|
</method>
|
|
1477
|
-
<method name="(
|
|
1451
|
+
<method name="(anonymous_11)" hits="0" signature="()V">
|
|
1478
1452
|
<lines>
|
|
1479
1453
|
<line number="63" hits="0"/>
|
|
1480
1454
|
</lines>
|
|
1481
1455
|
</method>
|
|
1482
|
-
<method name="(
|
|
1456
|
+
<method name="(anonymous_12)" hits="0" signature="()V">
|
|
1483
1457
|
<lines>
|
|
1484
1458
|
<line number="64" hits="0"/>
|
|
1485
1459
|
</lines>
|
|
1486
1460
|
</method>
|
|
1487
|
-
<method name="(
|
|
1461
|
+
<method name="(anonymous_13)" hits="0" signature="()V">
|
|
1488
1462
|
<lines>
|
|
1489
1463
|
<line number="75" hits="0"/>
|
|
1490
1464
|
</lines>
|
|
1491
1465
|
</method>
|
|
1492
|
-
<method name="(
|
|
1466
|
+
<method name="(anonymous_14)" hits="0" signature="()V">
|
|
1493
1467
|
<lines>
|
|
1494
1468
|
<line number="101" hits="0"/>
|
|
1495
1469
|
</lines>
|
|
1496
1470
|
</method>
|
|
1497
|
-
<method name="(
|
|
1471
|
+
<method name="(anonymous_15)" hits="0" signature="()V">
|
|
1498
1472
|
<lines>
|
|
1499
1473
|
<line number="123" hits="0"/>
|
|
1500
1474
|
</lines>
|
|
1501
1475
|
</method>
|
|
1502
|
-
<method name="(
|
|
1476
|
+
<method name="(anonymous_16)" hits="0" signature="()V">
|
|
1503
1477
|
<lines>
|
|
1504
1478
|
<line number="132" hits="0"/>
|
|
1505
1479
|
</lines>
|
|
1506
1480
|
</method>
|
|
1507
|
-
<method name="(
|
|
1481
|
+
<method name="(anonymous_17)" hits="0" signature="()V">
|
|
1508
1482
|
<lines>
|
|
1509
1483
|
<line number="158" hits="0"/>
|
|
1510
1484
|
</lines>
|
|
@@ -1566,38 +1540,6 @@
|
|
|
1566
1540
|
<line number="176" hits="0" branch="false"/>
|
|
1567
1541
|
</lines>
|
|
1568
1542
|
</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
1543
|
<class name="recover.ts" filename="nrfutil/device/recover.ts" line-rate="0.6666" branch-rate="0">
|
|
1602
1544
|
<methods>
|
|
1603
1545
|
<method name="(anonymous_1)" hits="0" signature="()V">
|
|
@@ -1612,15 +1554,6 @@
|
|
|
1612
1554
|
<line number="20" hits="0" branch="false"/>
|
|
1613
1555
|
</lines>
|
|
1614
1556
|
</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
1557
|
<class name="reset.ts" filename="nrfutil/device/reset.ts" line-rate="0.2" branch-rate="0">
|
|
1625
1558
|
<methods>
|
|
1626
1559
|
<method name="(anonymous_1)" hits="0" signature="()V">
|
|
@@ -1642,15 +1575,6 @@
|
|
|
1642
1575
|
<line number="34" hits="0" branch="false"/>
|
|
1643
1576
|
</lines>
|
|
1644
1577
|
</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
1578
|
<class name="setMcuState.ts" filename="nrfutil/device/setMcuState.ts" line-rate="0.6666" branch-rate="1">
|
|
1655
1579
|
<methods>
|
|
1656
1580
|
<method name="(anonymous_1)" hits="0" signature="()V">
|