Branch Coverage

blib/lib/Cache/Isolator.pm
Criterion Covered Total %
branch 0 18 0.0


line true false branch
27 0 0 unless $args{'cache'} and UNIVERSAL::can($args{'cache'}, 'get') and UNIVERSAL::can($args{'cache'}, 'set') and UNIVERSAL::can($args{'cache'}, 'add') and UNIVERSAL::can($args{'cache'}, 'delete')
45 0 0 if $value
51 0 0 if ($locked)
54 0 0 if $value
67 0 0 if $self->trial > 0 and $try >= $self->trial
76 0 0 if ($self->early_expires_ratio > 0)
78 0 0 if $expires <= 0
85 0 0 if ($self->early_expires_ratio > 0 and int rand $self->early_expires_ratio == 0)
90 0 0 unless defined $result