Condition Coverage

blib/lib/Data/Transpose/PasswordPolicy.pm
Criterion Covered Total %
condition 14 21 66.6


and 3 conditions

line !l l&&!r l&&r condition
206 7 1 245 $self->password_length >= $self->minlength and $self->password_length <= $self->maxlength
324 0 0 6304 $string and $match
436 1 11 212 $pass =~ /[a-z]/ and $pass =~ /[A-Z]/
554 239 0 15 defined $password and $password ne ''

or 2 conditions

line l !l condition
210 8 0 $self->minlength || 0
211 8 0 $self->maxlength || 0
212 8 0 $self->password_length || 0

or 3 conditions

line l !l&&r !l&&!r condition
668 10 10 0 $action eq 'enable' or $action eq 'disable'