Branch Coverage

blib/lib/Form/Processor/Field/TxtPassword.pm
Criterion Covered Total %
branch 8 10 80.0


line true false branch
35 1 3 unless $self->SUPER::validate
41 0 3 &is_utf8($value) ? :
1 2 if length(&is_utf8($value) ? &encode_utf8($value) : $value) < $self->min_bytes
46 1 1 if exists $bad_pw_lookup{$value}
54 0 1 if &password_entropy($value) < $self->min_entropy