Branch Coverage

blib/lib/ExtUtils/Constant/XS.pm
Criterion Covered Total %
branch 42 50 84.0


line true false branch
76 7 63 if $_ eq ''
106 1 73 if (ref $typeset) { }
70 3 elsif (defined $typeset) { }
107 0 1 if @_ == 1
111 0 70 if @_ > 1
121 0 74 if ref $type
142 0 115 unless defined $macro
149 115 28 unless defined $macro
161 0 74 unless defined $ExtUtils::Constant::XS::XS_Constant{$_}
164 13 20 if $what->{''}
165 2 6 if $what->{'IV'} or $what->{'UV'} or $what->{'PVN'}
166 2 31 if $what->{'NV'}
167 16 17 if $what->{'PV'} or $what->{'PVN'}
168 2 31 if $what->{'SV'}
188 7 10 if $params->{''}
189 14 3 if $params->{'IV'}
190 1 16 if $params->{'NV'}
191 8 9 if $params->{'PV'}
192 1 16 if $params->{'SV'}
199 4 6 if $params->{''}
200 8 2 if $params->{'IV'}
201 0 10 if $params->{'NV'}
202 6 4 if $params->{'PV'}
203 0 10 if $params->{'SV'}
237 0 7 if (defined $indent) { }