Condition Coverage

blib/lib/Test/Magic.pm
Criterion Covered Total %
condition 0 16 0.0


and 3 conditions

line !l l&&!r l&&r condition
65 0 0 0 $op eq '==' && ref $expect

or 3 conditions

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//

xor 4 conditions

line l&&r l&&!r !l&&r !l&&!r condition
48 0 0 0 0 $invert xor $op eq '!='