line |
!l |
l&&!r |
l&&r |
condition |
114
|
97 |
26 |
0 |
$param eq '-v' || $param eq '-y' and $self->{'vcs_style'} |
|
97 |
4 |
0 |
$param =~ /^\+libext\+(.*)$/ and $self->{'vcs_style'} |
|
76 |
22 |
0 |
$param =~ /^\+incdir\+(.*)$/ and $self->{'vcs_style'} |
|
53 |
24 |
0 |
$param =~ /^\+define\+(.*)$/ and $self->{'vcs_style'} |
|
56 |
0 |
0 |
$param =~ /^\+librescan$/ and $self->{'vcs_style'} |
|
47 |
9 |
0 |
$param =~ /^-D([^=]*)=(.*)$/ || $param =~ /^-D([^=]*)()$/ and $self->{'gcc_style'} |
|
50 |
0 |
0 |
$param =~ /^-U([^=]*)$/ and $self->{'gcc_style'} |
|
47 |
3 |
0 |
$param =~ /^-I(.*)$/ and $self->{'gcc_style'} |
177
|
20 |
0 |
0 |
$self->{'filename_expansion'} and not $param =~ /^-.*$/ |
|
20 |
0 |
0 |
$self->{'filename_expansion'} and not $param =~ /^-.*$/ and $optdir ne '.' |
202
|
49 |
0 |
2 |
$optdir ne '.' and not 'File::Spec'->file_name_is_absolute($filename) |
221
|
49 |
0 |
1 |
ref $token and ref $token eq 'ARRAY' |
235
|
4 |
0 |
0 |
ref $token and ref $token eq 'ARRAY' |
249
|
3 |
0 |
0 |
ref $token and ref $token eq 'ARRAY' |
262
|
45 |
0 |
1 |
ref $token and ref $token eq 'ARRAY' |
275
|
563 |
0 |
0 |
ref $_[0] and ref $_[0] eq 'ARRAY' |
298
|
0 |
4 |
9 |
defined $defvalue and $defvalue ne '' |
353
|
0 |
0 |
0 |
ref $_[0] && shift() |
416
|
84 |
0 |
492 |
-r $filename and not -d $filename |
423
|
84 |
0 |
0 |
-r $filename and not -d $filename |
453
|
212 |
0 |
71 |
-r $found and not -d $found |
514
|
976 |
119 |
828 |
ref $val and defined $val->[1] |
556
|
8128 |
419 |
1 |
defined $oldval and $oldval ne $value || ($oldparams || '') ne ($params || '') |
|
419 |
0 |
1 |
defined $oldval and $oldval ne $value || ($oldparams || '') ne ($params || '') and $self->{'define_warnings'} |
560
|
1 |
0 |
0 |
length $oldval < 40 && $oldval =~ /^[^\n\r\f]$/ && length $value < 40 && $value =~ /^[^\n\r\f]$/ |