Branch Coverage

blib/lib/PDF/TableX/Cell.pm
Criterion Covered Total %
branch 27 28 96.4


line true false branch
39 184 2333 $word_width > $min_width ? :
51 95 8 $line_width > $reg_width ? :
66 48 108 $self->text_align eq 'right' ? :
39 117 $self->text_align eq 'center' ? :
78 0 115 if ($overflow) { }
103 136 22 if ($self->border_width->[0])
104 136 22 if ($self->border_width->[1])
105 152 6 if ($self->border_width->[2])
106 152 6 if ($self->border_width->[3])
111 19 117 $self->{'_row_idx'} == 0 ? :
121 21 115 $self->{'_parent'}->is_last_in_row($self->{'_col_idx'}) ? :
131 21 131 $self->{'_parent'}->is_last_in_col($self->{'_row_idx'}) ? :
141 37 115 $self->{'_col_idx'} == 0 ? :
151 116 40 if ($self->background_color)