Leo Charre > LEOCHARRE-Dev-1.11 > pmtestcheck

Download:
LEOCHARRE-Dev-1.11.tar.gz

Annotate this POD

CPAN RT

Open  0
Report a bug
Source   Latest Release: LEOCHARRE-Dev-1.13

NAME ^

pmtestcheck

DESCRIPTION ^

When you write tests for a perl module, all the methods in your module should be at some point be called in your tests. This tells you what subroutines/methods that you have in your module, are not tested in the tests.

This is beta, it is imperfect. If your test calls HI::dufus() and BYE::dufus(), we recognize as the same sub

OPTIONS ^

        -v version
        -h help

OPTION FLAGS ^

        -d debug on
        -v print version and exit
        -h help

PARAMETERS ^

Argument should be the base directory where the module being developed resides.

There should be a lib and a t directories in this directory.

EXAMPLE USAGE ^

If your module resides in /myself/dev/Awesome-Project

   pmtestcheck /myself/dev/Awesome-Project

SEE ALSO ^

LEOCHARRE::Dev

AUTHOR ^

Leo Charre leocharre at cpan dot org