Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Devel-Cover CPAN distribution.

Report information
The Basics
Id: 80158
Status: new
Priority: 0/
Queue: Devel-Cover

People
Owner: Nobody in particular
Requestors: hesco [...] campaignfoundations.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.78
Fixed in: (no value)



Subject: Devel::Cover: Can't open accessor
In my Moose dependent module, whenever I prove my test suite under Devel::Cover, every time I instantiate my object and for each and every attribute defined in my module, I get a line of output reading: sprintf "Devel::Cover: Can't open accessor %s defined at %s for MD5 digest: No such file or directory", $arbitrary_attribute, $MyModuleName_pm All works well, but I find the output annoying and would love to have a switch which would suppress it. Also, I imagine as a consequence, the coverage report shows no coverage of any of the attributes, even though they have clearly been exercised by the test suite.