Condition Coverage

lib/Test/Chai/Util/Equal.pm
Criterion Covered Total %
condition 9 9 100.0


and 3 conditions

line !l l&&!r l&&r condition
14 12 10 20 defined $lhs && defined $rhs && $lhs eq $rhs

or 3 conditions

line l !l&&r !l&&!r condition
15 38 2 2 defined $lhs || defined $rhs
17 20 2 20 $equals || $equals_undef