Branch Coverage

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


line true false branch
89 0 0 @_ == 4 ? :
770 0 @_ == 3 ? :
24 746 unless ($read = @_ == 3 ? CORE::sysread($_[0], $_[1], $_[2]) : (@_ == 4 ? CORE::sysread($_[0], $_[1], $_[2], $_[3]) : die("Wrong args count! (@_)")))
90 24 0 if ($!)
91 24 0 if $!{'EINTR'}
124 0 6 if @_ != 4
135 21 6 if ($nfound == -1) { }
141 21 0 if ($!{'EINTR'})
155 3 3 wantarray ? :