Guest User

Untitled

a guest
Feb 19th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. #!/bin/zsh
  2. rm -rf cover_db
  3. make realclean
  4. perl Makefile.PL
  5. HARNESS_PERL_SWITCHES=-MDevel::Cover=+ignore,inc,-coverage,statement,branch,condition,path,subroutine make test
  6. cover
  7. open cover_db/coverage.html
Add Comment
Please, Sign In to add comment