Branch Coverage

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


line true false branch
191 7 13 if ($marker) { }
7 6 elsif ($option eq $key) { }
244 0 20 unless defined $plain
254 21 6 if ($class->require) { }
260 4 2 if ($custom_filters) { }
261 1 3 unless ref $custom_filters eq 'HASH'
263 2 1 if ($custom_filters->{$filter_name}) { }
265 1 1 unless ref $custom_filters->{$filter_name} eq 'CODE'
308 0 0 $self->filter($field, $plain, $filtered) eq $filtered ? :
327 0 2 if (wantarray) { }