blib/lib/File/pushd.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 8 | 9 | 88.8 |
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'} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
35 | 2 | 23 | 0 | $options->{'untaint_pattern'} ||= qr"^([-+\@\w./]+)$" |