Condition Coverage

blib/lib/Plack/Middleware/DNSBL.pm
Criterion Covered Total %
condition 0 9 0.0


and 3 conditions

line !l l&&!r l&&r condition
20 0 0 0 $self->blacklisted and ref $self->blacklisted eq 'CODE'
26 0 0 0 $self->blacklists and ref $self->blacklists eq 'HASH'
52 0 0 0 $self->cache and my $cached = $self->cache->get("dnsbl:$reversed")