| blib/lib/Net/LDAP/Control.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 3 | 29 | 10.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 83 | 0 | 0 | 0 | require Carp and Carp::croak("$oid is already registered to $Type2Pkg{$oid}") |
| 0 | 0 | 0 | exists $Type2Pkg{$oid} and $Type2Pkg{$oid} ne $class | |
| 86 | 0 | 0 | 0 | require Carp and Carp::croak("$class is already registered to $Pkg2Type{$class}") |
| 0 | 0 | 0 | exists $Pkg2Type{$class} and $Pkg2Type{$class} ne $oid | |
| 105 | 0 | 0 | 4 | $pkg eq 'Net::LDAP::Control' and exists $Type2Pkg{$args{'type'}} |
| 121 | 0 | 0 | 0 | $class eq 'Net::LDAP::Control' and exists $Type2Pkg{$asn->{'type'}} |
| line | l | !l | condition |
|---|---|---|---|
| 98 | 0 | 0 | $oid || $Pkg2Type{$pkg} || '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 94 | 0 | 4 | 0 | ref $self || $self |
| 98 | 4 | 0 | 0 | $args{'type'} ||= $oid || $Pkg2Type{$pkg} || '' |
| 119 | 0 | 0 | 0 | ref $self || $self |