| blib/lib/CGI/ACL.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 8 | 12 | 66.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 240 | 5 | 7 | 0 | $self->{'_deny_countries'}{'*'} and not defined $self->{'_allow_countries'} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 55 | 0 | 8 | 0 | ref $proto || $proto |
| 208 | 8 | 10 | 1 | defined $self->{'_allowed_ips'} or defined $self->{'_deny_countries'} |
| 228 | 13 | 0 | 2 | $self->{'_deny_countries'} or $self->{'_allow_countries'} |