line |
!l |
l&&!r |
l&&r |
condition |
403
|
0 |
0 |
0 |
defined $o_what[0] and $o_what[0] =~ /help/i |
407
|
0 |
0 |
0 |
$what =~ s/^-// and exists $CPAN::DEBUG{$what} |
533
|
0 |
0 |
0 |
$S{'start'} and $S{'end'} |
537
|
0 |
0 |
0 |
$res->{'ok'} and @{$res->{'ok'};} |
546
|
0 |
0 |
0 |
$res->{'no'} and @{$res->{'no'};} |
609
|
0 |
0 |
0 |
$file and -f $file |
641
|
0 |
0 |
0 |
$includefile = $INC{$f} and -e $includefile |
885
|
0 |
0 |
0 |
$what and $what =~ /^[aru]$/ |
1006
|
0 |
0 |
0 |
$CPAN::Shell::COLOR_REGISTERED and $CPAN::META->has_inst('Term::ANSIColor') |
|
0 |
0 |
0 |
$CPAN::Shell::COLOR_REGISTERED and $CPAN::META->has_inst('Term::ANSIColor') and $module->description |
1089
|
0 |
0 |
0 |
$only_id && $silent |
1135
|
0 |
0 |
0 |
$only_id and $only_id != (UNIVERSAL::can($d->{$nosayer}, 'commandid') ? $d->{$nosayer}->commandid : $CPAN::CurrentCommandId) |
1356
|
0 |
0 |
0 |
$obj and UNIVERSAL::can($obj, 'id') |
|
0 |
0 |
0 |
$obj and UNIVERSAL::can($obj, 'id') and $obj->id |
1483
|
165 |
0 |
0 |
$colorize_output and $^O eq 'MSWin32' |
|
165 |
0 |
0 |
$colorize_output and $^O eq 'MSWin32' and not $CPAN::META->has_inst('Win32::Console::ANSI') |
1491
|
165 |
0 |
0 |
$colorize_output and not $CPAN::META->has_inst('Term::ANSIColor') |
1523
|
0 |
0 |
0 |
$CPAN::DEBUG and $swhat =~ /^Debug\(/ |
1744
|
0 |
0 |
0 |
$s =~ /[\$\@\%]/ and $meth eq 'dump' |
1752
|
0 |
0 |
0 |
ref $@ and $@->isa('CPAN::Exception::RecursiveDependency') |
1842
|
0 |
0 |
0 |
$obj->{'reqtype'} eq 'b' and $reqtype =~ /^[rc]$/ |
1844
|
0 |
0 |
0 |
exists $obj->{'install'} and UNIVERSAL::can($obj->{'install'}, 'failed') ? $obj->{'install'}->failed : $obj->{'install'} =~ /^NO/ |
1863
|
0 |
0 |
0 |
$pragma and $obj->can($pragma) |
1896
|
0 |
0 |
0 |
$meth eq 'make' and $obj->{'reqtype'} eq 'b' |
1918
|
0 |
0 |
0 |
$CPAN::Config->{'halt_on_failure'} and $obj->{'mandatory'} |
|
0 |
0 |
0 |
$CPAN::Config->{'halt_on_failure'} and $obj->{'mandatory'} and &CPAN::Distrostatus::something_has_just_failed() |
|
0 |
0 |
0 |
$CPAN::Config->{'halt_on_failure'} and $obj->{'mandatory'} and &CPAN::Distrostatus::something_has_just_failed() and $self->mandatory_dist_failed |