| blib/lib/Getopt/App/Complete.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 10 | 13 | 76.9 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 23 | 2 | 4 | 4 | $argv[$depth] and $argv[$depth] =~ /^\w/u |
| 6 | 0 | 4 | $argv[$depth] and $argv[$depth] =~ /^\w/u and @$subcommands |
| line | l | !l | condition |
|---|---|---|---|
| 22 | 7 | 3 | $app->$call_maybe('getopt_subcommands') || [] |
| 56 | 4 | 0 | $ENV{'SHELL'} || 'bash' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 27 | 2 | 1 | 0 | $Getopt::App::APPS{$subcommand->[1]} ||= $app->$call_maybe("getopt_load_subcommand", $subcommand, $argv) |