| blib/lib/Venus/Gather.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 12 | 18 | 66.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 70 | 63 | 0 | 0 | &Scalar::Util::blessed($value) and not overload::Overloaded($value) |
| 73 | 0 | 63 | 0 | not &Scalar::Util::blessed($value) and ref $value |
| 76 | 10 | 29 | 24 | ref $topic eq "Regexp" and "$value" =~ qr/$topic/u |
| 99 | 298 | 46 | 0 | &Scalar::Util::blessed($value) and not overload::Overloaded($value) |
| 102 | 46 | 298 | 0 | not &Scalar::Util::blessed($value) and ref $value |
| 159 | 5 | 3 | 1 | @return == 1 && ref $return[0] eq 'ARRAY' |