blib/lib/Message/Transform.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 14 | 15 | 93.3 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
14 | 2 | 1 | 7 | scalar @_ < 2 or scalar @_ > 2 |
3 | 1 | 6 | scalar @_ < 2 or scalar @_ > 2 or not ref $message | |
2 | 1 | 5 | scalar @_ < 2 or scalar @_ > 2 or not ref $message or not ref $transform | |
2 | 0 | 5 | scalar @_ < 2 or scalar @_ > 2 or not ref $message or not ref $transform or ref $message ne 'HASH' | |
1 | 1 | 4 | scalar @_ < 2 or scalar @_ > 2 or not ref $message or not ref $transform or ref $message ne 'HASH' or ref $transform ne 'HASH' |