Branch Coverage

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


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