Condition Coverage

blib/lib/EasyDNS/DDNS.pm
Criterion Covered Total %
condition 7 19 36.8


and 3 conditions

line !l l&&!r l&&r condition
74 1 0 1 $last_ip and $last_ip eq $current_ip

or 2 conditions

line l !l condition
20 0 2 $args{'verbose'} // 0
40 2 0 $cfg->{'secrets'}{'token'} // ""
43 2 0 $r->{'hosts'} || []
100 1 0 $resp->{'content'} // ""
122 0 0 $resp->{'content'} // ""

or 3 conditions

line l !l&&r !l&&!r condition
57 2 0 0 $self->{'http'} || 'EasyDNS::DDNS::HTTP'->new('timeout', $r->{'timeout'}, 'verbose', $self->{'verbose'})
143 0 0 0 $u =~ /\bNO_AUTH\b/ or $u =~ /\bNOAUTH\b/