blib/lib/Test/Object/Test.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 2 | 8 | 25.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
67 | 0 | 0 | 1 | defined $_[0] && !ref($_[0]) && $_[0] =~ /^[^\W\d]\w*(?:::\w+)*$/s |
71 | 0 | 0 | 0 | &Scalar::Util::blessed($_[0]) and overload::Method($_[0], '&{}') ? $_[0] : undef |
line | l | !l | condition |
---|---|---|---|
71 | 1 | 0 | &Scalar::Util::reftype($_[0]) || '' |