From: Peter O. <obe...@us...> - 2010-12-07 08:29:54
|
Update of /cvsroot/ltp/utils/analysis/lcov/man In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv5696 Modified Files: genhtml.1 Log Message: genhtml: fixed incorrect description of default coverage rates Index: genhtml.1 =================================================================== RCS file: /cvsroot/ltp/utils/analysis/lcov/man/genhtml.1,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** genhtml.1 24 Aug 2010 16:15:53 -0000 1.22 --- genhtml.1 7 Dec 2010 08:29:45 -0000 1.23 *************** *** 86,90 **** marked in different colors depending on the associated coverage rate. By default, the coverage limits for low, medium and high coverage are set to ! 0\-15%, 15\-50% and 50\-100% percent respectively. To change these values, use configuration file options .IR genhtml_hi_limit " and " genhtml_med_limit . --- 86,90 ---- marked in different colors depending on the associated coverage rate. By default, the coverage limits for low, medium and high coverage are set to ! 0\-75%, 75\-90% and 90\-100% percent respectively. To change these values, use configuration file options .IR genhtml_hi_limit " and " genhtml_med_limit . |