Condition Coverage

blib/lib/POE/Component/IRC/Plugin/QueryDNSBL.pm
Criterion Covered Total %
condition 1 16 6.2


and 3 conditions

line !l l&&!r l&&r condition
19 1 0 0 ref $args{'resolver'} and $args{'resolver'}->isa('POE::Component::Client::DNS')
49 0 0 0 $command and $command =~ /^\Q$cmdstr\E/i
59 0 0 0 $string and $string =~ /^\Q$cmdstr\E\s+/i
66 0 0 0 $cmdstr and $query

or 2 conditions

line l !l condition
47 0 0 $$self{'command'} || 'dnsbl'
58 0 0 $$self{'command'} || 'dnsbl'