blib/lib/Venus/Match.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 9 | 15 | 60.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
70 | 6 | 0 | 0 | &Scalar::Util::blessed($value) and not overload::Overloaded($value) |
73 | 0 | 6 | 0 | not &Scalar::Util::blessed($value) and ref $value |
76 | 1 | 1 | 4 | ref $topic eq "Regexp" and "$value" =~ qr/$topic/u |
99 | 608 | 7 | 0 | &Scalar::Util::blessed($value) and not overload::Overloaded($value) |
102 | 7 | 608 | 0 | not &Scalar::Util::blessed($value) and ref $value |