Branch Coverage

blib/lib/CGI/Application/Plugin/Authentication/Driver.pm
Criterion Covered Total %
branch 20 20 100.0


line true false branch
196 7 13 if ($marker) { }
7 6 elsif ($option eq $key) { }
249 10 149 unless defined $plain
259 39 6 if ($class->require) { }
265 4 2 if ($custom_filters) { }
266 1 3 unless ref $custom_filters eq 'HASH'
268 2 1 if ($$custom_filters{$filter_name}) { }
269 1 1 unless ref $$custom_filters{$filter_name} eq 'CODE'
313 10 6 $self->filter($field, $plain, $filtered) eq $filtered ? :
332 37 125 if (wantarray) { }