| blib/lib/Term/Bash/Completion/Generator.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 19 | 20 | 95.0 |
| line | true | false | branch |
|---|---|---|---|
| 125 | 1 | 2 | unless defined $command |
| 170 | 1 | 1 | if (defined $completion_list) { } |
| 181 | 3 | 14 | if (1 == length $option) { } |
| 253 | 1 | 3 | unless defined $command |
| 255 | 2 | 1 | unless defined $completion_prefix |
| 256 | 2 | 1 | unless defined $single_and_double_dash |
| 257 | 2 | 1 | unless defined $complete_options |
| 284 | 8 | 5 | if ($single_and_double_dash) { } |
| 290 | 3 | 2 | if (1 == length $option) { } |
| 341 | 0 | 4 | unless defined $completion_list |