Branch Coverage

blib/lib/Async/Stream/Iterator.pm
Criterion Covered Total %
branch 7 8 87.5


line true false branch
42 1 54 unless ($stream->isa('Async::Stream'))
50 0 226 unless defined $item
53 173 53 if (defined $_[0]) { }
76 1 226 if (ref $return_cb ne 'CODE')