Branch Coverage

blib/lib/Salvation/TC/Type/ArrayRef.pm
Criterion Covered Total %
branch 11 14 78.5


line true false branch
17 14 42 unless ref $value eq 'ARRAY'
31 0 6 if $$param{'named'}
33 0 6 if $$param{'optional'}
43 4 9 if ($@)
45 4 0 if (blessed $@ and $@->isa('Salvation::TC::Exception::WrongType')) { }
47 2 2 $@->isa('Salvation::TC::Exception::WrongType::TC') ? :
80 4 13 if ($len < $min or defined $max and $len > $max)