in reply to Write Coding to validate the .pl Files
Might Devel::Cover help at all? It's useful in test suites to analyse how much of the code in a module is actually tested by the test suite. It'll show branches that aren't followed, and statements that are never reached in a nice pretty html file.
|
|---|