| blib/lib/Stancer/Device.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 15 | 15 | 100.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 92 | 22 | 1 | 2 | defined $ENV{'HTTP_ACCEPT'} and not defined $this->http_accept |
| 93 | 11 | 3 | 11 | defined $ENV{'SERVER_ADDR'} and not defined $this->ip |
| 94 | 22 | 2 | 1 | defined $ENV{'HTTP_ACCEPT_LANGUAGE'} and not defined $this->languages |
| 95 | 15 | 1 | 9 | defined $ENV{'SERVER_PORT'} and not defined $this->port |
| 96 | 22 | 1 | 2 | defined $ENV{'HTTP_USER_AGENT'} and not defined $this->user_agent |