Condition Coverage

blib/lib/Fortran/Namelist.pm
Criterion Covered Total %
condition 0 52 0.0


and 3 conditions

line !l l&&!r l&&r condition
28 0 0 0 $opt{'nml'} and ref $opt{'nml'} eq 'HASH'
43 0 0 0 $grp_name && $var_name
0 0 0 $grp_name && !$var_name
173 0 0 0 $opt{'group'} and lc $opt{'group'} ne lc $$g{'name'}
230 0 0 0 $opt{'nml'} && ref $opt{'nml'} eq 'HASH'
578 0 0 0 !$sep && $c eq ','

or 2 conditions

line l !l condition
39 0 0 shift() || ''
40 0 0 shift() || ''
187 0 0 shift() || 80
354 0 0 shift() || ''
375 0 0 shift() || ''
461 0 0 shift() || ['']
462 0 0 shift() || []
463 0 0 shift() || []
483 0 0 join(',', @ii) || ''
540 0 0 shift() || ''
565 0 0 $3 || 1

or 3 conditions

line l !l&&r !l&&!r condition
31 0 0 0 $opt{'file'} or $opt{'fh'}
304 0 0 0 $ch_start || $ch_end
343 0 0 0 shift() || croak("No group name given!\n")
353 0 0 0 shift() || croak("No group name given!\n")