Branch Coverage

/root/.cpan/build/PDL-CCS-1.23.12-0/blib/lib/PDL/CCS/IO/FastRaw.pm
Criterion Covered Total %
branch 0 36 0.0


line true false branch
87 0 0 unless _ccsio_write_header($ccs, $hFile)
91 0 0 unless PDL::writefraw($ccs->_whichND, $ixFile, _ccsio_opts_ix($opts))
93 0 0 unless PDL::writefraw($ccs->_vals, $nzFile, _ccsio_opts_nz($opts))
124 0 0 if UNIVERSAL::isa($_[0], 'PDL') or UNIVERSAL::isa($_[0], 'PDL::CCS::Nd')
133 0 0 unless my $header = _ccsio_read_header($hFile)
137 0 0 unless defined(my $ix = 'PDL'->readfraw($ixFile, _ccsio_opts_ix($opts)))
139 0 0 unless defined(my $nz = 'PDL'->readfraw($nzFile, _ccsio_opts_nz($opts)))
190 0 0 if UNIVERSAL::isa($_[0], 'PDL') or UNIVERSAL::isa($_[0], 'PDL::CCS::Nd')
204 0 0 unless (defined $header->{'pdims'})
205 0 0 unless my $hdr = _ccsio_read_header($hFile)
209 0 0 unless ref $header->{'pdims'}
210 0 0 unless defined $header->{'vdims'}
211 0 0 unless ref $header->{'vdims'}
216 0 0 defined $nnz ? :
217 0 0 defined $nnz ? :
0 0 defined $opts->{'Datatype'} ? :
220 0 0 unless defined(my $ix = 'PDL'->mapfraw($ixFile, $ixopts))
222 0 0 unless defined(my $nz = 'PDL'->mapfraw($nzFile, $nzopts))