Condition Coverage

blib/lib/Pcore/Core/Env.pm
Criterion Covered Total %
condition 7 27 25.9


and 3 conditions

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'}}

or 3 conditions

line l !l&&r !l&&!r condition
123 0 0 5 $Pcore::SCRIPT_PATH eq '-e' or $Pcore::SCRIPT_PATH eq '-'
140 5 0 0 $ENV{'HOME'} || $ENV{'USERPROFILE'}