| line |
!l |
l&&!r |
l&&r |
condition |
|
213
|
9 |
10 |
8 |
defined $value && $value |
|
268
|
5 |
0 |
5 |
$self->sudo and not $self->is_root |
|
335
|
0 |
0 |
0 |
defined $plat_prereq and ref $plat_prereq eq "ARRAY" |
|
363
|
0 |
0 |
0 |
$found and $value |
|
442
|
2 |
0 |
30 |
defined $self->sysenv("path_list") and defined $self->sysenv("path_flag") |
|
482
|
0 |
0 |
0 |
not exists $path_seen{$dir} and -d $dir |
|
513
|
0 |
0 |
0 |
-d "$dirpath/$perlname" and -w "$dirpath/$perlname" |
|
590
|
0 |
0 |
0 |
$item =~ qr"^$home/"x and $item =~ qr"/perl[5]?/"x |
|
598
|
0 |
0 |
0 |
-d $dirpath and -w $dirpath |
|
856
|
15 |
0 |
0 |
exists $args{'pkg'} and $self->pkg_override($args{'pkg'}) |