blib/lib/Debian/WNPP/Query.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 10 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
87 | 0 | 0 | 0 | $self->cache_file and -e $self->cache_file |
line | l | !l | condition |
---|---|---|---|
89 | 0 | 0 | eval { do { Storable::retrieve($self->cache_file) } } || {} |
129 | 0 | 0 | $self->_cache->{$package} ||= [] |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
79 | 0 | 0 | 0 | not $self->_cache->{'timestamp'} or time - $self->_cache->{'timestamp'} > $self->ttl |