line |
true |
false |
branch |
90
|
0 |
4 |
if keys %conf
|
134
|
0 |
11 |
unless defined(my $cmdname = $cinv->pull_token)
|
137
|
0 |
11 |
unless my $cmd = $self->find_command($cmdname)
|
142
|
0 |
11 |
if not $multiple and length $cinv->peek_remaining
|
150
|
1 |
10 |
if $multiple and length $cinv->peek_remaining
|
214
|
1 |
1 |
@_ ? :
|
271
|
0 |
1 |
unless my $cmd = $self->find_command($cmdname)
|
290
|
1 |
0 |
%optspecs ? :
|
|
1 |
0 |
@argspecs ? :
|
292
|
0 |
1 |
if $argspec->slurpy
|
293
|
0 |
1 |
if $argspec->optional
|
299
|
1 |
0 |
if (%optspecs)
|
309
|
2 |
1 |
unless $first
|
312
|
1 |
2 |
$optspec->mode eq 'value' ? :
|
313
|
1 |
2 |
$optspec->negatable ? :
|
317
|
3 |
2 |
length $_ > 1 ? :
|
320
|
0 |
3 |
defined $default ? :
|
327
|
1 |
0 |
if (@argspecs)
|