| blib/lib/Form/Tiny/Path.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 6 | 9 | 66.6 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 157 | 17 | 0 | 8 | $is_array and ref $item eq "ARRAY" | 
| 0 | 0 | 17 | ref $item eq "HASH" and exists $$item{$path[$ind]} | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 166 | 5 | 3 | 10 | $has_array ||= $is_array |