Branch Coverage

blib/lib/Module/Build/FFI/Fortran.pm
Criterion Covered Total %
branch 2 38 5.2


line true false branch
41 0 0 if $_ ne '-no-cpp-precomp'
52 0 0 unless -d $dir
56 0 0 unless %ext
58 0 0 if ($ext{'f'} or $ext{'for'})
61 0 0 unless $self->_f77_testcompiler
64 0 0 if ($ext{'f90'})
69 0 0 unless which($self->_f77_config->{'f90'})
72 0 0 if ($ext{'f95'})
77 0 0 unless which($self->_f77_config->{'f95'})
108 0 0 if ($self->extra_linker_flags)
110 0 0 if (ref $self->extra_linker_flags) { }
135 0 0 unless ($obj_time >= $source_time)
140 0 0 if $ext eq 'f90'
141 0 0 if $ext eq 'f95'
153 0 0 if $?
165 0 0 unless $count
167 0 0 if ($^O ne 'MSWin32') { }
183 0 1 if $INC{'Module/Build/FFI/Fortran/ExtUtilsF77.pm'}
185 0 1 if $@