| lib/CGI/ValidOp/Check.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 8 | 8 | 100.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 33 | 1 | 1 | 1060 | $validator_type and grep /^$validator_type$/i, @ALLOWED_TYPES |
| 97 | 424 | 15 | 1 | $self->is_tainted($value) and not $self->allow_tainted |
| line | l | !l | condition |
|---|---|---|---|
| 27 | 363 | 700 | $check_name ||= 'default' |