perl_help26 has asked for the wisdom of the Perl Monks concerning the following question:
Hello Everyone, I wrote a test file using LWP::Simple. How can I know the path coverage of my test file or the lines of code being executed in my program? Is there an easy way? Preferably not with Devel::Cover since it just won't install using cpan!... (there's a test that's failing aeval_merge.t does anyone know why? Thank you...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How to get the path coverage (or lines of code executed) after running a perl test file
by MidLifeXis (Monsignor) on Apr 16, 2014 at 15:50 UTC | |
|
Re: How to get the path coverage (or lines of code executed) after running a perl test file
by toolic (Bishop) on Apr 16, 2014 at 15:18 UTC | |
by perl_help26 (Beadle) on Apr 16, 2014 at 15:20 UTC | |
by davido (Cardinal) on Apr 16, 2014 at 15:59 UTC | |
by perl_help26 (Beadle) on Apr 17, 2014 at 08:01 UTC | |
by DrHyde (Prior) on Apr 17, 2014 at 10:16 UTC |