blib/lib/HTML/FormFu/Role/NestedHashUtils.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 7 | 9 | 77.7 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
125 | 0 | 2659 | 0 | defined $root && exists $param->{$root} |
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' |