Branch Coverage

blib/lib/PlugAuth/Plugin/Finger.pm
Criterion Covered Total %
branch 0 16 0.0


line true false branch
20 0 0 $> && !($^O =~ /^(cygwin|MSWin32)$/) ? :
32 0 0 if ($tx->req->listing_request) { }
38 0 0 if ($tx->req->verbose)
48 0 0 if (my $groups = $self->app->authz->groups_for_user($name)) { }
0 0 elsif (my $users = $self->app->authz->users_in_group($name)) { }
66 0 0 if ($tx->req->verbose and $found)
71 0 0 unless $name eq lc $_
72 0 0 if $grant =~ /:(.*)$/ and grep {$_ eq '#u' unless $name eq lc $_;} map({s/^\s+//; s/\s+$//; $_;} split(/,/, $1, 0))