blib/lib/Test/Magic.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 16 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
65 | 0 | 0 | 0 | $op eq '==' && ref $expect |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
40 | 0 | 0 | 0 | $invert{$op} or $op eq '~~' |
46 | 0 | 0 | 0 | ref $_ or $_ = qr/$_/ |
65 | 0 | 0 | 0 | $op eq '~~' || $op =~ /[!=]=/ && ref $expect eq ref qr// |
line | l&&r | l&&!r | !l&&r | !l&&!r | condition |
---|---|---|---|---|---|
48 | 0 | 0 | 0 | 0 | $invert xor $op eq '!=' |