Branch Coverage

blib/lib/Data/Unique.pm
Criterion Covered Total %
branch 0 26 0.0


line true false branch
99 0 0 if (-f $_[1]{'file'})
102 0 0 if $params->{'expiration'}
103 0 0 if $params->{'file'}
105 0 0 if $params->{'gc'}
126 0 0 if ($self->{'expiration'} > 0 and $self->{'iter'} >= $self->{'gc'})
130 0 0 if (exists $self->{'data'}{$key}) { }
134 0 0 if (ref $data eq '') { }
156 0 0 if ($exp)
196 0 0 if ($gc and $gc > 0) { }
0 0 elsif ($gc and $gc < 0) { }
0 0 elsif ($self->{'gc'} > 0 and $self->{'expiration'} > 0) { }
201 0 0 if ($self->{'data'}{$k}{'time'} <= $now)
211 0 0 if ($self->{'data'}{$k}{'time'} <= $now)