Condition Coverage

blib/lib/MVC/Neaf/X/Session/Base.pm
Criterion Covered Total %
condition 11 29 37.9


and 3 conditions

line !l l&&!r l&&r condition
102 2 5 0 ref $hash eq "HASH" and $hash->{'strfy'} || $hash->{'override'}
115 2 3 0 $hash->{'expire'} and $hash->{'expire'} < time
157 2 0 3 $time && $ttl

or 2 conditions

line l !l condition
59 4 0 $ttl || 0

or 3 conditions

line l !l&&r !l&&!r condition
76 5 0 0 $id ||= $self->get_session_id
83 5 0 0 $hash->{'id'} ||= $id
84 0 5 0 $hash->{'expire'} ||= $self->get_expire
102 5 0 0 $hash->{'strfy'} || $hash->{'override'}
122 0 0 0 $update->{'id'} || $id
123 0 0 0 $update->{'expire'} || $self->get_expire