| blib/lib/SyForm/ViewField/InputHTML.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 12 | 14 | 85.7 | 
| line | true | false | branch | 
|---|---|---|---|
| 128 | 40 | 1575 | if $self->$has | 
| 130 | 2 | 17 | if ($self->type eq 'textarea') { } | 
| 133 | 2 | 32 | if $self->$has | 
| 135 | 0 | 2 | if defined $html_attributes{'value'} | 
| 136 | 1 | 1 | $self->has_value ? : | 
| 140 | 0 | 17 | unless grep {$self->type eq $_;} @valid_types | 
| 143 | 37 | 473 | if $self->$has |