| blib/lib/Authen/Simple/Adapter.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 9 | 18 | 50.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 87 | 7 | 2 | 1 | $self->cache and $status |
| line | l | !l | condition |
|---|---|---|---|
| 119 | 0 | 4 | $$options{'cache'} ||= {'type', 512, 'can', ['get', 'set'], 'optional', 1} |
| 125 | 0 | 4 | $$options{'callback'} ||= {'type', 8, 'optional', 1} |
| 130 | 0 | 4 | $$options{'log'} ||= {'type', 512, 'can', ['debug', 'info', 'error', 'warn'], 'default', 'Authen::Simple::Log'->new, 'optional', 1} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 17 | 0 | 5 | 0 | ref $proto || $proto |
| 40 | 13 | 0 | 0 | ref $self || $self |
| 109 | 0 | 9 | 0 | ref $proto || $proto |