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: 45737
Status: resolved
Priority: 0/
Queue: Devel-Cover

People
Owner: Nobody in particular
Requestors: david [...] cantrell.org.uk
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.64
Fixed in: (no value)



Subject: Can't run test coverage reports for Data::Compare
When run over the tests for the most recent Data::Compare, the 'cover' script reports everything as 'n/a'. At first I thought this was because my t/deep-recursion.t file was breaking it (it spits a whole load of warnings under Devel::Cover, but not normally) but even with that removed the report is still all n/a ... ------------------------------------------ ------ ------ ------ ------ ------ File stmt bran cond sub total ------------------------------------------ ------ ------ ------ ------ ------ blib/lib/Data/Compare.pm n/a n/a n/a n/a n/a ...ta/Compare/Plugins/Scalar/Properties.pm n/a n/a n/a n/a n/a Total n/a n/a n/a n/a n/a ------------------------------------------ ------ ------ ------ ------ ------
This all seems to work fine with perl5.14.0 (to be), Data::Compare 1.22, and Devel::Cover 0.77 (to be), so I'm closing this. (The deep recursion warnings are still there.) Feel free to reopen it if you can repeat the problem. Thanks,