Condition Coverage

blib/lib/Net/LDAP/Class/User.pm
Criterion Covered Total %
condition 19 26 73.0


and 3 conditions

line !l l&&!r l&&r condition
60 0 2 0 ref $group and $group->isa('Net::LDAP::Class::Group')
90 0 4 0 ref $group and $group->isa('Net::LDAP::Class::Group')
179 222 17 471 $str =~ /\d/ and $str =~ /[A-Z]/
239 10 461 $str =~ /\d/ and $str =~ /[A-Z]/ and $str =~ /[a-z]/
27 139 322 $str =~ /\d/ and $str =~ /[A-Z]/ and $str =~ /[a-z]/ and $str =~ /\W/
149 244 78 $str =~ /\d/ and $str =~ /[A-Z]/ and $str =~ /[a-z]/ and $str =~ /\W/ and not $rand_string_cache{$str}++

or 2 conditions

line l !l condition
164 24 54 shift() || 10

or 3 conditions

line l !l&&r !l&&!r condition
69 0 2 0 $uniq_method ||= $g->unique_attributes->[0]
101 2 4 0 $uniq_method ||= $g->unique_attributes->[0]