Condition Coverage

blib/lib/Devel/Local.pm
Criterion Covered Total %
condition 10 18 55.5


and 3 conditions

line !l l&&!r l&&r condition
36 0 0 2 @args == 1 and $args[0] =~ /^[\!\?]$/
75 0 0 0 $ENV{'HOME'} && -f $home_file
102 6 2 4 $name eq 'PERL5LIB' and -d $lib
2 2 4 $name eq 'PATH' and -d $bin
135 0 0 4 $file and -f $file

or 3 conditions

line l !l&&r !l&&!r condition
112 2 0 8 $name eq 'PERL5LIB' && ($_ eq $lib || $_ eq $blib) || $name eq 'PATH' && $_ eq $bin