| blib/lib/Mandel/Document.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 7 | 14 | 50.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 137 | 0 | 0 | 0 | not $self->is_changed and $self->in_storage |
| 221 | 23 | 2 | 1 | $args{$_} and $args{$_} =~ /::/ |
| line | l | !l | condition |
|---|---|---|---|
| 255 | 0 | 0 | $self->{'cache'} ||= {} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 187 | 12 | 1 | 0 | $raw->{$p} ||= &looks_like_number($path[0]) ? [] : {} |
| 198 | 3 | 2 | 0 | $raw->[$p] ||= &looks_like_number($path[0]) ? [] : {} |