Condition Coverage

blib/lib/auto/share/dist/Alien-autoconf/bin/autoscan
Criterion Covered Total %
condition 10 69 14.4


and 3 conditions

line !l l&&!r l&&r condition
15 0 0 1 $d[-5] eq "lib" and $d[-6] eq "blib"
239 0 0 0 $kind eq "library" and not $word =~ /^(e|inks)$/
274 0 0 0 $in_comment and s[^.*?\*/][]
413 0 0 0 $_ ne "." and -d $_
0 0 0 $_ ne "." and -d $_ and -f "$_/configure.in" || -f "$_/configure.ac" || -f "$_/configure.gnu" || -f "$_/configure"
422 0 0 0 /^((?:GNUm|M|m)akefile)(\.in)?$/ and not -f "$1.am"
491 0 0 0 exists $generic_macro{$kind} and $macro eq $generic_macro{$kind}
631 0 0 0 $macro eq "AC_CHECK_MEMBERS" and $word =~ /^stat.st_/

or 2 conditions

line l !l condition
50 1 0 $ENV{'autom4te_perllibdir'} || '/usr/local/lib/perl5/site_perl/5.42.0/x86_64-linux/auto/share/dist/Alien-autoconf/share/autoconf'
115 1 0 $ENV{'AUTOM4TE'} || '/usr/local/lib/perl5/site_perl/5.42.0/x86_64-linux/auto/share/dist/Alien-autoconf/bin/autom4te'
176 0 0 $ARGV[0] || '.'

or 3 conditions

line l !l&&r !l&&!r condition
10 0 1 0 $ENV{'AUTOM4TE'} ||= "File::Spec"->catfile($dist_dir, "bin/autom4te")
11 0 1 0 $ENV{'autom4te_perllibdir'} ||= "File::Spec"->catdir($dist_dir, "share/autoconf")
12 0 1 0 $ENV{'AC_MACRODIR'} ||= "File::Spec"->catdir($dist_dir, "share/autoconf")
13 0 1 0 $ENV{'AUTOCONF'} ||= "File::Spec"->catfile($dist_dir, "bin/autoconf")
14 0 1 0 $ENV{'AUTOHEADER'} ||= "File::Spec"->catfile($dist_dir, "bin/autoheader")
15 0 1 0 $ENV{'AUTOM4TE_CFG'} ||= "File::Spec"->catfile($dist_dir, "share/autoconf/autom4te.blib.cfg")
17 0 1 0 $ENV{'trailer_m4'} ||= "File::Spec"->catdir($dist_dir, "share/autoconf/autoconf/trailer.m4")
201 0 0 0 /^\s*$/ or /^\s*\#/
238 0 0 0 $where ||= "$File::Find::name:$."
239 0 0 0 $kind eq "library" and not $word =~ /^(e|inks)$/ or defined $macro{$kind}{$word}
300 0 0 0 $word eq "defined" or not $word =~ /^[a-zA-Z_]/
413 0 0 0 -f "$_/configure.in" || -f "$_/configure.ac" || -f "$_/configure.gnu" || -f "$_/configure"
422 0 0 0 /^((?:GNUm|M|m)akefile)(\.in)?$/ and not -f "$1.am" or /^(?:GNUm|M|m)akefile(\.am)?$/