blib/lib/PlugAuth/Plugin/FlatAuth.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 17 | 22 | 77.2 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
66 | 0 | 9 | 29 | $1 eq 'apr1' and apache_md5_crypt($plain, $encrypted) eq $encrypted |
70 | 9 | 0 | 0 | $1 eq '1' and unix_md5_crypt($plain, $encrypted) eq $encrypted |
79 | 1 | 158 | 0 | $pw and $Userpw{$user} |
105 | 1 | 1 | 24 | $user and $password |
165 | 0 | 1 | 8 | $user and $password |
194 | 10 | 5 | 7 | defined $thisuser and lc $thisuser eq $user |
line | l | !l | condition |
---|---|---|---|
39 | 9 | 199 | $Userpw{$user} //= [] |
237 | 49 | 14 | $thisuser // '' |