blib/lib/Net/LDAP/Class/Metadata.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 11 | 20 | 55.0 |
line | true | false | branch |
---|---|---|---|
68 | 0 | 8 | unless my $class = $args{'class'} |
98 | 0 | 8 | if (@args % 2) |
107 | 0 | 8 | unless ($self->base_dn) |
111 | 0 | 8 | if ($self->use_loader) |
113 | 0 | 0 | unless ($self->ldap) |
134 | 0 | 8 | if (not defined $self->unique_attributes or ref $self->unique_attributes ne 'ARRAY') |
139 | 0 | 8 | if (not defined $self->attributes or ref $self->attributes ne 'ARRAY') |
175 | 472 | 8 | if $Objects{$class} |
179 | 0 | 32 | if (my $parent_meta = $Objects{$parent_class}) |
198 | 24 | 8 | if $sub_class->isa('Net::LDAP::Class') |