Condition Coverage

blib/lib/Web/Passwd.pm
Criterion Covered Total %
condition 0 21 0.0


and 3 conditions

line !l l&&!r l&&r condition
130 0 0 0 $mode eq 'deluser' && $#users == 0
0 0 0 $mode eq 'deluser' && $#users > 0

or 3 conditions

line l !l&&r !l&&!r condition
160 0 0 0 $user_mode eq 'adduser' or $user_mode eq 'changepw'
171 0 0 0 $user_mode eq 'adduser' or $user_mode eq 'changepw'
239 0 0 0 not exists $$config_obj{'_'}{'form_method'} or uc $$config_obj{'_'}{'form_method'} ne 'GET'
249 0 0 0 not defined $file_path or $file_path =~ /\A\s*\z/
0 0 0 not defined $file_path or $file_path =~ /\A\s*\z/ or not -e $file_path