| blib/lib/HealthCheck/WebRequests.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 7 | 12 | 58.3 |
| line | true | false | branch |
|---|---|---|---|
| 19 | 0 | 1 | @params == 1 && (ref $params[0] || '') eq 'HASH' ? : |
| 38 | 0 | 1 | if @bad_params |
| 40 | 0 | 1 | unless $params{'checks'} |
| 54 | 1 | 0 | if @checks == 1 and (ref $checks[0] || '') eq "ARRAY" |
| 57 | 2 | 1 | if ((ref $check || '') eq "HASH") |
| 61 | 0 | 3 | unless builtin::blessed($check) and $check->isa("HealthCheck::Diagnostic::WebRequest") |