Branch Coverage

blib/lib/AMF/Connection/InputStream.pm
Criterion Covered Total %
branch 0 22 0.0


line true false branch
34 0 0 if ref $stream
42 0 0 if (defined $storable_amf_options)
44 0 0 if ($Storable::AMF::VERSION < 0.84)
57 0 0 if $length + $$class{'cursor'} > length $$class{'stream'}
88 0 0 if $bigEndian
118 0 0 if ($type == 17) { }
121 0 0 if ($storable_with_options == 0 or not defined $$class{'options'}) { }
133 0 0 if ($storable_with_options == 0 or not defined $$class{'options'}) { }
144 0 0 if $@
147 0 0 if (defined $obj)
148 0 0 unless $len + $$class{'cursor'} > length $$class{'stream'}