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
82 1 9 43 defined $creds[0] and defined $creds[1]
83 11 12 20 defined $$data{$creds[0]} && $$data{$creds[0]} eq $creds[1]