Condition Coverage

lib/Beekeeper/Worker/Extension/SharedCache.pm
Criterion Covered Total %
condition 0 18 0.0


and 3 conditions

line !l l&&!r l&&r condition
358 0 0 0 defined $uid and $uid eq $self->{'uid'}
495 0 0 0 -e $tmp_file and (stat $tmp_file)[9] == time
517 0 0 0 $self->{'max_age'} and (stat $tmp_file)[9] < time - $self->{'max_age'}
532 0 0 0 $min_time and $entry->[3] < $min_time

or 2 conditions

line l !l condition
125 0 0 $_[0] || ''
360 0 0 $self->{'vers'}{$key} || 0
381 0 0 $self->{'resolver'} || sub { return $_[0]{'time'} > $_[1]{'time'} ? $_[0] : $_[1]; }