Branch Coverage

blib/lib/Catalyst/Authentication/Realm/Progressive.pm
Criterion Covered Total %
branch 6 10 60.0


line true false branch
125 0 2 unless $realms
127 0 2 unless ref $realms eq "ARRAY"
131 0 3 unless $realm
135 0 3 if (my $info = $self->config->{'authinfo_munge'}{$realm->name})
138 2 1 if (my $obj = $realm->authenticate($c, $auth))