Branch Coverage

blib/lib/Test/Object/Test.pm
Criterion Covered Total %
branch 4 10 40.0


line true false branch
24 0 1 unless (&_CLASS($self->class))
27 0 1 unless (_CODELIKE($self->code))
67 1 0 defined $_[0] && !ref($_[0]) && $_[0] =~ /^[^\W\d]\w*(?:::\w+)*$/s ? :
71 0 0 overload::Method($_[0], '&{}') ? :
0 1 unless (&Scalar::Util::reftype($_[0]) || '') eq 'CODE'