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