blib/lib/HealthCheck/Diagnostic/RemoteHealth.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 6 | 8 | 75.0 |
line | true | false | branch |
---|---|---|---|
16 | 0 | 1 | @params == 1 && (ref $params[0] || '') eq 'HASH' ? : |
36 | 0 | 6 | unless $result->{'results'} |
37 | 4 | 2 | if @{[] unless $result->{'results'};} == 2 and $result->{'results'}[0]{'status'} eq "OK" |
49 | 1 | 3 | if $@ or ref $remote_result ne "HASH" |