Branch Coverage

blib/lib/Perinci/Sub/ConvertArgs/Argv.pm
Criterion Covered Total %
branch 23 26 88.4


line true false branch
25 2 1 ref $_[0] ? :
70 0 7 unless my $iargs = $fargs{'args'}
75 0 7 unless $v == 1.1
81 2 5 if ($fargs{'use_pos'})
85 1 2 if ($args_prop->{$arg}{'greedy'}) { }
90 2 0 $is_array_of_simple ? :
110 7 2 length $opt > 1 ? :
111 2 7 if ($is_bool) { }
1 6 elsif ($can_be_comma_separated) { }
1 5 elsif ($is_array_of_simple) { }
1 4 elsif ($is_hash_of_simple) { }
112 1 1 if ($iargs{$_}) { }
129 1 3 if (ref $iargs{$_}) { }