http://www.perlmonks.org?node_id=1072930


in reply to Looking for help for unit tests and code coverage on an existing perl script

I can't offer suggestions/tips on testing. Haven't gotten into using tests like I probably should.

As for trying to figure out your test coverage, you may want to check out Devel::Cover.

  • Comment on Re: Looking for help for unit tests and code coverage on an existing perl script