Branch Coverage

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


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