Branch Coverage

blib/lib/WWW/Suffit/Plugin/ConfigAuth.pm
Criterion Covered Total %
branch 0 64 0.0


line true false branch
208 0 0 $configsection ? :
219 0 0 unless (scalar @$users)
220 0 0 $configsection ? :
236 0 0 ref $_[0] eq 'HASH' ? :
0 0 scalar(@_) % 2 ? :
0 0 scalar @_ ? :
241 0 0 if length $password
258 0 0 unless (length $username)
269 0 0 if ($expiration and -e $file and $ustat_tm + $expiration > $now)
276 0 0 unless ($pwdb)
286 0 0 unless (_check_pw($password, $pw))
303 0 0 $data->{'status'} ? :
310 0 0 $data->{'email'} ? :
314 0 0 unless (-e $file)
330 0 0 ref $_[0] eq 'HASH' ? :
0 0 scalar(@_) % 2 ? :
0 0 scalar @_ ? :
355 0 0 unless (length $username)
367 0 0 -e $file ? :
370 0 0 unless ($user->{'username'})
387 0 0 unless $_
390 0 0 unless length $usr and length $pwd
391 0 0 if (@line == 3) { }
0 0 elsif (@line == 2) { }
407 0 0 unless length $pwd and length $sum
408 0 0 if ($sum =~ /^[0-9a-f]+$/iu) { }
409 0 0 if (length $sum == 32) { }
0 0 elsif (length $sum == 40) { }
0 0 elsif (length $sum == 56) { }
0 0 elsif (length $sum == 64) { }
0 0 elsif (length $sum == 96) { }
0 0 elsif (length $sum == 128) { }