Condition Coverage

blib/lib/Data/Object/Role/Hash.pm
Criterion Covered Total %
condition 10 18 55.5


and 3 conditions

line !l l&&!r l&&r condition
166 0 0 16 $hash and $path
0 16 0 $hash and $path and 'HASH' eq ref $hash || blessed $hash && $hash->isa('HASH')
176 1 7 3 $next and $$hash{$next}
179 1 0 7 $next and $$hash{$next}
204 2 0 0 $rv and $lv

or 3 conditions

line l !l&&r !l&&!r condition
166 5 0 11 'HASH' eq ref $hash || blessed $hash && $hash->isa('HASH')