You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: man/geninfo.1
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1103,9 +1103,9 @@ The following is an example branch records whose
1103
1103
expression values are human-readable strings.
1104
1104
1105
1105
.RS
1106
-
BRDA:10,0,enable:1
1106
+
BRDA:10,0,enable,1
1107
1107
.br
1108
-
BRDA:10,0,!enable:0
1108
+
BRDA:10,0,!enable,0
1109
1109
.RE
1110
1110
In this case, the corresponding code from line 10 is very likely similar to:
1111
1111
.br
@@ -1119,7 +1119,10 @@ In this case, the corresponding code from line 10 is very likely similar to:
1119
1119
.RE
1120
1120
such that associated testcase entered the block ('enable' evaulated to 'true').
1121
1121
1122
-
Arbitrarily complicated branch expressions are supported.
1122
+
Arbitrarily complicated branch expressions are supported - including branch expressions which contain commas (e.g., in an expression containing a function call).
1123
+
1124
+
Note that particular tools may or may not suppress expressions which are statically true or statically false - e.g., expressions using template parameters.
1125
+
This makes it potentially complicated to compare coverage data generated by two different tools.
1123
1126
1124
1127
1125
1128
Branch coverage summaries are stored in two lines:
0 commit comments