Condition Coverage

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


and 3 conditions

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

or 2 conditions

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: $!")