Branch Coverage

blib/lib/OpenPlugin/Authenticate/DBI.pm
Criterion Covered Total %
branch 0 8 0.0


line true false branch
17 0 0 if $$args{'username'} eq ''
25 0 0 unless $$args{'datasource'} and $$args{'table'}
32 0 0 if ($@)
45 0 0 if $$row{$$args{'username_field'}} eq $$args{'username'}