Lines Matching +full:gcov +full:- +full:4
3 if [ "x$1" = "x-v" ]; then
12 tmp=$d-data
18 if [ -f "$base.c" ]; then fc="$base.c"; else fc="$base.cxx"; fi
20 if [ -f "$gcda" ]; then
21 gcov -n -a "$fc" |
22 …etline; co=gensub(/.*:(.*)% .*/, \"\\\\1\", \"g\"); co=co+0.0; li=\$4+0; printf \"%-35s %6.2f %5d…
28 if [ -f $tmp ]; then
29 …gawk "{ copct=\$2; co=(\$3*copct)/100; toco+=(co+0); toli += (\$3+0); } END { printf \"%-12s %6.2f…
30 rm -f $tmp
32 printf "%-12s 0.00%% covered unused files: %3d\n" "$d" $unused
36 printf '%-42s%s\n' '' $f