blib/lib/match/simple/sugar.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 8 | 10 | 80.0 |
line | true | false | branch |
---|---|---|---|
37 | 4 | 1 | if (&blessed($then) and $then->isa($then_class)) { } |
38 | 3 | 1 | if (match($_, \@things)) |
55 | 0 | 32 | if match($name, ["wantarray", "return", "redo", "last", "next"]) |
76 | 1 | 1 | &blessed($_) && $_->isa($numeric_class) ? : |
81 | 1 | 0 | if defined $x and defined $y and not ref $x and not ref $y |