| blib/lib/FTN/Crypt.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 3 | 9 | 33.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 507 | 0 | 0 | 1 | not $self->_key_is_disabled($key) and $self->_key_can_encrypt($key) |
| 510 | 0 | 1 | 0 | not $self->_key_is_disabled($subkey) and $self->_key_can_encrypt($subkey) |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 235 | 1 | 0 | 0 | $self->_lookup_key($addr) or $self->_import_key($addr) |