in reply to Devel::Cover as part of automated test

Note that Module::Build-based projects already have a ./Build testcover command available.

Devel::Cover::DB allows you to programmatically access the details and summary of the coverage report.

Replies are listed 'Best First'.
Re^2: Devel::Cover as part of automated test
by kernelpanix (Acolyte) on Apr 13, 2012 at 02:32 UTC
    Thanks for the comments guys. I believe Devel::Cover::DB is the medicine that I need however can't seem to make it work. I even tried to copy and paste the code indicated in the manual but to no avail. By any chance, would you know of any URL that discusses this module in detail?