line |
!l |
l&&!r |
l&&r |
condition |
93
|
0 |
0 |
5 |
$ENV->dist and not exists $$inc_index{$ENV->dist->root . 'lib'}
|
|
0 |
0 |
5 |
$ENV->dist and not exists $$inc_index{$ENV->dist->root . 'lib'} and -d $ENV->dist->root . 'lib/'
|
100
|
5 |
0 |
0 |
$ENV{'PCORE_LIB'} and -d $ENV{'PCORE_LIB'}
|
102
|
0 |
0 |
0 |
not exists $$inc_index{"$dir/lib"} and -d "$dir/lib/"
|
|
0 |
0 |
0 |
not exists $$inc_index{"$dir/lib"} and -d "$dir/lib/" and 'Pcore::Dist'->dir_is_dist_root($dir)
|
194
|
0 |
0 |
5 |
$self->dist and $self->dist->is_pcore
|
269
|
5 |
0 |
0 |
!$self->is_par && $self->dist && $self->dist->par_cfg && exists $self->dist->par_cfg->{$$self{'SCRIPT_NAME'}}
|