Branch Coverage

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


line true false branch
76 13 117 if $_ eq ''
109 1 73 if (ref $typeset) { }
70 3 elsif (defined $typeset) { }
110 0 1 if @_ == 1
114 0 70 if @_ > 1
124 0 74 if ref $type
145 0 469 unless defined $macro
152 469 94 unless defined $macro
164 0 74 unless defined $ExtUtils::Constant::XS::XS_Constant{$_}
167 13 20 if $what->{''}
168 2 6 if $what->{'IV'} or $what->{'UV'} or $what->{'PVN'}
169 2 31 if $what->{'NV'}
170 16 17 if $what->{'PV'} or $what->{'PVN'}
171 2 31 if $what->{'SV'}
191 7 10 if $params->{''}
192 14 3 if $params->{'IV'}
193 1 16 if $params->{'NV'}
194 8 9 if $params->{'PV'}
195 1 16 if $params->{'SV'}
202 4 6 if $params->{''}
203 8 2 if $params->{'IV'}
204 0 10 if $params->{'NV'}
205 6 4 if $params->{'PV'}
206 0 10 if $params->{'SV'}
240 0 7 if (defined $indent) { }