| blib/lib/Brackup/GPGProcManager.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 9 | 12 | 75.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 61 | 12 | 0 | 57 | $self->num_running_procs < 5 and $self->uncollected_chunks < 20 |
| 12 | 0 | 57 | $self->num_running_procs < 5 and $self->uncollected_chunks < 20 and $self->num_uncollected_bytes < 134217728 | |
| 0 | 21 | 36 | $self->num_running_procs < 5 and $self->uncollected_chunks < 20 and $self->num_uncollected_bytes < 134217728 and $pchunk = $self->next_chunk_to_encrypt | |
| 104 | 13 | 26 | 33 | not $block and $kid <= 0 |