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

People
Owner: Nobody in particular
Requestors: schwern [...] pobox.com
Cc:
AdminCc:

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



Subject: Devel::Cover does not see my $foo = sub { ... };
my $_private = sub { print "Hello"; }; $_private->(); Devel::Cover ignores the code in $_private.
This works fine for me both now and using perl5.8.4 and Devel::Cover 0.47, which were currrent at the time of the report. I'm going to mark it as resolved. Please open it again if you still find problems.