Condition Coverage

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


and 3 conditions

line !l l&&!r l&&r condition
19 0 0 0 $spec{'FILE'} and $spec{'DL_FUNCS'} || $spec{'FUNCLIST'}
28 0 0 0 $spec{'DL_FUNCS'} and keys %{$spec{'DL_FUNCS'};}
49 0 0 0 defined &DynaLoader::mod2fname and not $spec{'DLBASE'}
92 0 0 0 $$data{'INSTALLDIRS'} and $$data{'INSTALLDIRS'} eq 'perl'

or 2 conditions

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

or 3 conditions

line l !l&&r !l&&!r condition
19 0 0 0 $spec{'DL_FUNCS'} || $spec{'FUNCLIST'}
0 0 0 $spec{'NAME'} or $spec{'FILE'} and $spec{'DL_FUNCS'} || $spec{'FUNCLIST'}
28 0 0 0 $spec{'DL_FUNCS'} and keys %{$spec{'DL_FUNCS'};} or @{$spec{'FUNCLIST'};}
86 0 0 0 $$data{'DISTNAME'} || $$data{'NAME'}