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