Branch Coverage

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


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