From: Peter O. <obe...@us...> - 2010-08-05 11:22:21
|
Update of /cvsroot/ltp/utils/analysis/lcov/bin In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv9020 Modified Files: lcov Log Message: lcov: fix display of total line coverage rate in list view Index: lcov =================================================================== RCS file: /cvsroot/ltp/utils/analysis/lcov/bin/lcov,v retrieving revision 1.68 retrieving revision 1.69 diff -C2 -d -r1.68 -r1.69 *** lcov 4 Aug 2010 16:15:19 -0000 1.68 --- lcov 5 Aug 2010 11:22:12 -0000 1.69 *************** *** 3085,3089 **** $rate = "-"; } else { ! $rate = shorten_rate(100 * $hit / $found, $fwidth[$F_LN_RATE]); } --- 3085,3089 ---- $rate = "-"; } else { ! $rate = shorten_rate(100 * $total_hit / $total_found, $fwidth[$F_LN_RATE]); } |