| line |
true |
false |
branch |
|
48
|
0 |
1 |
if keys %conf |
|
92
|
0 |
8 |
unless defined(my $cmdname = $cinv->pull_token) |
|
95
|
0 |
8 |
unless my $cmd = $self->find_command($cmdname) |
|
100
|
0 |
8 |
if not $multiple and length $cinv->peek_remaining |
|
108
|
1 |
7 |
if $multiple and length $cinv->peek_remaining |
|
158
|
1 |
1 |
@_ ? : |
|
215
|
0 |
1 |
unless my $cmd = $self->find_command($cmdname) |
|
234
|
1 |
0 |
%optspecs ? : |
|
|
1 |
0 |
@argspecs ? : |
|
236
|
0 |
1 |
if $argspec->slurpy |
|
237
|
0 |
1 |
if $argspec->optional |
|
243
|
1 |
0 |
if (%optspecs) |
|
253
|
1 |
1 |
unless $first |
|
259
|
2 |
2 |
length $_ > 1 ? : |
|
262
|
0 |
2 |
defined $default ? : |
|
269
|
1 |
0 |
if (@argspecs) |