blib/lib/Mojo/Netdata/Collector/HTTP.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 11 | 14 | 78.5 |
line | l | !l | condition |
---|---|---|---|
21 | 0 | 3 | $config->{'proxy'} // 1 |
56 | 2 | 10 | $defaults->{'headers'} || {} |
78 | 8 | 1 | $tx->res->code // 0 |
90 | 1 | 10 | $params->{'method'} || 'GET' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
59 | 4 | 8 | 0 | $params->{'dimension'} || $headers->host || $url->host |
60 | 1 | 5 | 0 | $params->{'family'} || $defaults->{'family'} || $headers->host || $url->host |