Branch Coverage

blib/lib/HTML/FormFu/Element/Password.pm
Criterion Covered Total %
branch 8 8 100.0


line true false branch
31 5 7 if ($submitted and $self->render_value) { }
3 4 elsif ($submitted) { }
32 3 2 defined $value ? :
37 2 3 if ($self->retain_default and $new eq $HTML::FormFu::Element::Password::EMPTY_STR)