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