Condition Coverage

blib/lib/Math/Logic/Ternary/Expression.pm
Criterion Covered Total %
condition 12 12 100.0


and 3 conditions

line !l l&&!r l&&r condition
97 3 3 3 defined $val and not $val
101 1 1 1 defined $val and not $val

or 3 conditions

line l !l&&r !l&&!r condition
68 1 3 93 not defined $this or 'Math::Logic::Ternary::Expression' ne ref $this
86 1 39 1 $vr->[1] or defined $vr->[0]