Branch Coverage

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


line true false branch
87 0 0 @_ == 4 ? :
784 0 @_ == 3 ? :
42 742 unless ($read = @_ == 3 ? CORE::sysread($_[0], $_[1], $_[2]) : (@_ == 4 ? CORE::sysread($_[0], $_[1], $_[2], $_[3]) : die("Wrong args count! (@_)")))
88 42 0 if ($!)
89 42 0 if $!{'EINTR'}
122 0 6 if @_ != 4
133 21 6 if ($nfound == -1) { }
134 21 0 if ($!{'EINTR'})
146 3 3 wantarray ? :