blib/lib/Juno/Check/Ping.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 6 | 14 | 42.8 |
line | true | false | branch |
---|---|---|---|
41 | 0 | 0 | $self->has_ping_timeout ? : |
0 | 0 | $self->has_ping_interval ? : | |
55 | 0 | 3 | if $self->has_on_before |
61 | 3 | 0 | if $self->has_on_result |
64 | 2 | 1 | if (&first(sub { $$_[0] eq 'OK'; } , @{$results;})) { } |
65 | 2 | 0 | if $self->has_on_success |
68 | 1 | 0 | if $self->has_on_fail |