Condition Coverage

blib/lib/PDL/IO/Dumper.pm
Criterion Covered Total %
condition 11 19 57.8


and 3 conditions

line !l l&&!r l&&r condition
122 1 0 0 $uudecode_ok = &$checkprog('uudecode') and &$checkprog('uuencode')
307 5 1 1 $x->nelem <= $small_thresh and not keys %{$x->hdr;}
312 3 0 3 $x->nelem <= $med_thresh and not +(tied %{$x->hdr;} || '') =~ /^Astro::FITS::Header\=/
386 1 0 3 $_->getndims > 1 && '->reshape(' . join(',', $pdl->dims) . ')'

or 2 conditions

line l !l condition
312 0 3 tied %{$x->hdr;} || ''
553 0 2 tied %{$_->hdr;} || ''

or 3 conditions

line l !l&&r !l&&!r condition
121 1 0 0 not $^O =~ /(MSWin32|bsd)$/ or $^O eq 'gnukfreebsd'