Branch Coverage

blib/lib/IO/SigGuard.pm
Criterion Covered Total %
branch 10 16 62.5


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