Branch Coverage

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


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