| blib/lib/Net/Prober/Probe/Base.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 8 | 21 | 38.1 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 89 | 0 | 0 | 8 | exists $self->{'_time'} and defined $self->{'_time'} |
| 108 | 0 | 0 | 14 | $defaults and ref $defaults eq 'HASH' |
| 123 | 0 | 1 | 13 | exists $args_with_def->{'port'} and defined $args_with_def->{'port'} |
| line | l | !l | condition |
|---|---|---|---|
| 15 | 0 | 8 | $opt ||= {} |
| 51 | 0 | 0 | $info{'reason'} || 'unknown' |
| 102 | 14 | 0 | $args ||= {} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 16 | 0 | 8 | 0 | ref $class || $class |
| 27 | 6 | 0 | 0 | ref $self || $self |