Condition Coverage

blib/lib/PlugAuth/Plugin/Finger.pm
Criterion Covered Total %
condition 0 9 0.0


and 3 conditions

line !l l&&!r l&&r condition
20 0 0 0 $> && !($^O =~ /^(cygwin|MSWin32)$/)
66 0 0 0 $tx->req->verbose and $found
72 0 0 0 $grant =~ /:(.*)$/ and grep {$_ eq '#u' unless $name eq lc $_;} map({s/^\s+//; s/\s+$//; $_;} split(/,/, $1, 0))