blib/lib/Object/Depot.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 13 | 23 | 56.5 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
72 | 1 | 0 | 3 | @$args == 1 and ref $args->[0] eq 'HASH' |
90 | 16 | 2 | 50 | @$args and not &blessed($args->[0]) |
93 | 51 | 3 | 14 | $self->_has_default_key and not defined $key |
109 | 60 | 0 | 0 | $self->strict_keys and not exists $self->_key_args->{$key} |
743 | 1 | 0 | 0 | $self->strict_keys and not exists $self->_key_args->{$key} |
line | l | !l | condition |
---|---|---|---|
130 | 0 | 0 | $self->_all_objects->{$key} ||= {} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
425 | 3 | 10 | 14 | $object ||= $self->_objects->{$key} |
520 | 0 | 0 | 0 | ref $object || qq["$object"] |