Branch Coverage

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


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