line | % | coverage | condition |
24 | 100 | | defined $cont and UNIVERSAL::isa($cont, 'Tivoli::AccessManager::Admin::Context') |
37 | 100 | | $opts{'name'} || '' |
38 | 100 | | $opts{'cn'} || '' |
39 | 100 | | $opts{'dn'} || '' |
56 | 100 | | $$self{'name'} and not $$self{'exist'} |
93 | 100 | | $opts{'name'} || $$self{'name'} || '' |
94 | 100 | | $opts{'dn'} || $$self{'dn'} || '' |
95 | 100 | | $opts{'cn'} || $$self{'cn'} || '' |
99 | 100 | | $$self{'cn'} and $$self{'dn'} and $$self{'name'} |
100 | 100 | | $opts{'container'} || '' |
134 | 100 | | $opts{'registry'} || 0 |
169 | 100 | | $opts{'description'} || '' |
177 | 100 | | $self->group_getdescription || '' |
240 | 100 | | @junc != @add and $opts{'force'} |
274 | 100 | | @intersect != @rem and $opts{'force'} |
321 | 100 | | defined $opts{'add'} or defined $opts{'remove'} |
327 | 100 | | defined $opts{$action} and ref $opts{$action} eq 'ARRAY' |
363 | 100 | | $opts{'bydn'} ||= 0 |
400 | 100 | | $opts{'name'} || '' |
404 | 100 | | $opts{'dn'} || '' |
407 | 100 | | $$self{'name'} and $$self{'dn'} |
408 | 100 | | $opts{'container'} || '' |