Branch Coverage

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


line true false branch
37 0 0 -d $dir ? :
43 0 0 -f $file ? :
62 0 0 if ($dir->exists and $lock->exists) { }
0 0 elsif ($dir->exists) { }
68 0 0 if ($stat = $self->_dead_lock)
87 0 0 if (ref $ex and $ex->isa('Badger::Exception'))
91 0 0 if ($ex->match_type($exception))
109 0 0 if $attempts > $self->attempts
115 0 0 ref $ex eq 'Badger::Exception' ? :
140 0 0 if $lock->exists
141 0 0 if $dir->exists
147 0 0 ref $ex eq 'Badger::Exception' ? :
172 0 0 if ($dir->exists)
182 0 0 ref $ex eq 'Badger::Exception' ? :
217 0 0 if $lock->exists
218 0 0 if $dir->exists
264 0 0 if ($dir->exists)
268 0 0 if $file->exists
272 0 0 if $dir->exists
290 0 0 if ($dir->exists)
292 0 0 if (my(@files) = $dir->files)
298 0 0 if ($files[0]->exists)
338 0 0 if (defined $host and defined $pid and defined $time) { }
353 0 0 if ($span->contains($time)) { }
357 0 0 if ($host eq $self->env->host) { }
359 0 0 if ($pid == $$) { }
368 0 0 unless ($status == 3 or $status == 2)
378 0 0 if ($self->breaklock) { }
424 0 0 defined $self->args->{'deadlock'} ? :
428 0 0 defined $self->args->{'breaklock'} ? :
432 0 0 defined $self->args->{'timeout'} ? :
436 0 0 defined $self->args->{'attempts'} ? :