Condition Coverage

blib/lib/Debian/WNPP/Query.pm
Criterion Covered Total %
condition 0 10 0.0


and 3 conditions

line !l l&&!r l&&r condition
87 0 0 0 $self->cache_file and -e $self->cache_file

or 2 conditions

line l !l condition
89 0 0 eval { do { Storable::retrieve($self->cache_file) } } || {}
129 0 0 $self->_cache->{$package} ||= []

or 3 conditions

line l !l&&r !l&&!r condition
79 0 0 0 not $self->_cache->{'timestamp'} or time - $self->_cache->{'timestamp'} > $self->ttl