Condition Coverage

lib/ExtUtils/Mksymlists.pm
Criterion Covered Total %
condition 0 26 0.0


and 3 conditions

line !l l&&!r l&&r condition
23 0 0 0 $spec{'FILE'} and $spec{'DL_FUNCS'} || $spec{'FUNCLIST'}
30 0 0 0 $spec{'DL_FUNCS'} and keys %{$spec{"DL_FUNCS"};}
51 0 0 0 defined &DynaLoader::mod2fname and not $spec{'DLBASE'}
94 0 0 0 $data->{'INSTALLDIRS'} and $data->{'INSTALLDIRS'} eq "perl"

or 2 conditions

line l !l condition
90 0 0 " pl$Config{'perl_patchlevel'}" || ''

or 3 conditions

line l !l&&r !l&&!r condition
23 0 0 0 $spec{'DL_FUNCS'} || $spec{'FUNCLIST'}
0 0 0 $spec{'NAME'} or $spec{'FILE'} and $spec{'DL_FUNCS'} || $spec{'FUNCLIST'}
30 0 0 0 $spec{'DL_FUNCS'} and keys %{$spec{"DL_FUNCS"};} or @{$spec{'FUNCLIST'};}
88 0 0 0 $data->{'DISTNAME'} || $data->{'NAME'}