| blib/lib/HTML/FormFu/FakeQuery.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 18 | 22 | 81.8 |
| line | true | false | branch |
|---|---|---|---|
| 14 | 0 | 403 | if &reftype($param) ne 'HASH' |
| 23 | 918 | 246 | if exists $param->{$name} |
| 25 | 3 | 243 | if ($form->nested_hash_key_exists($param, $name)) |
| 40 | 804 | 2166 | if (not @_) { } |
| 0 | 2166 | elsif (@_ == 2) { } | |
| 2166 | 0 | elsif (@_ == 1) { } | |
| 52 | 193 | 1973 | unless (exists $self->{'_params'}{$param}) |
| 53 | 0 | 193 | wantarray ? : |
| 56 | 146 | 1827 | if (ref $self->{'_params'}{$param} eq 'ARRAY') { } |
| 59 | 86 | 60 | wantarray ? : |
| 64 | 904 | 923 | wantarray ? : |