Skip to content

Instantly share code, notes, and snippets.

@rjray
Created June 26, 2011 06:37
Show Gist options
  • Save rjray/1047323 to your computer and use it in GitHub Desktop.
Save rjray/1047323 to your computer and use it in GitHub Desktop.
Running Devel::Cover over a suite of tests
cover -delete
HARNESS_PERL_SWITCHES=-MDevel::Cover=-coverage,statement,branch,condition,path,subroutine,time prove -l
cover
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment