blib/lib/Alien/gdal.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 9 | 29 | 31.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
23 | 4 | 0 | 16 | $have_lib and $alien_lib->install_type eq 'share' |
33 | 4 | 0 | 0 | $^O =~ /mswin/i and not $ENV{'PROJSO'} |
4 | 0 | 0 | $^O =~ /mswin/i and not $ENV{'PROJSO'} and 'Alien::gdal'->version lt 3 | |
50 | 4 | 0 | 0 | $have_spatialite and 'Alien::spatialite'->version ge 5 |
56 | 0 | 4 | 0 | $have_geos and $^O =~ /bsd/ |
4 | 0 | 0 | $have_geos and $^O =~ /bsd/ and 'Alien::geos::af'->install_type eq 'share' | |
209 | 0 | 0 | 0 | not -d $path and -d $alt_path |
217 | 0 | 0 | 1 | defined $path and -d $path |
line | l | !l | condition |
---|---|---|---|
170 | 1 | 0 | $bin_dirs[0] // '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
45 | 0 | 0 | 0 | $ENV{'PROJSO'} //= $proj_lib |