Branch Coverage

blib/lib/PDL/Apply.pm
Criterion Covered Total %
branch 10 10 100.0


line true false branch
17 1 1 if grep {/^(:all|apply_rolling)$/;} @_
18 1 1 if grep {/^(:all|apply_over)$/;} @_
19 1 1 if grep {/^(:all|apply_slice)$/;} @_
21 1 1 if @_
81 2 2 if ($pdl->dims > 1) { }