blib/lib/Message/Passing/Filter/Key.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 9 | 11 | 81.8 |
line | l | !l | condition |
---|---|---|---|
46 | 2 | 11 | $m and scalar @key_parts |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
48 | 2 | 0 | 11 | ref $m eq 'HASH' && exists $m->{$part} |
50 | 2 | 0 | 4 | $m and not ref $m |
2 | 2 | 2 | $m and not ref $m and $m =~ /$re/ |