Branch Coverage

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


line true false branch
42 0 0 unless (defined $self->lockers->{$key})
58 0 0 if (my $locker = $self->lockers->{$key}) { }
84 0 0 if (my $locker = $self->lockers->{$key}) { }
88 0 0 unless ($stat = $locker->lock)
90 0 0 unless ($stat = $self->_deadlock($key))
93 0 0 if $attempts <= $self->deadattempts
121 0 0 if (my $locker = $self->lockers->{$key}) { }
145 0 0 if (my $locker = $self->lockers->{$key}) { }
173 0 0 if (my $locker = $self->lockers->{$key}) { }
189 0 0 unless ($span->contains($time))
191 0 0 if ($host eq $self->env->host) { }
195 0 0 unless ($status == 3 or $status == 2)