blib/lib/Dir/Flock.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 6 | 25 | 24.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
61 | 243 | 0 | 0 | not -r $dir and -w $dir |
243 | 0 | 0 | not -r $dir and -w $dir and -x $dir | |
75 | 201 | 0 | 0 | defined $timeout and &Time::HiRes::time() > $expire |
109 | 0 | 0 | 11 | -f $rootdir and not -d $rootdir |
line | l | !l | condition |
---|---|---|---|
33 | 972 | 0 | $ENV{'HOSTNAME'} || 'localhost' |
69 | 0 | 243 | $timeout || 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
26 | 0 | 0 | 0 | $!{$mnemonic} or $! > 1024 |
150 | 0 | 0 | 0 | $host eq $ENV{'HOSTNAME'} or $host eq 'localhost' |
180 | 0 | 0 | 0 | &__inGD() or $Dir::Flock::SUPPRESS_RELOCK_WARNINGS |