| blib/lib/Dir/Flock.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 6 | 22 | 27.2 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 61 | 236 | 0 | 0 | not -r $dir and -w $dir |
| 236 | 0 | 0 | not -r $dir and -w $dir and -x $dir | |
| 75 | 206 | 0 | 0 | defined $timeout and &Time::HiRes::time() > $expire |
| 109 | 0 | 0 | 11 | -f $rootdir and not -d $rootdir |
| line | l | !l | condition |
|---|---|---|---|
| 33 | 944 | 0 | $ENV{'HOSTNAME'} || 'localhost' |
| 69 | 0 | 236 | $timeout || 0 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 26 | 0 | 0 | 0 | $!{$mnemonic} or $! > 1024 |
| 148 | 0 | 0 | 0 | $host eq $ENV{'HOSTNAME'} or $host eq 'localhost' |