Condition Coverage

blib/lib/Test/PDL.pm
Criterion Covered Total %
condition 13 21 61.9


and 3 conditions

line !l l&&!r l&&r condition
198 0 7 0 defined $coords and $coords->dim(1) > 5
314 48 1702 6 $opt->{'require_equal_types'} and $got->type != $expected->type
323 1671 0 62 $got->isempty and $expected->isempty

or 2 conditions

line l !l condition
190 53 280 $opt->{'test_name'} || 'ndarrays are equal'
305 1771 0 $opt->{'atol'} //= 0
306 1771 0 $opt->{'rtol'} //= 0

or 3 conditions

line l !l&&r !l&&!r condition
190 1184 333 0 $name ||= $opt->{'test_name'} || 'ndarrays are equal'
304 1771 0 0 defined $opt->{'atol'} or defined $opt->{'rtol'}