| lib/Term/ReadLine/Perl5/OO/History.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 4 | 15 | 26.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 48 | 0 | 0 | 0 | length $line >= $minlength and !@$rl_History || $$rl_History[$#$rl_History] ne $line |
| 72 | 7 | 0 | 1 | $self->{'history_stifled'} and $self->{'rl_history_length'} == $self->{'rl_max_input_history'} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 48 | 0 | 0 | 0 | !@$rl_History || $$rl_History[$#$rl_History] ne $line |
| 123 | 0 | 0 | 1 | $which < 0 or $which >= $self->{'rl_history_length'} |
| 208 | 0 | 0 | 1 | $which < 0 or $which >= $self->{'rl_history_length'} |