Branch Coverage

blib/lib/IO/SigGuard.pm
Criterion Covered Total %
branch 11 18 61.1


line true false branch
87 0 0 @_ == 4 ? :
716 0 @_ == 3 ? :
8 708 unless ($read = @_ == 3 ? CORE::sysread($_[0], $_[1], $_[2]) : (@_ == 4 ? CORE::sysread($_[0], $_[1], $_[2], $_[3]) : die("Wrong args count! (@_)")))
88 8 0 if ($!)
89 8 0 if $!{'EINTR'}
119 0 6 if @_ != 4
130 21 6 if ($nfound == -1) { }
131 21 0 if ($!{'EINTR'})
143 3 3 wantarray ? :