Condition Coverage

blib/lib/ExtUtils/F77.pm
Criterion Covered Total %
condition 4 42 9.5


and 3 conditions

line !l l&&!r l&&r condition
414 0 0 1 defined $compiler and defined $F77config{$system}
440 1 0 0 "$Runtime" ne '-LSNAFU -lwontwork' and $ok
446 1 0 0 $Config{'cc'} =~ /\bgcc/ && $^O =~ /MSWin32/i
452 1 0 0 $Runtime and $ok
589 0 0 0 /^-L(.+)$/ and -d $1
647 0 0 0 not $isgcc and $^O ne 'VMS'
661 0 0 0 $fallback_compiler eq 'GFortran' && $^O =~ /MSWin/i
723 0 0 0 defined $dir and $dir ne "lib$test.a"
732 0 0 0 defined $dir and $dir ne "lib$test.so"
748 0 0 0 $Config{'osname'} =~ /darwin/ and $Config{'osvers'} >= 14
0 0 0 $Config{'osname'} =~ /darwin/ and $Config{'osvers'} >= 14 and $compiler eq 'gfortran'
0 0 0 $Config{'osname'} =~ /darwin/ and $Config{'osvers'} >= 14 and $compiler eq 'gfortran' and $version >= 4.9

or 3 conditions

line l !l&&r !l&&!r condition
659 0 0 0 $isgcc or $flibs =~ /-lg2c/
0 0 0 $isgcc or $flibs =~ /-lg2c/ or $flibs =~ /-lf2c/