Prev | Code Coverage - Tales From the Trenches | Next |
perl -MDevel::Cover=-db,cover_db,-coverage,statement,time yourprog args
similar to use Devel::Cover qw( -db cover_db -coverage statement time )
-coverage criterion - Turn on coverage for the specified criterion.
Default statement, branch, condition and time
Others are path, pod, all, none
continued...
Slide 54 | YAPC::Europe::2003 | Copyright © 2003 Paul Johnson |