Branch Coverage

blib/lib/Inline/C/Parser/RegExp.pm
Criterion Covered Total %
branch 13 24 54.1


line true false branch
14 3 5 if $_[0]{'CONFIG'}{'_TESTING'}
98 0 34 if $args =~ /^\s+$/
105 0 34 if $is_decl and not $self->{'data'}{'AUTOWRAP'}
106 0 34 if $self->{'data'}{'done'}{$function}
108 0 34 unless defined $self->{'data'}{'typeconv'}{'valid_rtypes'}{$return_type}
117 32 0 if (my($type, $identifier) = $arg =~ /^\s*$re_type(?:$re_identifier)?\s*$/o) { }
0 0 elsif ($arg =~ /^\s*\.\.\.\s*$/) { }
123 0 32 if (not defined $arg_name and $arg_no_space ne 'void')
124 0 0 unless $is_decl
128 0 32 if not defined $self->{'data'}{'typeconv'}{'valid_types'}{$arg_type} and $arg_no_space ne 'void'
133 22 10 defined $arg_name ? :
135 22 10 if ($arg_name) { }