| blib/lib/Smart/Match.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 7 | 12 | 58.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 158 | 1 | 0 | 0 | blessed $_ && overload::OverloadedStringify($_) |
| 244 | 1 | 0 | 5 | $lhs ~~ sub { ; } and keys %{$lhs;} >= keys %{$hash;} |
| 1 | 0 | 5 | $lhs ~~ sub { ; } and keys %{$lhs;} >= keys %{$hash;} and &List::MoreUtils::all(sub { exists $$lhs{$_}; } , keys %{$hash;}) | |
| 250 | 0 | 4 | 4 | scalar sub { ; } and hash_keys(sorted([sort(keys %{$hash;})])) |