Condition Coverage

blib/lib/Module/Build/XSUtil.pm
Criterion Covered Total %
condition 0 36 0.0


and 3 conditions

line !l l&&!r l&&r condition
22 0 0 0 $self->pureperl_only and $self->allow_pureperl
63 0 0 0 $^O eq 'netbsd' and not grep({/\-lgcc_s/;} @{$self->extra_linker_flags;})
64 0 0 0 $args{'needs_compiler_cpp'} == 11 and $self->_enable_cpp11
153 0 0 0 $ppport and not $content =~ /\Q$ppport\E/
160 0 0 0 $xshelper and not $content =~ /\Q$xshelper\E/
170 0 0 0 $self->dist_name ne 'Module-Build-XSUtil' and $self->auto_configure_requires
202 0 0 0 $ver->{'major'} >= 3 && $ver->{'minor'} >= 2
207 0 0 0 $major >= 4 && $minor >= 7
247 0 0 0 $gccversion >= 4.1 and not $args->{'needs_compiler_cpp'}

or 3 conditions

line l !l&&r !l&&!r condition
18 0 0 0 ref $invocant || $invocant
186 0 0 0 $ENV{'XS_DEBUG'} || $self->args('g')
240 0 0 0 $args->{'needs_compiler_c99'} or $args->{'needs_compiler_cpp'}