Condition Coverage

inc/CGI/Session.pm
Criterion Covered Total %
condition 0 50 0.0


and 3 conditions

line !l l&&!r l&&r condition
223 0 0 0 $self->_test_status(1) and $self->_test_status(4)
278 0 0 0 defined $name and defined $value
413 0 0 0 $coderef and ref $coderef
0 0 0 $coderef and ref $coderef and ref $coderef eq 'CODE'
675 0 0 0 defined $update_atime and $update_atime ne '0'
722 0 0 0 defined $$self{'_DATA'} and ref $$self{'_DATA'}
0 0 0 defined $$self{'_DATA'} and ref $$self{'_DATA'} and ref $$self{'_DATA'} eq 'HASH'
0 0 0 defined $$self{'_DATA'} and ref $$self{'_DATA'} and ref $$self{'_DATA'} eq 'HASH' and defined $$self{'_DATA'}{'_SESSION_ID'}

or 2 conditions

line l !l condition
354 0 0 $params ||= [$query->param]
374 0 0 $params ||= [$self->param]
422 0 0 $driver ||= 'file'
641 0 0 $ENV{'REMOTE_ADDR'} || ''

or 3 conditions

line l !l&&r !l&&!r condition
169 0 0 0 $$self{'_NAME'} || $CGI::Session::NAME
221 0 0 0 not defined $$self{'_STATUS'} or $$self{'_STATUS'} == 0
239 0 0 0 $self->_test_status(1) or $self->_test_status(2)
353 0 0 0 $query ||= $self->query
373 0 0 0 $query ||= $self->query
695 0 0 0 $query->cookie($self->name) || $query->param($self->name)