| blib/lib/HealthCheck/WebRequests.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 5 | 13 | 38.4 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 19 | 1 | 0 | 0 | @params == 1 && (ref $params[0] || '') eq 'HASH' |
| 54 | 0 | 0 | 1 | @checks == 1 and (ref $checks[0] || '') eq "ARRAY" |
| 61 | 0 | 0 | 3 | builtin::blessed($check) and $check->isa("HealthCheck::Diagnostic::WebRequest") |
| line | l | !l | condition |
|---|---|---|---|
| 54 | 1 | 0 | ref $checks[0] || '' |
| 57 | 3 | 0 | ref $check || '' |