Branch Coverage

blib/lib/CGI/Lazy/Session.pm
Criterion Covered Total %
branch 0 28 0.0


line true false branch
49 0 0 if ($self->data->terminated) { }
0 0 elsif ($expiry > $now) { }
72 0 0 if ($data) { }
128 0 0 unless $sessionID
130 0 0 if ($sessionID) { }
138 0 0 if $self->expired
140 0 0 if ($expiry > $now) { }
155 0 0 unless $self->id->valid($sessionID)
174 0 0 unless ($sign and $num and $unit)
184 0 0 if ($unit eq 'm') { }
0 0 elsif ($unit eq 'h') { }
0 0 elsif ($unit eq 'd') { }
194 0 0 if ($sign eq '+') { }
0 0 elsif ($sign eq '-') { }