Condition Coverage

blib/lib/Test/PDL.pm
Criterion Covered Total %
condition 17 17 100.0


and 3 conditions

line !l l&&!r l&&r condition
54 64 75 6 $OPTIONS{'EQUAL_TYPES'} and $got->type != $expected->type
64 52 75 3 $got->badflag == 1 || $expected->badflag == 1 and not eval { do { PDL::all(&PDL::isbad($got) == &PDL::isbad($expected)) } }
69 55 9 63 $got->type < PDL::float() and $expected->type < PDL::float()
89 127 3 100 my $a = shift @A and my $b = shift @B

or 2 conditions

line l !l condition
104 1 24 $name ||= 'piddles are equal'

or 3 conditions

line l !l&&r !l&&!r condition
64 75 3 52 $got->badflag == 1 || $expected->badflag == 1