Branch Coverage

lib/HTTP/Promise/Stream/LZW.pm
Criterion Covered Total %
branch 0 28 0.0


line true false branch
43 0 0 unless defined $from_fh and defined $to_fh
45 0 0 unless $self->_load_class("Compress::LZW::Decompressor", {"no_import", 1})
57 0 0 if ($@)
61 0 0 unless defined $rv
63 0 0 unless defined $n
71 0 0 if (not defined $rv) { }
91 0 0 unless defined $from_fh and defined $to_fh
93 0 0 unless $self->_load_class("Compress::LZW::Compressor", {"no_import", 1})
105 0 0 if ($@)
109 0 0 unless defined $rv
112 0 0 unless defined $n
120 0 0 if (not defined $rv) { }
135 0 0 $@ ? :
141 0 0 $@ ? :