| blib/lib/Crypt/SecretBuffer.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 4 | 24 | 16.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 61 | 0 | 22 | 0 | not $prompt_fh and defined $prompt || defined $char_mask |
| 63 | 0 | 0 | 0 | defined $fd and $fd >= 0 |
| 90 | 0 | 0 | 0 | $char_class and $self->index($char_class, $end_pos) == -1 |
| 0 | 0 | 0 | $char_max and $self->length - $start_len > $char_max | |
| 133 | 0 | 0 | 0 | $char_count and $self->length - $start_len >= $char_count |
| 140 | 22 | 0 | 0 | $char_max and $self->length - $start_len > $char_max |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 61 | 0 | 0 | 22 | defined $prompt || defined $char_mask |
| 72 | 0 | 0 | 22 | defined $char_mask || defined $char_count || defined $char_class |