line |
!l |
l&&!r |
l&&r |
condition |
45
|
48 |
15 |
1 |
defined $attr{'dir'} and defined $attr{'path'} |
94
|
20 |
46 |
12 |
not defined $self->{'attr'}{'dir'} and $file =~ m[^[.]{1,2}/] |
|
42 |
4 |
20 |
$self->{'attr'}{'path'} and not $file_p->is_absolute |
174
|
0 |
0 |
0 |
$attr->{'Exists'} and $keyword = ($self->_splitpair($_))[0] |
|
0 |
0 |
0 |
$attr->{'Exists'} and $keyword = ($self->_splitpair($_))[0] and not $self->_exists($keyword) |
191
|
0 |
0 |
116 |
defined $keyword and defined $value |
380
|
1 |
1 |
1 |
$self->{'attr'}{'ExpandWild'} and my $kwd = &first(sub {
$var =~ /$_->[0]/;
}
, @{$$self{'wild'};}) |