Condition Coverage

blib/lib/Paranoid/Network.pm
Criterion Covered Total %
condition 8 18 44.4


and 3 conditions

line !l l&&!r l&&r condition
110 0 1 14 defined $ip and defined $family
154 0 1 4 defined $host and $host =~ m[^@{[qr/(?:[a-z0-9][a-z0-9\-]*)(?:\.[a-z0-9][a-z0-9\-]*)*\.?/s];}$]so
242 0 0 6 defined $target and defined $dest

or 3 conditions

line l !l&&r !l&&!r condition
94 15 0 0 has_ipv6() or $] >= "5.012"
202 10 0 0 has_ipv6() or $] >= "5.012"
247 2 0 0 has_ipv6() or $] >= "5.012"