Branch Coverage

blib/lib/Params/Validate/Array.pm
Criterion Covered Total %
branch 7 8 87.5


line true false branch
23 825 55 if $_ ne 'validate'
39 280 162 unless ref $spec eq 'ARRAY'
42 0 162 if @$spec % 2
59 2 3 if exists $opts{'stack_skip'}