Condition Coverage

blib/lib/Template/Plugin/LDAP.pm
Criterion Covered Total %
condition 0 17 0.0


or 2 conditions

line l !l condition
73 0 0 ($host =~ /:(\d+)$/)[0] || $$params{'port'} || getservbyname('ldap', 'tcp') || 389

or 3 conditions

line l !l&&r !l&&!r condition
70 0 0 0 shift() || $$params{'host'} || $self->throw('no ldap host specified')
75 0 0 0 shift() || $$params{'user'}
76 0 0 0 shift() || $$params{'pass'}
80 0 0 0 $user or $pass
195 0 0 0 $mesg->shift_entry || do { $self->LAST(1); $self->NEXT(undef); return }