Condition Coverage

blib/lib/Net/LDAP/Batch/Action/Update.pm
Criterion Covered Total %
condition 6 27 22.2


and 3 conditions

line !l l&&!r l&&r condition
49 0 0 1 $self->search && ref $self->search
83 1 0 0 $self->dn and ref $self->dn ne 'HASH'
86 0 1 0 $self->replace and ref $self->replace ne 'HASH'
89 0 1 0 $self->delete and ref $self->delete ne 'HASH'
167 0 0 0 $before and $before->isa('Net::LDAP::Entry')
172 0 0 0 $after and $after->isa('Net::LDAP::Entry')

or 3 conditions

line l !l&&r !l&&!r condition
49 0 0 1 not $self->search && ref $self->search or ref $self->search ne 'ARRAY'
93 1 0 0 $self->replace or $self->dn
0 0 0 $self->replace or $self->dn or $self->delete