blib/lib/Serengeti/Session/Persistent.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 4 | 10 | 40.0 |
line | true | false | branch |
---|---|---|---|
19 | 0 | 1 | if (exists $$args{'parent_dir'}) { } |
21 | 0 | 0 | if ref $parent eq 'ARRAY' |
30 | 0 | 1 | unless -e $session_dir |
33 | 0 | 1 | unless open my $log, '>', $log_path |
51 | 0 | 1 | unless $log |