blib/lib/App/MonM/Checkit/HTTP.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 22 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
124 | 0 | 0 | 0 | $type and $type eq 'http' |
line | l | !l | condition |
---|---|---|---|
127 | 0 | 0 | value($self->config, 'url') || 'http://localhost' |
128 | 0 | 0 | value($self->config, 'method') || 'GET' |
129 | 0 | 0 | value($self->config, 'timeout') || 180 |
131 | 0 | 0 | value($self->config, 'content') // '' |
151 | 0 | 0 | $response->decoded_content // '' |
153 | 0 | 0 | $response->status_line || '' |
154 | 0 | 0 | $response->code || 0 |
155 | 0 | 0 | $response->decoded_content // '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
150 | 0 | 0 | 0 | $response->is_info || $response->is_success || $response->is_redirect |