-
Looks like gcov can produce condition-coverage information (-fcondition-coverage, gcov --conditions), can it be shown in the lcov html report? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Current upstreamed version: no/not yet. |
Beta Was this translation helpful? Give feedback.
-
see sha 8f4d783 Note that this is tested only with gcc/14.2.0. |
Beta Was this translation helpful? Give feedback.
-
FWIW: TOT adds support for LLVM - tested with v18.1.3. |
Beta Was this translation helpful? Give feedback.
FWIW: TOT adds support for LLVM - tested with v18.1.3.
Please see the
genhtml
man page for a discussion of how MC/DC interpretation differs between gcc and llvm.Testcase
.../tests/lcov/mcdc
illustrates some of those differences.