blib/lib/Apache/Voodoo/Session/MySQL.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 7 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
39 | 0 | 0 | 0 | defined $id and not $id =~ /^([0-9a-z]+)$/ |
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: $!") |