| blib/lib/App/MonM/Checkit/HTTP.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 0 | 27 | 0.0 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 197 | 0 | 0 | 0 | $type and $type eq 'http' || $type eq 'https' | 
| line | l | !l | condition | 
|---|---|---|---|
| 200 | 0 | 0 | lvalue($self->config, 'url') || 'http://localhost' | 
| 201 | 0 | 0 | lvalue($self->config, 'method') || 'GET' | 
| 202 | 0 | 0 | lvalue($self->config, 'timeout') || 180 | 
| 204 | 0 | 0 | lvalue($self->config, "content") // "" | 
| 205 | 0 | 0 | lvalue($self->config, 'proxy') || '' | 
| 232 | 0 | 0 | $response->decoded_content // "" | 
| 234 | 0 | 0 | $response->status_line || '' | 
| 235 | 0 | 0 | $response->code || 0 | 
| 236 | 0 | 0 | $response->decoded_content // "" | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 197 | 0 | 0 | 0 | $type eq 'http' || $type eq 'https' | 
| 231 | 0 | 0 | 0 | $response->is_info || $response->is_success || $response->is_redirect |