Condition Coverage

blib/lib/File/pushd.pm
Criterion Covered Total %
condition 8 9 88.8


and 3 conditions

line !l l&&!r l&&r condition
119 14 1 8 $self->{'_tempd'} and $self->{'_owner'} == $$
15 2 6 $self->{'_tempd'} and $self->{'_owner'} == $$ and not $self->{'_preserve'}

or 3 conditions

line l !l&&r !l&&!r condition
35 2 23 0 $options->{'untaint_pattern'} ||= qr"^([-+\@\w./]+)$"