Branch Coverage

blib/lib/WWW/Session/Storage/MySQL.pm
Criterion Covered Total %
branch 0 10 0.0


line true false branch
121 0 0 if $expires == -1
145 0 0 if ($last_cleanup + 600 < time)
162 0 0 unless defined $info
164 0 0 if ($$info{'expires'} < time)
207 0 0 unless exists $$table_fields{$$self{'fields'}{'sid'}} and exists $$table_fields{$$self{'fields'}{'expires'}} and exists $$table_fields{$$self{'fields'}{'data'}}