Condition Coverage

blib/lib/Net/Works/Address.pm
Criterion Covered Total %
condition 10 16 62.5


and 3 conditions

line !l l&&!r l&&r condition
66 2 82 43 defined $str and inet_pton(2, $str)
173 0 0 211 blessed $self and blessed $other
0 0 211 blessed $self and blessed $other and eval { do { $other->isa('Net::Works::Address') if $self->isa('Net::Works::Address') } }

or 2 conditions

line l !l condition
67 22 21 $version ||= 4
71 64 20 $version ||= 6

or 3 conditions

line l !l&&r !l&&!r condition
88 2423 0 0 $version ||= ref $int ? 6 : 4