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