So far I have been using Devel::Cover only in cases where I run code to be analyzed directly.
I wonder how should I setup Devel::Cover to test a web application while my test suit is actually using WWW::Mechanize and I am exercising the relevant code via a real web server? How to check the coverage of the CGI scripts and the modules used by them ? Gabor