| blib/lib/Mojo/ACME.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 6 | 14 | 42.8 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 213 | 1 | 2 | 0 | $tx->success and !$code || $code == $tx->res->code |
| line | l | !l | condition |
|---|---|---|---|
| 95 | 2 | 1 | $self->{'nonces'} ||= [] |
| 145 | 0 | 0 | $tx->res->json('/challenges') || [] |
| 178 | 0 | 0 | "$detail\n" || 'An error occurred' |
| 217 | 1 | 0 | $tx->res->json || {} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 213 | 2 | 0 | 0 | !$code || $code == $tx->res->code |