| blib/lib/Net/Async/Ping/ICMPv6.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 1 | 15 | 6.6 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 71 | 0 | 0 | 0 | defined $from_data and ref $from_data eq 'HASH' | 
| 79 | 0 | 0 | 0 | defined $f and $from_data->{'id'} == $self->_pid | 
| 0 | 0 | 0 | defined $f and $from_data->{'id'} == $self->_pid and $from_data->{'seq'} == $self->seq | |
| 256 | 0 | 0 | 0 | $from_data->{'ip'} eq $dst_ip and $from_data->{'seq'} == $self->seq | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 215 | 0 | 1 | 0 | $timeout //= $self->default_timeout |