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 |
881
|
0 |
0 |
0 |
$what and $what =~ /^[aru]$/ |
1002
|
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 |
1085
|
0 |
0 |
0 |
$only_id && $silent |
1128
|
0 |
0 |
0 |
$only_id and $only_id != (UNIVERSAL::can($$d{$nosayer}, 'commandid') ? $$d{$nosayer}->commandid : $CPAN::CurrentCommandId) |
1352
|
0 |
0 |
0 |
$obj and UNIVERSAL::can($obj, 'id') |
|
0 |
0 |
0 |
$obj and UNIVERSAL::can($obj, 'id') and $obj->id |
1479
|
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') |
1487
|
165 |
0 |
0 |
$colorize_output and not $CPAN::META->has_inst('Term::ANSIColor') |
1519
|
0 |
0 |
0 |
$CPAN::DEBUG and $swhat =~ /^Debug\(/ |
1740
|
0 |
0 |
0 |
$s =~ /[\$\@\%]/ and $meth eq 'dump' |
1748
|
0 |
0 |
0 |
ref $@ and $@->isa('CPAN::Exception::RecursiveDependency') |
1838
|
0 |
0 |
0 |
$$obj{'reqtype'} eq 'b' and $reqtype =~ /^[rc]$/ |
1840
|
0 |
0 |
0 |
exists $$obj{'install'} and UNIVERSAL::can($$obj{'install'}, 'failed') ? $$obj{'install'}->failed : $$obj{'install'} =~ /^NO/ |
1859
|
0 |
0 |
0 |
$pragma and $obj->can($pragma) |
1892
|
0 |
0 |
0 |
$meth eq 'make' and $$obj{'reqtype'} eq 'b' |
1914
|
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 |