| blib/lib/PAGI/Middleware/Healthcheck.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 9 | 15 | 60.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 84 | 3 | 0 | 1 | defined $self->{'live_path'} and $path eq $self->{'live_path'} |
| 90 | 3 | 0 | 0 | defined $self->{'ready_path'} and $path eq $self->{'ready_path'} |
| 165 | 0 | 1 | 1 | $self->{'include_details'} and keys %{$$self{"checks"};} |
| line | l | !l | condition |
|---|---|---|---|
| 64 | 4 | 0 | $config->{'path'} // "/health" |
| 67 | 2 | 2 | $config->{'checks'} // {} |
| 68 | 0 | 4 | $config->{'include_details'} // 1 |