Condition Coverage

blib/lib/Mandel/Document.pm
Criterion Covered Total %
condition 7 14 50.0


and 3 conditions

line !l l&&!r l&&r condition
341 0 0 0 not $self->is_changed and $self->in_storage
440 23 2 1 $args{$_} and $args{$_} =~ /::/

or 2 conditions

line l !l condition
473 0 0 $self->{'cache'} ||= {}

or 3 conditions

line l !l&&r !l&&!r condition
400 12 1 0 $raw->{$p} ||= &looks_like_number($path[0]) ? [] : {}
411 3 2 0 $raw->[$p] ||= &looks_like_number($path[0]) ? [] : {}