Condition Coverage

blib/lib/CGI/Application/Plugin/Authentication/Driver/Generic.pm
Criterion Covered Total %
condition 6 6 100.0


and 3 conditions

line !l l&&!r l&&r condition
87 1 14 40 defined $creds[0] and defined $creds[1]
88 11 10 19 defined $$data{$creds[0]} && $$data{$creds[0]} eq $creds[1]