Condition Coverage

lib/PDF/Boxer/Content/Box.pm
Criterion Covered Total %
condition 0 17 0.0


and 3 conditions

line !l l&&!r l&&r condition
225 0 0 0 $self->debug and $self->name
0 0 0 $self->debug and $self->name and $self->name eq 'Head' || $self->name eq 'Header' || $self->name eq 'Details' || $self->name eq 'ContentGrid'

or 2 conditions

line l !l condition
194 0 0 $self->border_color || 'black'

or 3 conditions

line l !l&&r !l&&!r condition
67 0 0 0 $$child{'font'} ||= $self->font
68 0 0 0 $$child{'align'} ||= $self->align
225 0 0 0 $self->name eq 'Head' || $self->name eq 'Header' || $self->name eq 'Details' || $self->name eq 'ContentGrid'