| blib/lib/Unix/Login.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 18 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 193 | 0 | 0 | 0 | $pwstruct[0] and not $pwstruct[1] |
| 0 | 0 | 0 | $pwstruct[0] and not $pwstruct[1] and $conf{'passreq'} | |
| 199 | 0 | 0 | 0 | $pwstruct[0] and crypt($passwdtry, $pwstruct[1]) eq $pwstruct[1] |
| 240 | 0 | 0 | 0 | -d $pwstruct[7] and chdir $pwstruct[7] |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 95 | 0 | 0 | 0 | ref $self || $self |
| 167 | 0 | 0 | 0 | getpwuid $< || croak('Unidentifiable user running process') |