Branch Coverage

blib/lib/PDF/API2/Basic/PDF/Literal.pm
Criterion Covered Total %
branch 0 20 0.0


line true false branch
21 0 0 if ref $class
24 0 0 if (scalar @opts > 1) { }
0 0 elsif (scalar @opts == 1) { }
39 0 0 if ($self->{'-isdict'}) { }
41 0 0 if (defined $self->{' stream'}) { }
52 0 0 if $k =~ /^[ \-]/o
54 0 0 if (ref $self->{$k} eq 'ARRAY') { }
0 0 elsif (ref $self->{$k} eq 'HASH') { }
0 0 elsif (&blessed($self->{$k}) and $self->{$k}->can('outobj')) { }
73 0 0 if (defined $self->{' stream'})