blib/lib/App/Dochazka/CLI/Completion.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 8 | 12 | 66.6 |
line | true | false | branch |
---|---|---|---|
77 | 1 | 2 | if (split(' ', $rv->{'th'}{'_REST'}, 0) > 1) |
83 | 0 | 2 | if ($line =~ /=$/u) |
88 | 0 | 2 | unless $text |
96 | 0 | 2 | unless $rv->{'th'}{'_REST'} or $line =~ / $/u |
106 | 28 | 0 | if (exists $App::Dochazka::CLI::Completion::token_map->{$permissible}) |
117 | 4 | 10 | if (grep {$match =~ /$_/u;} @regexes_of_permissibles) { } |