| blib/lib/match/smart.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 17 | 17 | 100.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 28 | 997 | 60 | 10 | &blessed($b) and $method = _overloaded_smartmatch($b) |
| 30 | 997 | 31 | 29 | &blessed($b) and not $b->isa("Regexp") |
| 37 | 739 | 286 | 3 | $refb and $seen->{$refb}++ |
| 76 | 732 | 5 | 3 | &blessed($a) and $method = _overloaded_smartmatch($a) |
| 79 | 581 | 6 | 10 | _is_number($a) and &looks_like_number($b) |
| line | l | !l | condition |
|---|---|---|---|
| 35 | 691 | 337 | $seen ||= {} |