blib/lib/Data/SplitSerializer.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 6 | 12 | 50.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
128 | 0 | 0 | 5 | defined $ref and not &blessed($ref) |
0 | 0 | 5 | defined $ref and not &blessed($ref) and $type =~ /HASH|ARRAY/u |
line | l | !l | condition |
---|---|---|---|
136 | 90 | 0 | $path //= '' |
141 | 58 | 32 | ref $ref || (return $prh) |
182 | 42 | 0 | $self->deserialize_pathval($path, $$hash{$path}) || (return) |