Branch Coverage

blib/lib/Astro/FITS/CFITSIO/Simple/PDL.pm
Criterion Covered Total %
branch 9 16 56.2


line true false branch
19 0 11 if $@
63 0 118 if (UNIVERSAL::isa($arg, 'PDL')) { }
118 0 elsif (UNIVERSAL::isa($arg, 'PDL::Type')) { }
76 0 118 unless exists $PDL2CFITSIO{$pdl_type}
83 118 33 if $pdl_size == Astro::FITS::CFITSIO::sizeof_datatype($_)
141 0 102 exists $FITS2CFITSIO_COL{$fits_type} ? :
145 0 102 unless exists $CFITSIO2PDL_COL{$nfits_type}
173 0 2 unless exists $CFITSIO2PDL_IMG{$fits_type}