Branch Coverage

blib/lib/Authen/Simple/Adapter.pm
Criterion Covered Total %
branch 18 22 81.8


line true false branch
57 3 10 if ($self->callback)
61 2 1 if (defined $status)
63 1 1 $status ? :
65 2 0 if $self->log
72 4 7 if ($self->cache)
76 1 3 if (defined $status)
78 1 0 if $self->log
87 1 9 if ($self->cache and $status)
91 1 0 if $self->log
111 4 5 if (@_)
115 4 0 if (my(@create) = grep({not $class->can($_);} keys %{$options;}))