blib/lib/Test/Magic.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 1 | 20 | 5.0 |
line | true | false | branch |
---|---|---|---|
24 | 0 | 1 | if @_ > 1 |
39 | 0 | 0 | if $flip |
40 | 0 | 0 | unless $invert{$op} or $op eq '~~' |
48 | 0 | 0 | ($invert xor $op eq '!=') ? : |
54 | 0 | 0 | if $invert |
61 | 0 | 0 | if $invert |
65 | 0 | 0 | $op eq '==' && ref $expect ? : |
0 | 0 | $op eq '~~' || $op =~ /[!=]=/ && ref $expect eq ref qr// ? : | |
70 | 0 | 0 | if (grep {ref $_ ne 'Test::Magic::Test';} @_) |
78 | 0 | 0 | if (@_ == 1) { } |