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/genhtml.1
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2158,6 +2158,15 @@ sections of man
2158
2158
.Blcovrc(5)
2159
2159
for a description of the default associations and how they can be changed.
2160
2160
2161
+
Note that filters are applied to both 'branch' and 'MC/DC' coverpoints,
2162
+
where appropriate: if a particular filter would remove some branch,
2163
+
then it will also remove corresponding MC/DC coverpoints - for example,
2164
+
.I"\-\-filterbranch"
2165
+
will remove MC/DC coverpoints if there is no conditional expression on the
2166
+
corresponding line, and
2167
+
.I"\-\-filterbranch_region"
2168
+
will remove both branch and MC/DC coverpoints in the marked region.
2169
+
2161
2170
Most filters need the source code; filters are not applied if the source file is not available. Similarly, for each source file, if the version recorded in the coverage data (the '.info' file)
2162
2171
does not match the version found on the filesystem, then a
2163
2172
.Iversion
@@ -2749,6 +2758,11 @@ a simple expression -
2749
2758
if (enable) ...
2750
2759
.RE
2751
2760
2761
+
Note that, where appropriate, filters are applied to both 'branch' and 'MC/DC' coverpoints: if a particular filter would remove some branch,
2762
+
then it will also remove corresponding MC/DC coverpoints. See the
2763
+
.I\-\-filter
2764
+
section, above.
2765
+
2752
2766
This option can also be configured permanently using the configuration file
0 commit comments