blib/lib/Catalyst/Authentication/Store/LDAP/User.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 1 | 5 | 20.0 |
line | l | !l | condition |
---|---|---|---|
161 | 0 | 0 | $$self{'_roles'} ||= [$self->store->lookup_roles($self)] |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
310 | 0 | 0 | 1 | $self->SUPER::can($method) || do { return unless $self->has_attribute($method); return sub { $_[0]->has_attribute($method); } } |