Condition Coverage

/root/.cpan/build/PDL-CCS-1.23.12-0/blib/lib/PDL/CCS/Compat.pm
Criterion Covered Total %
condition 6 18 33.3


and 3 conditions

line !l l&&!r l&&r condition
309 0 1 1 defined $_[0] && (!ref($_[0]) || $_[0]->nelem == 1)
351 1 1 0 defined $_[0] && (!ref($_[0]) || $_[0]->nelem == 1)
449 4 0 0 ref $M and UNIVERSAL::isa($M, 'PDL')
4 0 0 ref $M and UNIVERSAL::isa($M, 'PDL') and $M->dim(0) == $ptr->dim(0)
487 0 0 0 ref $M and UNIVERSAL::isa($M, 'PDL')
0 0 0 ref $M and UNIVERSAL::isa($M, 'PDL') and $M->dim(0) == $ptr->dim(0)