blib/lib/Scalar/Util/Reftype.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 12 | 15 | 80.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
133 | 0 | 0 | 73 | $rt and $blessed |
0 | 64 | 9 | $rt and $blessed and $rt eq 'REGEXP' | |
64 | 1 | 8 | $rt and $blessed and $rt eq 'REGEXP' and $blessed eq 'Regexp' |
line | l | !l | condition |
---|---|---|---|
105 | 31 | 3 | shift() || (return $self) |
106 | 29 | 2 | CORE::ref $thing || (return $self) |
130 | 73 | 55 | &Scalar::Util::blessed($object) || (return) |