Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 254 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 254 Bytes

perl_testing

Just a simple test repository to show people how to test perl code

Running tests with coverage

cover -delete && perl Makefile.PL && make && PERL5OPT=-MDevel::Cover=-coverage,statement,branch,condition,path,subroutine prove -lrv && cover