Condition Coverage

blib/lib/Apache/Voodoo/Session/MySQL.pm
Criterion Covered Total %
condition 0 7 0.0


and 3 conditions

line !l l&&!r l&&r condition
39 0 0 0 defined $id and not $id =~ /^([0-9a-z]+)$/

or 2 conditions

line l !l condition
44 0 0 tie(%session, 'Apache::Session::MySQL', $id, \%opts) || die("Tieing to session failed: $!")
48 0 0 tie(%session, 'Apache::Session::MySQL', $id, \%opts) || die("Tieing to session failed: $!")