From: Peter O. <obe...@us...> - 2010-12-07 08:40:17
|
Update of /cvsroot/ltp/utils/analysis/lcov/man In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv8336 Modified Files: genhtml.1 Log Message: genhtml: add note to further explain branch coverage output Index: genhtml.1 =================================================================== RCS file: /cvsroot/ltp/utils/analysis/lcov/man/genhtml.1,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** genhtml.1 7 Dec 2010 08:29:45 -0000 1.23 --- genhtml.1 7 Dec 2010 08:40:09 -0000 1.24 *************** *** 471,474 **** --- 471,478 ---- .br + Note that it might not always be possible to relate branches to the + corresponding source code statements: during compilation, GCC might shuffle + branches around or eliminate some of them to generate better code. + This option can also be configured permanently using the configuration file option |