Re: Coverage testing of web application

2005-03-02 Thread Yuval Kogman
On Wed, Mar 02, 2005 at 12:36:43 +0200, Gabor Szabo wrote: > How to check the coverage of the CGI scripts and the modules used by them ? I would make scripts that look like < 0xEBD27418 perl hacker & /\ kung foo master: /me kicks %s on the nose: neeyah! pgpAMbexaYOhV.pgp D

Coverage testing of web application

2005-03-02 Thread Gabor Szabo
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 covera