blib/lib/Apache/Session/Store/PHP.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 5 | 10 | 50.0 |
line | true | false | branch |
---|---|---|---|
39 | 0 | 7 | if ($check and -e $self->_file($session)) |
43 | 0 | 7 | unless my $fh = 'IO::File'->new('>' . $self->_file($session)) |
53 | 0 | 6 | unless -e $file |
55 | 0 | 6 | unless my $fh = 'IO::File'->new($self->_file($session), 66) |
67 | 3 | 0 | if -e $file |