blib/lib/Egg/Plugin/Net/Ping.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 15 | 0.0 |
line | l | !l | condition |
---|---|---|---|
16 | 0 | 0 | $e->config->{'plugin_net_ping'} ||= {} |
17 | 0 | 0 | $$conf{'protcol'} ||= 'tcp' |
18 | 0 | 0 | $$conf{'timeout'} ||= 3 |
19 | 0 | 0 | $$conf{'retry'} ||= 1 |
20 | 0 | 0 | $$conf{'wait'} ||= 0.5 |
27 | 0 | 0 | $_[0] || {} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
25 | 0 | 0 | 0 | shift() || croak(' I want target host. ') |