| line |
!l |
l&&!r |
l&&r |
condition |
|
84
|
4 |
0 |
0 |
ref $_[0] and $_[0]{'file_spec_class'}
|
|
747
|
0 |
0 |
0 |
@_ == 1 and not defined $_[0]
|
|
751
|
0 |
0 |
0 |
!ref($_[0]) && $_[0] eq ''
|
|
757
|
0 |
0 |
0 |
&Scalar::Util::blessed($first) and $first->isa('App::GitFind::PathClassMicro::Dir')
|
|
768
|
0 |
0 |
0 |
&Scalar::Util::blessed($_) && $_->isa('App::GitFind::PathClassMicro::Dir')
|
|
936
|
0 |
0 |
0 |
$opts{'depthfirst'} && $opts{'preorder'}
|
|
956
|
0 |
0 |
0 |
not $opts{'all'} and $self->_is_local_dot_dir($entry)
|
|
957
|
0 |
0 |
0 |
$opts{'no_hidden'} and $entry =~ /^\./
|
|
1033
|
0 |
0 |
0 |
-d $self and -e $other || -l $other
|