@nordicsemiconductor/pc-nrfconnect-shared 102.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 +27 -0
- package/coverage/cobertura-coverage.xml +334 -395
- package/nrfutil/device/batch.ts +147 -53
- package/nrfutil/device/batchTypes.ts +2 -2
- package/nrfutil/device/common.ts +5 -10
- package/nrfutil/device/device.ts +3 -4
- 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/src/App/App.tsx +1 -1
- package/src/Button/Button.tsx +30 -31
- package/src/Dialog/Dialog.tsx +3 -1
- package/src/Dialog/dialog.scss +0 -8
- package/src/{Panes → Feedback}/FeedbackPane.tsx +5 -36
- package/src/Feedback/sendFeedback.ts +42 -0
- package/src/index.ts +2 -0
- 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/common.d.ts.map +1 -1
- package/typings/generated/nrfutil/device/device.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/typings/generated/src/App/App.d.ts +1 -1
- package/typings/generated/src/App/App.d.ts.map +1 -1
- package/typings/generated/src/Button/Button.d.ts.map +1 -1
- package/typings/generated/src/Dialog/Dialog.d.ts.map +1 -1
- package/typings/generated/src/Feedback/FeedbackPane.d.ts.map +1 -0
- package/typings/generated/src/Feedback/sendFeedback.d.ts +3 -0
- package/typings/generated/src/Feedback/sendFeedback.d.ts.map +1 -0
- package/typings/generated/src/index.d.ts +1 -0
- package/typings/generated/src/index.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
- package/typings/generated/src/Panes/FeedbackPane.d.ts.map +0 -1
- /package/typings/generated/src/{Panes → Feedback}/FeedbackPane.d.ts +0 -0
|
@@ -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,189 +954,207 @@
|
|
|
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
|
-
<class name="common.ts" filename="nrfutil/device/common.ts" line-rate="0.
|
|
1157
|
+
<class name="common.ts" filename="nrfutil/device/common.ts" line-rate="0.1739" branch-rate="0">
|
|
1130
1158
|
<methods>
|
|
1131
1159
|
<method name="(anonymous_6)" hits="0" signature="()V">
|
|
1132
1160
|
<lines>
|
|
@@ -1155,12 +1183,12 @@
|
|
|
1155
1183
|
</method>
|
|
1156
1184
|
<method name="(anonymous_11)" hits="0" signature="()V">
|
|
1157
1185
|
<lines>
|
|
1158
|
-
<line number="
|
|
1186
|
+
<line number="248" hits="0"/>
|
|
1159
1187
|
</lines>
|
|
1160
1188
|
</method>
|
|
1161
1189
|
<method name="(anonymous_12)" hits="0" signature="()V">
|
|
1162
1190
|
<lines>
|
|
1163
|
-
<line number="
|
|
1191
|
+
<line number="264" hits="0"/>
|
|
1164
1192
|
</lines>
|
|
1165
1193
|
</method>
|
|
1166
1194
|
</methods>
|
|
@@ -1185,10 +1213,12 @@
|
|
|
1185
1213
|
<line number="199" hits="0" branch="false"/>
|
|
1186
1214
|
<line number="205" hits="0" branch="false"/>
|
|
1187
1215
|
<line number="207" hits="0" branch="false"/>
|
|
1188
|
-
<line number="208" hits="0" branch="
|
|
1216
|
+
<line number="208" hits="0" branch="false"/>
|
|
1217
|
+
<line number="209" hits="0" branch="true" condition-coverage="0% (0/8)"/>
|
|
1218
|
+
<line number="211" hits="0" branch="true" condition-coverage="0% (0/4)"/>
|
|
1189
1219
|
<line number="212" hits="0" branch="false"/>
|
|
1190
|
-
<line number="214" hits="0" branch="
|
|
1191
|
-
<line number="215" hits="0" branch="
|
|
1220
|
+
<line number="214" hits="0" branch="true" condition-coverage="0% (0/4)"/>
|
|
1221
|
+
<line number="215" hits="0" branch="false"/>
|
|
1192
1222
|
<line number="217" hits="0" branch="true" condition-coverage="0% (0/4)"/>
|
|
1193
1223
|
<line number="218" hits="0" branch="false"/>
|
|
1194
1224
|
<line number="220" hits="0" branch="true" condition-coverage="0% (0/4)"/>
|
|
@@ -1197,24 +1227,21 @@
|
|
|
1197
1227
|
<line number="224" hits="0" branch="false"/>
|
|
1198
1228
|
<line number="226" hits="0" branch="true" condition-coverage="0% (0/4)"/>
|
|
1199
1229
|
<line number="227" hits="0" branch="false"/>
|
|
1200
|
-
<line number="
|
|
1201
|
-
<line number="
|
|
1202
|
-
<line number="232" hits="0" branch="true" condition-coverage="0% (0/4)"/>
|
|
1203
|
-
<line number="233" hits="0" branch="false"/>
|
|
1230
|
+
<line number="231" hits="0" branch="false"/>
|
|
1231
|
+
<line number="236" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
1204
1232
|
<line number="237" hits="0" branch="false"/>
|
|
1205
|
-
<line number="
|
|
1206
|
-
<line number="
|
|
1207
|
-
<line number="
|
|
1208
|
-
<line number="
|
|
1209
|
-
<line number="
|
|
1210
|
-
<line number="
|
|
1211
|
-
<line number="
|
|
1212
|
-
<line number="
|
|
1213
|
-
<line number="
|
|
1214
|
-
<line number="277" hits="0" branch="false"/>
|
|
1233
|
+
<line number="241" hits="0" branch="false"/>
|
|
1234
|
+
<line number="244" hits="0" branch="false"/>
|
|
1235
|
+
<line number="245" hits="0" branch="false"/>
|
|
1236
|
+
<line number="248" hits="3" branch="false"/>
|
|
1237
|
+
<line number="255" hits="0" branch="false"/>
|
|
1238
|
+
<line number="256" hits="0" branch="false"/>
|
|
1239
|
+
<line number="264" hits="3" branch="false"/>
|
|
1240
|
+
<line number="271" hits="0" branch="false"/>
|
|
1241
|
+
<line number="272" hits="0" branch="false"/>
|
|
1215
1242
|
</lines>
|
|
1216
1243
|
</class>
|
|
1217
|
-
<class name="device.ts" filename="nrfutil/device/device.ts" line-rate="0.
|
|
1244
|
+
<class name="device.ts" filename="nrfutil/device/device.ts" line-rate="0.6428" branch-rate="0">
|
|
1218
1245
|
<methods>
|
|
1219
1246
|
<method name="(anonymous_2)" hits="0" signature="()V">
|
|
1220
1247
|
<lines>
|
|
@@ -1233,12 +1260,12 @@
|
|
|
1233
1260
|
</method>
|
|
1234
1261
|
<method name="(anonymous_5)" hits="0" signature="()V">
|
|
1235
1262
|
<lines>
|
|
1236
|
-
<line number="
|
|
1263
|
+
<line number="39" hits="0"/>
|
|
1237
1264
|
</lines>
|
|
1238
1265
|
</method>
|
|
1239
1266
|
<method name="(anonymous_6)" hits="0" signature="()V">
|
|
1240
1267
|
<lines>
|
|
1241
|
-
<line number="
|
|
1268
|
+
<line number="60" hits="0"/>
|
|
1242
1269
|
</lines>
|
|
1243
1270
|
</method>
|
|
1244
1271
|
</methods>
|
|
@@ -1264,12 +1291,13 @@
|
|
|
1264
1291
|
<line number="29" hits="0" branch="false"/>
|
|
1265
1292
|
<line number="32" hits="3" branch="false"/>
|
|
1266
1293
|
<line number="33" hits="0" branch="false"/>
|
|
1267
|
-
<line number="
|
|
1268
|
-
<line number="
|
|
1294
|
+
<line number="35" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
1295
|
+
<line number="37" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
1296
|
+
<line number="39" hits="3" branch="false"/>
|
|
1297
|
+
<line number="40" hits="0" branch="false"/>
|
|
1269
1298
|
<line number="41" hits="0" branch="false"/>
|
|
1270
|
-
<line number="
|
|
1271
|
-
<line number="
|
|
1272
|
-
<line number="61" hits="0" branch="false"/>
|
|
1299
|
+
<line number="44" hits="3" branch="false"/>
|
|
1300
|
+
<line number="60" hits="0" branch="false"/>
|
|
1273
1301
|
</lines>
|
|
1274
1302
|
</class>
|
|
1275
1303
|
<class name="erase.ts" filename="nrfutil/device/erase.ts" line-rate="0.6666" 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">
|
|
@@ -2533,7 +2457,7 @@
|
|
|
2533
2457
|
<line number="9" hits="6" branch="false"/>
|
|
2534
2458
|
<line number="32" hits="6" branch="false"/>
|
|
2535
2459
|
<line number="42" hits="88" branch="false"/>
|
|
2536
|
-
<line number="
|
|
2460
|
+
<line number="74" hits="88" branch="false"/>
|
|
2537
2461
|
</lines>
|
|
2538
2462
|
</class>
|
|
2539
2463
|
</classes>
|
|
@@ -4977,32 +4901,32 @@
|
|
|
4977
4901
|
</method>
|
|
4978
4902
|
<method name="(anonymous_15)" hits="44" signature="()V">
|
|
4979
4903
|
<lines>
|
|
4980
|
-
<line number="
|
|
4904
|
+
<line number="98" hits="44"/>
|
|
4981
4905
|
</lines>
|
|
4982
4906
|
</method>
|
|
4983
4907
|
<method name="(anonymous_16)" hits="6" signature="()V">
|
|
4984
4908
|
<lines>
|
|
4985
|
-
<line number="
|
|
4909
|
+
<line number="125" hits="6"/>
|
|
4986
4910
|
</lines>
|
|
4987
4911
|
</method>
|
|
4988
4912
|
<method name="(anonymous_17)" hits="4" signature="()V">
|
|
4989
4913
|
<lines>
|
|
4990
|
-
<line number="
|
|
4914
|
+
<line number="162" hits="4"/>
|
|
4991
4915
|
</lines>
|
|
4992
4916
|
</method>
|
|
4993
4917
|
<method name="(anonymous_18)" hits="2" signature="()V">
|
|
4994
4918
|
<lines>
|
|
4995
|
-
<line number="
|
|
4919
|
+
<line number="186" hits="2"/>
|
|
4996
4920
|
</lines>
|
|
4997
4921
|
</method>
|
|
4998
4922
|
<method name="(anonymous_19)" hits="2" signature="()V">
|
|
4999
4923
|
<lines>
|
|
5000
|
-
<line number="
|
|
4924
|
+
<line number="204" hits="2"/>
|
|
5001
4925
|
</lines>
|
|
5002
4926
|
</method>
|
|
5003
4927
|
<method name="(anonymous_20)" hits="0" signature="()V">
|
|
5004
4928
|
<lines>
|
|
5005
|
-
<line number="
|
|
4929
|
+
<line number="215" hits="0"/>
|
|
5006
4930
|
</lines>
|
|
5007
4931
|
</method>
|
|
5008
4932
|
</methods>
|
|
@@ -5022,16 +4946,16 @@
|
|
|
5022
4946
|
<line number="81" hits="27" branch="false"/>
|
|
5023
4947
|
<line number="84" hits="6" branch="false"/>
|
|
5024
4948
|
<line number="85" hits="27" branch="false"/>
|
|
5025
|
-
<line number="
|
|
5026
|
-
<line number="
|
|
5027
|
-
<line number="
|
|
5028
|
-
<line number="
|
|
5029
|
-
<line number="
|
|
5030
|
-
<line number="
|
|
5031
|
-
<line number="
|
|
5032
|
-
<line number="
|
|
5033
|
-
<line number="
|
|
5034
|
-
<line number="
|
|
4949
|
+
<line number="98" hits="113" branch="false"/>
|
|
4950
|
+
<line number="105" hits="44" branch="false"/>
|
|
4951
|
+
<line number="125" hits="6" branch="false"/>
|
|
4952
|
+
<line number="138" hits="6" branch="false"/>
|
|
4953
|
+
<line number="162" hits="6" branch="false"/>
|
|
4954
|
+
<line number="171" hits="4" branch="false"/>
|
|
4955
|
+
<line number="186" hits="6" branch="false"/>
|
|
4956
|
+
<line number="187" hits="2" branch="false"/>
|
|
4957
|
+
<line number="204" hits="6" branch="false"/>
|
|
4958
|
+
<line number="218" hits="2" branch="false"/>
|
|
5035
4959
|
</lines>
|
|
5036
4960
|
</class>
|
|
5037
4961
|
</classes>
|
|
@@ -5375,6 +5299,100 @@
|
|
|
5375
5299
|
</class>
|
|
5376
5300
|
</classes>
|
|
5377
5301
|
</package>
|
|
5302
|
+
<package name="src.Feedback" line-rate="0.3421" branch-rate="0.0384">
|
|
5303
|
+
<classes>
|
|
5304
|
+
<class name="FeedbackPane.tsx" filename="src/Feedback/FeedbackPane.tsx" line-rate="0.30760000000000004" branch-rate="0">
|
|
5305
|
+
<methods>
|
|
5306
|
+
<method name="(anonymous_5)" hits="0" signature="()V">
|
|
5307
|
+
<lines>
|
|
5308
|
+
<line number="19" hits="0"/>
|
|
5309
|
+
</lines>
|
|
5310
|
+
</method>
|
|
5311
|
+
<method name="(anonymous_6)" hits="0" signature="()V">
|
|
5312
|
+
<lines>
|
|
5313
|
+
<line number="23" hits="0"/>
|
|
5314
|
+
</lines>
|
|
5315
|
+
</method>
|
|
5316
|
+
<method name="(anonymous_7)" hits="0" signature="()V">
|
|
5317
|
+
<lines>
|
|
5318
|
+
<line number="26" hits="0"/>
|
|
5319
|
+
</lines>
|
|
5320
|
+
</method>
|
|
5321
|
+
<method name="(anonymous_8)" hits="0" signature="()V">
|
|
5322
|
+
<lines>
|
|
5323
|
+
<line number="55" hits="0"/>
|
|
5324
|
+
</lines>
|
|
5325
|
+
</method>
|
|
5326
|
+
<method name="(anonymous_9)" hits="0" signature="()V">
|
|
5327
|
+
<lines>
|
|
5328
|
+
<line number="109" hits="0"/>
|
|
5329
|
+
</lines>
|
|
5330
|
+
</method>
|
|
5331
|
+
<method name="(anonymous_11)" hits="0" signature="()V">
|
|
5332
|
+
<lines>
|
|
5333
|
+
<line number="139" hits="0"/>
|
|
5334
|
+
</lines>
|
|
5335
|
+
</method>
|
|
5336
|
+
</methods>
|
|
5337
|
+
<lines>
|
|
5338
|
+
<line number="7" hits="1" branch="false"/>
|
|
5339
|
+
<line number="9" hits="1" branch="false"/>
|
|
5340
|
+
<line number="10" hits="1" branch="false"/>
|
|
5341
|
+
<line number="11" hits="1" branch="false"/>
|
|
5342
|
+
<line number="12" hits="1" branch="false"/>
|
|
5343
|
+
<line number="13" hits="1" branch="false"/>
|
|
5344
|
+
<line number="19" hits="1" branch="false"/>
|
|
5345
|
+
<line number="20" hits="0" branch="false"/>
|
|
5346
|
+
<line number="21" hits="0" branch="false"/>
|
|
5347
|
+
<line number="23" hits="0" branch="false"/>
|
|
5348
|
+
<line number="24" hits="0" branch="true" condition-coverage="0% (0/5)"/>
|
|
5349
|
+
<line number="26" hits="0" branch="false"/>
|
|
5350
|
+
<line number="30" hits="0" branch="false"/>
|
|
5351
|
+
<line number="33" hits="0" branch="false"/>
|
|
5352
|
+
<line number="37" hits="0" branch="true" condition-coverage="0% (0/1)"/>
|
|
5353
|
+
<line number="38" hits="0" branch="false"/>
|
|
5354
|
+
<line number="56" hits="0" branch="false"/>
|
|
5355
|
+
<line number="57" hits="0" branch="false"/>
|
|
5356
|
+
<line number="68" hits="0" branch="false"/>
|
|
5357
|
+
<line number="109" hits="0" branch="false"/>
|
|
5358
|
+
<line number="124" hits="0" branch="false"/>
|
|
5359
|
+
<line number="139" hits="1" branch="false"/>
|
|
5360
|
+
<line number="144" hits="0" branch="false"/>
|
|
5361
|
+
<line number="145" hits="0" branch="false"/>
|
|
5362
|
+
<line number="147" hits="0" branch="false"/>
|
|
5363
|
+
<line number="149" hits="0" branch="false"/>
|
|
5364
|
+
</lines>
|
|
5365
|
+
</class>
|
|
5366
|
+
<class name="sendFeedback.ts" filename="src/Feedback/sendFeedback.ts" line-rate="0.41659999999999997" branch-rate="0.1666">
|
|
5367
|
+
<methods>
|
|
5368
|
+
<method name="(anonymous_2)" hits="0" signature="()V">
|
|
5369
|
+
<lines>
|
|
5370
|
+
<line number="15" hits="0"/>
|
|
5371
|
+
</lines>
|
|
5372
|
+
</method>
|
|
5373
|
+
<method name="(anonymous_3)" hits="0" signature="()V">
|
|
5374
|
+
<lines>
|
|
5375
|
+
<line number="17" hits="0"/>
|
|
5376
|
+
</lines>
|
|
5377
|
+
</method>
|
|
5378
|
+
</methods>
|
|
5379
|
+
<lines>
|
|
5380
|
+
<line number="7" hits="1" branch="false"/>
|
|
5381
|
+
<line number="8" hits="1" branch="false"/>
|
|
5382
|
+
<line number="11" hits="1" branch="true" condition-coverage="50% (1/2)"/>
|
|
5383
|
+
<line number="15" hits="1" branch="false"/>
|
|
5384
|
+
<line number="17" hits="1" branch="false"/>
|
|
5385
|
+
<line number="18" hits="0" branch="false"/>
|
|
5386
|
+
<line number="24" hits="0" branch="true" condition-coverage="0% (0/3)"/>
|
|
5387
|
+
<line number="25" hits="0" branch="false"/>
|
|
5388
|
+
<line number="28" hits="0" branch="false"/>
|
|
5389
|
+
<line number="37" hits="0" branch="true" condition-coverage="0% (0/1)"/>
|
|
5390
|
+
<line number="38" hits="0" branch="false"/>
|
|
5391
|
+
<line number="41" hits="0" branch="false"/>
|
|
5392
|
+
</lines>
|
|
5393
|
+
</class>
|
|
5394
|
+
</classes>
|
|
5395
|
+
</package>
|
|
5378
5396
|
<package name="src.FlashMessage" line-rate="0.4078" branch-rate="0.0384">
|
|
5379
5397
|
<classes>
|
|
5380
5398
|
<class name="FlashMessage.tsx" filename="src/FlashMessage/FlashMessage.tsx" line-rate="0.42219999999999996" branch-rate="0.0384">
|
|
@@ -5931,85 +5949,6 @@
|
|
|
5931
5949
|
</class>
|
|
5932
5950
|
</classes>
|
|
5933
5951
|
</package>
|
|
5934
|
-
<package name="src.Panes" line-rate="0.29410000000000003" branch-rate="0.0384">
|
|
5935
|
-
<classes>
|
|
5936
|
-
<class name="FeedbackPane.tsx" filename="src/Panes/FeedbackPane.tsx" line-rate="0.29410000000000003" branch-rate="0.0384">
|
|
5937
|
-
<methods>
|
|
5938
|
-
<method name="(anonymous_5)" hits="0" signature="()V">
|
|
5939
|
-
<lines>
|
|
5940
|
-
<line number="19" hits="0"/>
|
|
5941
|
-
</lines>
|
|
5942
|
-
</method>
|
|
5943
|
-
<method name="(anonymous_6)" hits="0" signature="()V">
|
|
5944
|
-
<lines>
|
|
5945
|
-
<line number="23" hits="0"/>
|
|
5946
|
-
</lines>
|
|
5947
|
-
</method>
|
|
5948
|
-
<method name="(anonymous_7)" hits="0" signature="()V">
|
|
5949
|
-
<lines>
|
|
5950
|
-
<line number="26" hits="0"/>
|
|
5951
|
-
</lines>
|
|
5952
|
-
</method>
|
|
5953
|
-
<method name="(anonymous_8)" hits="0" signature="()V">
|
|
5954
|
-
<lines>
|
|
5955
|
-
<line number="55" hits="0"/>
|
|
5956
|
-
</lines>
|
|
5957
|
-
</method>
|
|
5958
|
-
<method name="(anonymous_9)" hits="0" signature="()V">
|
|
5959
|
-
<lines>
|
|
5960
|
-
<line number="109" hits="0"/>
|
|
5961
|
-
</lines>
|
|
5962
|
-
</method>
|
|
5963
|
-
<method name="(anonymous_11)" hits="0" signature="()V">
|
|
5964
|
-
<lines>
|
|
5965
|
-
<line number="144" hits="0"/>
|
|
5966
|
-
</lines>
|
|
5967
|
-
</method>
|
|
5968
|
-
<method name="(anonymous_12)" hits="0" signature="()V">
|
|
5969
|
-
<lines>
|
|
5970
|
-
<line number="184" hits="0"/>
|
|
5971
|
-
</lines>
|
|
5972
|
-
</method>
|
|
5973
|
-
</methods>
|
|
5974
|
-
<lines>
|
|
5975
|
-
<line number="7" hits="1" branch="false"/>
|
|
5976
|
-
<line number="9" hits="1" branch="false"/>
|
|
5977
|
-
<line number="10" hits="1" branch="false"/>
|
|
5978
|
-
<line number="11" hits="1" branch="false"/>
|
|
5979
|
-
<line number="12" hits="1" branch="false"/>
|
|
5980
|
-
<line number="13" hits="1" branch="false"/>
|
|
5981
|
-
<line number="19" hits="1" branch="false"/>
|
|
5982
|
-
<line number="20" hits="0" branch="false"/>
|
|
5983
|
-
<line number="21" hits="0" branch="false"/>
|
|
5984
|
-
<line number="23" hits="0" branch="false"/>
|
|
5985
|
-
<line number="24" hits="0" branch="true" condition-coverage="0% (0/5)"/>
|
|
5986
|
-
<line number="26" hits="0" branch="false"/>
|
|
5987
|
-
<line number="30" hits="0" branch="false"/>
|
|
5988
|
-
<line number="33" hits="0" branch="false"/>
|
|
5989
|
-
<line number="37" hits="0" branch="true" condition-coverage="0% (0/1)"/>
|
|
5990
|
-
<line number="38" hits="0" branch="false"/>
|
|
5991
|
-
<line number="56" hits="0" branch="false"/>
|
|
5992
|
-
<line number="57" hits="0" branch="false"/>
|
|
5993
|
-
<line number="68" hits="0" branch="false"/>
|
|
5994
|
-
<line number="109" hits="0" branch="false"/>
|
|
5995
|
-
<line number="124" hits="0" branch="false"/>
|
|
5996
|
-
<line number="140" hits="1" branch="true" condition-coverage="50% (1/2)"/>
|
|
5997
|
-
<line number="144" hits="1" branch="false"/>
|
|
5998
|
-
<line number="149" hits="0" branch="false"/>
|
|
5999
|
-
<line number="155" hits="0" branch="true" condition-coverage="0% (0/3)"/>
|
|
6000
|
-
<line number="156" hits="0" branch="false"/>
|
|
6001
|
-
<line number="159" hits="0" branch="false"/>
|
|
6002
|
-
<line number="160" hits="0" branch="false"/>
|
|
6003
|
-
<line number="169" hits="0" branch="true" condition-coverage="0% (0/1)"/>
|
|
6004
|
-
<line number="170" hits="0" branch="false"/>
|
|
6005
|
-
<line number="171" hits="0" branch="false"/>
|
|
6006
|
-
<line number="174" hits="0" branch="false"/>
|
|
6007
|
-
<line number="178" hits="0" branch="false"/>
|
|
6008
|
-
<line number="184" hits="1" branch="false"/>
|
|
6009
|
-
</lines>
|
|
6010
|
-
</class>
|
|
6011
|
-
</classes>
|
|
6012
|
-
</package>
|
|
6013
5952
|
<package name="src.PseudoButton" line-rate="0.7857" branch-rate="0">
|
|
6014
5953
|
<classes>
|
|
6015
5954
|
<class name="PseudoButton.tsx" filename="src/PseudoButton/PseudoButton.tsx" line-rate="0.7857" branch-rate="0">
|
|
@@ -7018,9 +6957,9 @@
|
|
|
7018
6957
|
</class>
|
|
7019
6958
|
<class name="classNames.ts" filename="src/utils/classNames.ts" line-rate="1" branch-rate="1">
|
|
7020
6959
|
<methods>
|
|
7021
|
-
<method name="(anonymous_1)" hits="
|
|
6960
|
+
<method name="(anonymous_1)" hits="1694" signature="()V">
|
|
7022
6961
|
<lines>
|
|
7023
|
-
<line number="7" hits="
|
|
6962
|
+
<line number="7" hits="1694"/>
|
|
7024
6963
|
</lines>
|
|
7025
6964
|
</method>
|
|
7026
6965
|
<method name="(anonymous_2)" hits="340" signature="()V">
|
|
@@ -7030,7 +6969,7 @@
|
|
|
7030
6969
|
</method>
|
|
7031
6970
|
</methods>
|
|
7032
6971
|
<lines>
|
|
7033
|
-
<line number="7" hits="
|
|
6972
|
+
<line number="7" hits="1694" branch="false"/>
|
|
7034
6973
|
<line number="24" hits="340" branch="false"/>
|
|
7035
6974
|
<line number="25" hits="340" branch="false"/>
|
|
7036
6975
|
</lines>
|