| blib/lib/App/Raps2/Password.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 13 | 17 | 76.4 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 27 | 1 | 1 | 4 | defined $conf{'passphrase'} and length $conf{'passphrase'} |
| line | l | !l | condition |
|---|---|---|---|
| 17 | 3 | 5 | $conf{'cost'} //= 12 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 64 | 3 | 1 | 0 | $opt{'salt'} //= $self->{'salt'} |
| 65 | 3 | 1 | 0 | $opt{'cost'} //= $self->{'cost'} |
| 77 | 5 | 2 | 0 | $opt{'cost'} //= $self->{'cost'} |
| 78 | 5 | 2 | 0 | $opt{'salt'} //= $self->{'salt'} |