| blib/lib/Test/WWW/Mechanize/Mojo.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 10 | 17 | 58.8 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 120 | 0 | 22 | 1 | not $self->{'catalyst_debug'} and $response->code == 500 |
| 22 | 1 | 0 | not $self->{'catalyst_debug'} and $response->code == 500 and $response->content =~ /on Catalyst \d+\.\d+/u | |
| 134 | 18 | 1 | 4 | $response->header('Location') and $response->is_redirect |
| 19 | 0 | 4 | $response->header('Location') and $response->is_redirect and $self->redirect_ok($request, $response) | |
| 235 | 23 | 0 | 0 | $self->allow_external and $request->uri->host_port ne 'localhost:80' |
| line | l | !l | condition |
|---|---|---|---|
| 126 | 0 | 0 | $error ||= 'unknown error' |