blib/lib/IO/SigGuard/send.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 1 | 3 | 33.3 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
5 | 193009 | 0 | 0 | (@_ == 3 ? CORE::send($_[0], $_[1], $_[2]) : (@_ == 4 ? CORE::send($_[0], $_[1], $_[2], $_[3]) : die("Wrong args count! send(@_)"))) || do { redo SEND if $! == 4 } |