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

People
Owner: Nobody in particular
Requestors: NUFFIN [...] cpan.org
Cc:
AdminCc:

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



Subject: $x || return coverage is never 100%
Condition coverage for $x || return; should never expect 'return' to resolve to some value. I'm not sure if my $y = $x || 1 is special cased but return/last/next/die etc should probably be special cased in a similar way if so. Cheers, Yuval
Fixed in the repository. Thanks very much for the report.