line |
!l |
l&&!r |
l&&r |
condition |
345
|
4 |
0 |
0 |
ref $parms{'-import'} and $parms{'-import'}->isa('CPANPLUS::YACSmoke::IniFiles') |
789
|
0 |
0 |
4 |
exists $self->{'cf'} && defined $self->{'cf'} |
814
|
0 |
0 |
4 |
ref $fh ne 'IO::Scalar' and -e $fh |
834
|
0 |
0 |
0 |
$self->{'negativedeltas'} and /^$self->{'comment_char'} (.*) is deleted$/ |
857
|
5 |
0 |
0 |
not defined $sect and defined $self->{'fallback'} |
897
|
1 |
0 |
0 |
$self->{'allowcontinue'} and $val =~ s/\\$// |
906
|
5 |
0 |
0 |
exists $self->{'v'}{$sect}{$parm} and exists $self->{'myparms'}{$sect} |
|
0 |
0 |
0 |
exists $self->{'v'}{$sect}{$parm} and exists $self->{'myparms'}{$sect} and grep /^\Q$parm\E$/, @{$$self{'myparms'}{$sect};} |
1252
|
0 |
0 |
0 |
defined $self->{'file_mode'} and not oct $self->{'file_mode'} & 146 |
1326
|
0 |
0 |
0 |
exists $self->{'cf'} && defined $self->{'cf'} |
1434
|
0 |
0 |
0 |
ref $self->{'sCMT'}{$sect} eq 'ARRAY' and @cmts = @{$self->{'sCMT'}{$sect};} |
1441
|
0 |
0 |
0 |
$self->{'fallback_used'} and $sect eq $self->{'fallback'} |
1459
|
0 |
0 |
0 |
ref $self->{'pCMT'}{$sect}{$parm} eq 'ARRAY' and @cmts = @{$self->{'pCMT'}{$sect}{$parm};} |