I am trying to generate code coverage data from gcda using lcov.Following is the command I am using:
lcov -c --rc lcov_branch_coverage=1 -d /path -o try_main.info But this is not dumping any data.
Following is the process seen:
/usr/bin/perl -w /usr/bin/geninfo /path --output-filename try_main.info --rc lcov_branch_coverage=1
But info file does not contain any data. When I use gcov for branch data it dumps data very soon.Is lcov slow or any issue with my command?Any pre-requisite while compiling code for gcov branch coverage?
My LCOV version is:
lcov: LCOV version 1.10