Branch Coverage

blib/lib/Hash/DeepAccess.pm
Criterion Covered Total %
branch 0 6 0.0


line true false branch
71 0 0 if ref $hash ne 'HASH'
73 0 0 if (not defined $$hash{$node} or ref $$hash{$node} ne 'HASH')
74 0 0 if ($lvalue) { }