blib/lib/Dallycot/Registry.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 18 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
54 | 0 | 0 | 0 | defined $n and $self->namespaces->{$n} |
0 | 0 | 0 | defined $n and $self->namespaces->{$n} and $self->namespaces->{$n}->has_assignment($symbol) | |
62 | 0 | 0 | 0 | $self->namespaces->{$ns} && $self->namespaces->{$ns}->has_assignment($symbol) |
123 | 0 | 0 | 0 | exists $self->namespaces->{$ns} && defined $self->namespaces->{$ns} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
37 | 0 | 0 | 0 | $self->_namespace_promises->{$ns} ||= deferred() |
133 | 0 | 0 | 0 | $self->_namespace_promises->{$ns} ||= deferred() |