| blib/lib/Apache/Voodoo/Session/File.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 7 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 40 | 0 | 0 | 0 | defined $id and not $id =~ /^([0-9a-z]+)$/ |
| line | l | !l | condition |
|---|---|---|---|
| 45 | 0 | 0 | tie(%session, 'Apache::Session::File', $id, \%opts) || die("Tieing to session failed: $!") |
| 49 | 0 | 0 | tie(%session, 'Apache::Session::File', $id, \%opts) || die("Tieing to session failed: $!") |