| blib/lib/XHTML/Instrumented/Form/ElementControl.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 26 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 17 | 0 | 0 | if defined $$self{'value'} |
| 18 | 0 | 0 | if defined $$self{'default'} |
| 19 | 0 | 0 | if defined $$self{'required'} |
| 28 | 0 | 0 | if @_ |
| 30 | 0 | 0 | if (my $type = ref $value) { } |
| 31 | 0 | 0 | unless $type eq 'ARRAY' |
| 32 | 0 | 0 | if (@{$value;} == 1) { } |
| 0 | 0 | elsif (@{$value;} == 0) { } | |
| 60 | 0 | 0 | if ($self->is_multi) { } |
| 62 | 0 | 0 | unless $$self{'value'} or $$self{'default'} |
| 64 | 0 | 0 | unless $$self{'value'} |
| 72 | 0 | 0 | if (exists $$self{'required'} and $$self{'required'}) { } |
| 73 | 0 | 0 | if (exists $$self{'value'}) { } |