Condition Coverage

blib/lib/Module/Install/XSUtil.pm
Criterion Covered Total %
condition 0 47 0.0


and 3 conditions

line !l l&&!r l&&r condition
109 0 0 0 $k eq 'PUREPERL_ONLY' and defined $v
209 0 0 0 $gccversion >= 4.1 and not $UseCplusplus
526 0 0 0 @_ == 1 and ref $_[0] eq 'HASH'
545 0 0 0 $path and -e $path

or 2 conditions

line l !l condition
40 0 0 $ENV{'XS_DEBUG'} || scalar grep({$_ eq '-g';} @ARGV)
139 0 0 $dppp_version ||= 3.19
433 0 0 $$mm{'macro'}{'PERL_ARCHIVE_AFTER'} ||= ''
462 0 0 $$mm{'XS'} ||= {}
463 0 0 $$mm{'C'} ||= []
504 0 0 $$self{'xsu_include_paths'} ||= []
506 0 0 $$self{'xsu_header_map'} ||= {}
539 0 0 $$self{'xsu_header_map'} || {}
654 0 0 $$mm{'FUNCLIST'} ||= []
655 0 0 $$mm{'DL_FUNCS'} ||= {'$(NAME)', []}

or 3 conditions

line l !l&&r !l&&!r condition
203 0 0 0 $UseC99 or $UseCplusplus
379 0 0 0 $$mm{'CCFLAGS'} ||= $Module::Install::XSUtil::Config{'ccflags'}
542 0 0 0 $$h_map{$ident} || 'File::Spec'->join('.', $ident)
0 0 0 $path ||= $$h_map{$ident} || 'File::Spec'->join('.', $ident)
584 0 0 0 $$mm{'CCFLAGS'} || $Module::Install::XSUtil::Config{'ccflags'}