Branch Coverage

blib/lib/IO/SigGuard.pm
Criterion Covered Total %
branch 8 16 50.0


line true false branch
104 0 0 @_ == 4 ? :
690 0 @_ == 3 ? :
0 690 unless ($read = @_ == 3 ? CORE::sysread($_[0], $_[1], $_[2]) : (@_ == 4 ? CORE::sysread($_[0], $_[1], $_[2], $_[3]) : die("Wrong args count! (@_)")))
105 0 0 if $! == 4
132 0 6 if @_ != 4
143 22 6 if ($nfound == -1) { }
149 22 0 if ($! == 4)
163 3 3 wantarray ? :