blib/lib/HTML/Widget/Element/Button.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 13 | 14 | 92.8 |
line | true | false | branch |
---|---|---|---|
72 | 4 | 63 | if @_ |
92 | 0 | 55 | ref $value eq 'ARRAY' ? : |
94 | 36 | 7 | if not defined $value and $self->retain_default || !$$args{'submitted'} |
104 | 8 | 47 | if defined $self->src |
105 | 4 | 51 | if defined $self->height |
106 | 4 | 51 | if defined $self->width |
108 | 4 | 51 | if (defined $self->content and length $self->content) { } |