I am trying to create a code coverage report on my web server running mod_perl.
As suggested in Devel::Cover and installing it, I have inserted "use Devel::Cover" in startup.pl and restart my apache. This is what I get: httpd: Could not determine the server's fully qualified domain name, using 127.0.0.1 for ServerName Devel::Cover 0.61: Collecting coverage data for branch, condition, pod, statement, subroutine and time. Collecting under mod_perl/2.0.2 Selecting packages matching: Ignoring packages matching: /Devel/Cover[./] Ignoring packages in: . /opt/local/perl/lib/5.8.8 /opt/local/perl/lib/5.8.8/x86_64-linux /opt/local/perl/lib/site_perl /opt/local/perl/lib/site_perl/5.8.8 /opt/local/perl/lib/site_perl/5.8.8/x86_64-linux ... ... ---------------------------- ------ ------ ------ ------ ------ ------ ------ File stmt bran cond sub pod time total ---------------------------- ------ ------ ------ ------ ------ ------ ------ startup.pl 100.0 n/a n/a 100.0 n/a 100.0 100.0 Total 100.0 n/a n/a 100.0 n/a 100.0 100.0 ---------------------------- ------ ------ ------ ------ ------ ------ ------ Even though I run my tests [which are browser based remote tests], I do not get any coverage numbers other than the above when I run my cover report. What am I missing? Please feel free to direct me to appropriate list if this is not the one. Regards Dhaval Shah