Condition Coverage

blib/lib/PDL/IO/Dumper.pm
Criterion Covered Total %
condition 16 23 69.5


and 3 conditions

line !l l&&!r l&&r condition
242 9 1 1 $x->nelem <= $PDL::IO::Dumper::small_thresh and not keys %{$x->hdr;}
247 4 0 6 $x->nelem <= $PDL::IO::Dumper::med_thresh and not +(tied %{$x->hdr;} || '') =~ /^Astro::FITS::Header\=/
316 4 0 3 $_->getndims > 1 && '->reshape(' . join(',', $pdl->dims) . ')'
348 776 0 4 $file eq "" and not $mode
352 776 0 0 $file eq "" and not $mode

or 2 conditions

line l !l condition
247 0 6 tied %{$x->hdr;} || ''
355 768 4 unpack("u", $string) // ""
459 0 2 tied %{$_->hdr;} || ''
521 18 7 $args{'seen'} //= {}