Branch Coverage

blib/lib/PDL/Ops.pm
Criterion Covered Total %
branch 8 8 100.0


line true false branch
1188 2 10 unless (UNIVERSAL::isa($x, 'PDL'))
1190 2 8 if ($x->is_inplace) { }
7 1 elsif (ref $x eq 'PDL') { }
1495 10 537 if ($x->type eq 'cdouble' or $x->type eq 'cfloat') { }