Condition Coverage

blib/lib/HTML/FormFu/Role/NestedHashUtils.pm
Criterion Covered Total %
condition 7 9 77.7


and 3 conditions

line !l l&&!r l&&r condition
125 0 2659 0 defined $root && exists $param->{$root}

or 3 conditions

line l !l&&r !l&&!r condition
32 21 25 623 ref $$ref ne 'HASH' or not exists $$ref->{$_}
145 78 6 562 not ref $$ref or ref $$ref ne 'HASH'