blib/lib/Mojolicious/Plugin/ClientIP.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 4 | 5 | 80.0 |
line | l | !l | condition |
---|---|---|---|
25 | 17 | 3 | $c->req->headers->header('X-Forwarded-For') // '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
27 | 10 | 10 | 0 | $self->_find(\@candidates) // $c->tx->remote_address |