lib/CGI/Application/Plugin/ValidateQuery.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 8 | 12 | 66.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
59 | 10 | 3 | 1 | $$self{'__CAP_VALQUERY_LOG_LEVEL'} and not $self->can('log') |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
45 | 0 | 0 | 14 | defined $$opts{'EXTRA_FIELDS_OPTIONAL'} or defined $$opts{'ALLOW_EXTRA'} |
92 | 0 | 2 | 15 | delete $$query_props{'log_level'} || $$self{'__CAP_VALQUERY_LOG_LEVEL'} |
95 | 5 | 0 | 12 | delete $$query_props{'extra_fields_optional'} || delete $$query_props{'allow_extra'} || $$self{'__CAP_ALLOW_EXTRA'} |