| blib/lib/Params/Filter.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 19 | 19 | 100.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 238 | 21 | 3 | 22 | $args and ref($args) =~ /hash/iu |
| line | l | !l | condition |
|---|---|---|---|
| 243 | 20 | 26 | $args->{'required'} || [] |
| 15 | 31 | $args->{'accepted'} || [] | |
| 4 | 42 | $args->{'excluded'} || [] | |
| 3 | 42 | $args->{'DEBUG'} || $args->{'debug'} || 0 | |
| 729 | 45 | 1 | $self->{'required'} || [] |
| 730 | 45 | 1 | $self->{'accepted'} || [] |
| 731 | 45 | 1 | $self->{'excluded'} || [] |
| 732 | 2 | 44 | $self->{'debug'} || 0 |