Condition Coverage

blib/lib/Path/Class/Dir.pm
Criterion Covered Total %
condition 25 37 67.5


and 3 conditions

line !l l&&!r l&&r condition
29 100 326 1 @_ == 1 and not defined $_[0]
33 217 177 24 !ref($_[0]) && $_[0] eq ''
39 209 0 217 &Scalar::Util::blessed($first) and $first->isa('Path::Class::Dir')
50 116 0 0 &Scalar::Util::blessed($_) && $_->isa('Path::Class::Dir')
218 4 2 0 $opts{'depthfirst'} && $opts{'preorder'}
238 0 80 102 not $opts{'all'} and $self->_is_local_dot_dir($entry)
239 80 0 0 $opts{'no_hidden'} and $entry =~ /^\./
315 0 8 0 -d $self and -e $other || -l $other

or 2 conditions

line l !l condition
202 5 0 $ret || ''
210 12 6 $ret || ''

or 3 conditions

line l !l&&r !l&&!r condition
250 51 51 80 $dir eq $Updir || $dir eq $Curdir
289 1 0 20 $self->volume or $other->volume
315 6 0 2 -e $other || -l $other