[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

devel::cover does not produce any output


hi

i want to research what parts of our code base are unused and
added this to the mod_perl startup script:

use Devel::Cover "-db","cover_db","-coverage","subroutine","-dir","/www/cover","-select","/www/docs/lib";

apache starts just fine, i get a whole bunch of "redefined"
warnings in my apache error.log (like this:
Subroutine calculate_summary redefined at /www/cpan/i386-linux-thread-multi/Devel/Cover/Time.pm line 24.
) but no errors. Webpages load fine (but a tad slower).

but i dont get any coverage output in the cover.db file (or any other
files, for that matter). what am i missing?

/andreas


Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.