Condition Coverage

blib/lib/Dallycot/Context.pm
Criterion Covered Total %
condition 12 21 57.1


and 3 conditions

line !l l&&!r l&&r condition
45 1 1 1 $self->is_closure || $self->has_parent and defined $self->namespaces->{$ns}
78 1 1 0 $d and $d->is_resolved
156 0 0 1 substr($identifier, 0, 1) ne '#' and not defined $environment{$identifier}

or 3 conditions

line l !l&&r !l&&!r condition
45 0 2 1 $self->is_closure || $self->has_parent
69 0 0 0 exists $self->namespaces->{$prefix} || $self->has_parent && $self->parent->has_namespace($prefix)
76 0 2 1 $self->is_closure or $self->has_parent
111 3 0 4 exists $self->environment->{$identifier} || $self->has_parent && $self->parent->has_assignment($identifier)