blib/lib/Authen/Simple/DBM.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 12 | 18 | 66.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
101 | 1 | 1 | 9 | defined $encrypted and length $encrypted |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
37 | 0 | 0 | 1 | -e $path or -e "$path.db" |
0 | 1 | 0 | -e $path or -e "$path.db" or -e "$path.pag" | |
61 | 1 | 12 | 0 | shift() || $self->type |
62 | 1 | 12 | 0 | shift() || $self->path |
88 | 10 | 1 | 1 | defined($encrypted = $dbm->FETCH($username)) or defined($encrypted = $dbm->FETCH($username . "\000")) |