Branch Coverage

blib/lib/Data/BISON/Encoder.pm
Criterion Covered Total %
branch 0 32 0.0


line true false branch
23 0 0 if ($ver < 1 or $ver > 1)
41 0 0 if ($size > 65535)
65 0 0 if $self->sort
98 0 0 if ($int < 0) { }
114 0 0 $self->double ? :
116 0 0 if ($Data::BISON::Encoder::Config{'byteorder'} eq '4321')
120 0 0 $self->double ? :
127 0 0 if (not defined $obj) { }
0 0 elsif (my $type = ref $obj) { }
0 0 elsif (isnum $obj) { }
131 0 0 if ($type eq 'HASH') { }
0 0 elsif ($type eq 'ARRAY') { }
0 0 elsif (blessed $obj) { }
142 0 0 if (isint $obj) { }
163 0 0 unless @_ == 1
170 0 0 if ($self->yenc)