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
The converted coverage data may be misleading at best and is incorrect at worst - for example, inserted or modified code may have changed the reachability of unchanged regions.
713
-
Please see the
714
-
.I"differentialcoverage"
715
-
section in
716
-
.Bman(1)genhtml
717
-
for a more robust conversion and comparison methodology.
718
-
719
-
Use this option if you want to merge coverage data from different source code
720
-
levels of a program, e.g. when you have data taken from an older version
721
-
and want to combine it with data from a more current version.
722
-
.Blcov
723
-
will try to map source code lines between those versions and adjust the coverage
724
-
data respectively.
725
-
.Idifffile
726
-
needs to be in unified format, i.e. it has to be created using the "\-u" option
727
-
of the
728
-
.Bdiff
729
-
tool.
730
-
731
-
Note that lines which are not present in the old version will not be counted
732
-
as instrumented, therefore tracefiles resulting from this operation should
733
-
not be interpreted individually but together with other tracefiles taken
734
-
from the newer version. Also keep in mind that converted coverage data should
735
-
only be used for overview purposes as the process itself introduces a loss
736
-
of accuracy.
737
-
738
-
The result of the diff operation will be written to stdout or the tracefile
739
-
specified with \-o.
740
-
741
666
Only one of \-z, \-c, \-a, \-e, \-r, \-l, \-\-diff or \-\-summary may be
742
667
specified at a time.
743
668
.RE
@@ -1669,16 +1594,6 @@ By convention, lcov\-generated coverage data files are called "tracefiles" and
1669
1594
should have the filename extension ".info".
1670
1595
.RE
1671
1596
1672
-
.B\-\-path
1673
-
.Ipath
1674
-
.br
1675
-
.RS
1676
-
Strip path from filenames when applying diff.
1677
-
1678
-
Use this option together with \-\-diff to tell lcov to disregard the specified
1679
-
initial path component when matching between tracefile and diff filenames.
1680
-
.RE
1681
-
1682
1597
.B\-v
1683
1598
.br
1684
1599
.B\-\-verbose
@@ -1783,16 +1698,6 @@ Only one of \-z, \-c, \-a, \-e, \-r, \-l, \-\-diff or \-\-summary may be
1783
1698
specified at a time.
1784
1699
.RE
1785
1700
1786
-
.B\-\-strip
1787
-
.Idepth
1788
-
.br
1789
-
.RS
1790
-
Strip path components when applying diff.
1791
-
1792
-
Use this option together with \-\-diff to tell lcov to disregard the specified
1793
-
number of initial directories when matching tracefile and diff filenames.
0 commit comments