| blib/lib/PHP/Session.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 12 | 14 | 85.7 |
| line | true | false | branch |
|---|---|---|---|
| 83 | 0 | 14 | unless my $handle = 'FileHandle'->new('> ' . $self->_file_path) |
| 98 | 2 | 35 | if ($$self{'_changed'}) |
| 99 | 1 | 1 | if ($$self{'auto_save'}) { } |
| 102 | 1 | 0 | if $^W |
| 112 | 1 | 36 | unless defined $id |
| 119 | 1 | 12 | unless ($cont or $$self{'create'}) |
| 140 | 13 | 23 | unless my $handle = 'FileHandle'->new($self->_file_path) |