blib/lib/HTML/FormHandler/Widget/Wrapper/Bootstrap.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 17 | 18 | 94.4 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
17 | 2 | 1 | 52 | $self->name eq 'form_actions' or $self->type_attr eq 'submit' |
3 | 0 | 52 | $self->name eq 'form_actions' or $self->type_attr eq 'submit' or $self->type_attr eq 'reset' | |
35 | 3 | 6 | 46 | $form_actions or not $self->do_wrapper |
40 | 2 | 1 | 52 | $self->get_tag('input_prepend') or $self->get_tag('input_append') |
3 | 2 | 50 | $self->get_tag('input_prepend') or $self->get_tag('input_append') or $self->get_tag('input_append_button') | |
58 | 3 | 6 | 46 | $form_actions or not $self->do_wrapper |