Branch Coverage

blib/lib/Commandable/Finder.pm
Criterion Covered Total %
branch 22 34 64.7


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
256 1 1 $optspec->mode eq 'value' ? :
260 2 2 length $_ > 1 ? :
263 0 2 defined $default ? :
270 1 0 if (@argspecs)