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