Condition Coverage

lib/Test/Chai/Util/Property.pm
Criterion Covered Total %
condition 12 15 80.0


and 3 conditions

line !l l&&!r l&&r condition
17 3 0 5 $name eq 'length' and defined $obj
3 0 5 $name eq 'length' and defined $obj and not ref $obj
19 1 5 9 0 <= $name and $name < @$obj
30 0 1 1 0 <= $name and $name < length $obj

or 3 conditions

line l !l&&r !l&&!r condition
17 38 3 10 ref $obj eq 'HASH' or &blessed($obj)