| blib/lib/Data/Session/Driver/File.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 14 | 28 | 50.0 | 
| line | l | !l | condition | 
|---|---|---|---|
| 37 | 0 | 251 | $$arg{'debug'} ||= 0 | 
| 39 | 0 | 251 | $$arg{'file_name'} ||= 'cgisess_%s' | 
| 40 | 137 | 114 | $$arg{'id'} ||= 0 | 
| 41 | 0 | 251 | $$arg{'no_flock'} ||= 0 | 
| 42 | 251 | 0 | eval { do { 131072 } } || 0 | 
| 43 | 0 | 251 | $$arg{'umask'} ||= 432 | 
| 44 | 251 | 0 | $$arg{'verbose'} ||= 0 | 
| 79 | 242 | 0 | $file_path || die('Data::Session::Driver::File' . ". Can't unlink file '${file_path}'. " . ($self->debug ? $! : '')) | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 38 | 251 | 0 | 0 | $$arg{'directory'} ||= 'File::Spec'->tmpdir | 
| 42 | 0 | 251 | 0 | $$arg{'no_follow'} ||= eval { do { 131072 } } || 0 | 
| 175 | 0 | 0 | 1 | not $sub or ref $sub ne 'CODE' | 
| 195 | 2 | 0 | 4 | $entry =~ /^\.\.?/ or -d $entry |