Branch Coverage

blib/lib/NNML/Auth.pm
Criterion Covered Total %
branch 0 30 0.0


line true false branch
34 0 0 if (-e $NNML::Auth::Config->passwd) { }
35 0 0 if ($PASSWD ne $NNML::Auth::Config->passwd or (stat $NNML::Auth::Config->passwd)[9] > $TIME)
41 0 0 if (defined $fh) { }
59 0 0 if ($NORESTRICTION != $norestriction)
60 0 0 if ($NORESTRICTION) { }
72 0 0 if $NORESTRICTION
73 0 0 if $command =~ /HELP|QUIT|AUTHINFO|MODE|SLAVE/i
74 0 0 unless $$con{'_user'}
75 0 0 unless $$con{'_passwd'}
77 0 0 unless (check($$con{'_user'}, $$con{'_passwd'}))
81 0 0 if ($command =~ /SHUT|CREATE|DELETE|MOVE/i)
84 0 0 if ($command =~ /POST|IHAVE/i)
94 0 0 unless exists $PASSWD{$user}
95 0 0 if $PASSWD{$user} eq '*'
108 0 0 if (defined $fh) { }