Branch Coverage

blib/lib/LINQ/Util/Internal.pm
Criterion Covered Total %
branch 10 12 83.3


line true false branch
24 4 998 if (ref $code eq "ARRAY")
29 11 991 if (ref $code eq "Regexp")
30 0 11 if @_
39 39 952 if (ref $code ne "CODE")
43 0 39 unless &Scalar::Util::blessed($code) and overload::Method($code, "&{}")
49 40 951 if (@_)