| blib/lib/Authen/Passphrase/LANManager.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 5 | 12 | 41.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 234 | 20 | 0 | 5 | $self->_passphrase_acceptable($passphrase) && $$self{'first_half'}->match(substr($passphrase, 0, 7)) && $$self{'second_half'}->match(length $passphrase > 7 ? substr($passphrase, 7, 7) : '') |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 104 | 0 | 0 | 3 | defined $hash or defined $passphrase |
| 110 | 0 | 0 | 4 | defined $hash or defined $passphrase |
| 117 | 0 | 0 | 2 | defined $hash or defined $passphrase |