Branch Coverage

blib/lib/XAS/Lib/Lockmgr/Filesystem.pm
Criterion Covered Total %
branch 0 50 0.0


line true false branch
38 0 0 -d $dir ? :
44 0 0 -f $file ? :
63 0 0 if ($^O ne 'MSWin32') { }
93 0 0 ref $ex eq 'Badger::Exception' ? :
118 0 0 if ($dir->exists)
120 0 0 if ($lock->exists) { }
122 0 0 if $lock->exists
123 0 0 if $dir->exists
128 0 0 if $dir->exists
146 0 0 ref $ex eq 'Badger::Exception' ? :
165 0 0 $lock->exists ? :
177 0 0 if ($dir->exists)
181 0 0 if $file->exists
185 0 0 if $dir->exists
192 0 0 ref $ex eq 'Badger::Exception' ? :
215 0 0 if ($dir->exists)
217 0 0 if (my(@files) = $dir->files)
221 0 0 if ($files[0]->exists)
239 0 0 ref $ex eq 'Badger::Exception' ? :
260 0 0 if ($host eq $self->env->host and $pid = $$)
262 0 0 if $lock->exists
263 0 0 if $dir->exists
296 0 0 if ($key->is_relative)
302 0 0 unless defined $self->args->{'limit'}
303 0 0 unless defined $self->args->{'timeout'}