| blib/lib/App/VTide/Command/History.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 18 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 29 | 0 | 0 | @ARGV && $ARGV[$#ARGV] =~ /^\d+$/ ? : |
| 38 | 0 | 0 | unless $command |
| 40 | 0 | 0 | if $search and not $command =~ /$search/ |
| 43 | 0 | 0 | if $ignore and $command =~ /$ignore/ |
| 46 | 0 | 0 | if ($lineno == $run_line) |
| 49 | 0 | 0 | if ($self->defaults->{'uniq'}) { } |
| 50 | 0 | 0 | if (defined $uniq{$command}) |
| 58 | 0 | 0 | if (@history != $size - 1) |
| 74 | 0 | 0 | unless $item and @$item |