| blib/lib/Healthchecks.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 26 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 97 | 0 | 0 | if (defined $c->proxy) |
| 98 | 0 | 0 | if ($c->proxy->{'detect'}) { } |
| 101 | 0 | 0 | if defined $c->proxy->{'http'} |
| 102 | 0 | 0 | if defined $c->proxy->{'https'} |
| 107 | 0 | 0 | if defined $c->user and defined $c->password |
| 111 | 0 | 0 | unless $args->{'url'} |
| 118 | 0 | 0 | if (defined $args->{'data'}) { } |
| 124 | 0 | 0 | if $args->{'success'} |
| 126 | 0 | 0 | if ($res->is_success) { } |
| 130 | 0 | 0 | if (defined $args->{'key'}) { } |
| 131 | 0 | 0 | ref $json eq 'HASH' ? : |
| 136 | 0 | 0 | wantarray ? : |
| 0 | 0 | if ref $data eq 'ARRAY' |