Condition Coverage

blib/lib/Shell/GetEnv.pm
Criterion Covered Total %
condition 4 15 26.6


and 3 conditions

line !l l&&!r l&&r condition
287 21 0 0 $self->{'shell'} eq 'csh' || $self->{'shell'} eq 'tcsh' and $self->{'login'}
0 0 0 $self->{'shell'} eq 'csh' || $self->{'shell'} eq 'tcsh' and $self->{'login'} and @options + @shellopts > 1

or 3 conditions

line l !l&&r !l&&!r condition
228 22 0 0 $self->{'stdout'} || 'File::Spec'->devnull
229 22 0 0 $self->{'stderr'} || 'File::Spec'->devnull
287 0 0 21 $self->{'shell'} eq 'csh' || $self->{'shell'} eq 'tcsh'