| blib/lib/Params/Filter.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 23 | 28 | 82.1 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 150 | 21 | 0 | 19 | $args and ref($args) =~ /hash/iu |
| 509 | 0 | 39 | 5 | scalar keys %$filtered == @required_flds and not @$ok |
| 547 | 32 | 4 | 3 | $db and @unrecognized > 0 |
| 551 | 32 | 4 | 3 | $db and @excluded > 0 |
| line | l | !l | condition |
|---|---|---|---|
| 155 | 18 | 22 | $args->{'required'} || [] |
| 14 | 26 | $args->{'accepted'} || [] | |
| 4 | 36 | $args->{'excluded'} || [] | |
| 3 | 36 | $args->{'DEBUG'} || $args->{'debug'} || 0 | |
| 287 | 40 | 0 | $self->{'required'} || [] |
| 288 | 40 | 0 | $self->{'accepted'} || [] |
| 289 | 40 | 0 | $self->{'excluded'} || [] |
| 290 | 2 | 38 | $self->{'debug'} || 0 |