Branch Coverage

lib/PDF/Boxer/Content/Box.pm
Criterion Covered Total %
branch 0 54 0.0


line true false branch
33 0 0 unless exists $$args{$attr}
35 0 0 if (ref $arg) { }
36 0 0 unless (ref $arg eq 'ARRAY')
43 0 0 defined $$arg[1] ? :
44 0 0 defined $$arg[2] ? :
45 0 0 defined $$arg[3] ? :
55 0 0 unless ($self->parent)
81 0 0 unless $method
83 0 0 if (@kids)
109 0 0 unless $self->parent
112 0 0 unless $self->parent
128 0 0 if (@$kids)
131 0 0 if $_->margin_height > $highest
132 0 0 if ($width + $_->margin_width > $self->boxer->max_width) { }
135 0 0 if $width > $widest
139 0 0 $width ? :
156 0 0 if ($self->position_set)
158 0 0 if (@$kids)
161 0 0 if $kid->margin_height > $highest
162 0 0 if ($x + $kid->margin_width > $self->width) { }
181 0 0 if ($self->background)
187 0 0 if ($self->border)
196 0 0 if ($self->border->[0])
203 0 0 if ($self->border->[1])
210 0 0 if ($self->border->[2])
217 0 0 if ($self->border->[3])
225 0 0 if ($self->debug and $self->name and $self->name eq 'Head' || $self->name eq 'Header' || $self->name eq 'Details' || $self->name eq 'ContentGrid')