blib/lib/Net/Works/Address.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 10 | 16 | 62.5 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
68 | 2 | 82 | 43 | defined $str and inet_pton(2, $str) |
175 | 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') } } |
line | l | !l | condition |
---|---|---|---|
69 | 22 | 21 | $version ||= 4 |
73 | 64 | 20 | $version ||= 6 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
90 | 2425 | 0 | 0 | $version ||= ref $int ? 6 : 4 |