blib/lib/Mojolicious/Plugin/ClientIP.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 6 | 7 | 85.7 |
line | l | !l | condition |
---|---|---|---|
24 | 13 | 2 | $c->req->headers->header('X-Forwarded-For') // '' |
41 | 1 | 1 | $self->ignore // [] |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
26 | 7 | 8 | 0 | $self->_find(\@candidates) // $c->tx->remote_address |