Condition Coverage

blib/lib/HTML/FormFu/Role/NestedHashUtils.pm
Criterion Covered Total %
condition 8 9 88.8


and 3 conditions

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

or 3 conditions

line l !l&&r !l&&!r condition
32 21 28 632 ref $$ref ne 'HASH' or not exists $$ref->{$_}
145 79 6 574 not ref $$ref or ref $$ref ne 'HASH'