| line | true | false | branch | 
 
| 33 | 0 | 0 | unless defined $self->{'_colsep'} | 
 
| 55 | 0 | 0 | if ($style and my $t = $self->_getstyle($style)) | 
 
| 56 | 0 | 0 | if $t->{'skip_before'} | 
 
| 58 | 0 | 0 | if $t->{'line_before'} | 
 
| 75 | 0 | 0 | if ($colspan > 1) | 
 
| 85 | 0 | 0 | defined $data->{$fname} ? : | 
 
| 91 | 0 | 0 | if ($style) | 
 
| 92 | 0 | 0 | if (my $t = $self->_getstyle($style, $fname)) | 
 
| 94 | 0 | 0 | if ($t->{'line_before'}) | 
 
| 96 | 0 | 0 | $t->{'line_before'} eq '1' ? : | 
 
| 98 | 0 | 0 | if ($t->{'line_after'}) | 
 
| 100 | 0 | 0 | $t->{'line_after'} eq '1' ? : | 
 
| 102 | 0 | 0 | if ($t->{'excess'}) | 
 
| 105 | 0 | 0 | if ($t->{'truncate'}) | 
 
| 108 | 0 | 0 | if ($t->{'colspan'}) | 
 
| 121 | 0 | 0 | if ($linebefore) | 
 
| 133 | 0 | 0 | if (length $values[$i] <= $maxw) { } | 
 
| 139 | 0 | 0 | if (substr($values[$i], $maxw, 1) eq ' ') { } | 
 
|  | 0 | 0 | elsif ($t =~ /^(.*)([ ]+)/) { } | 
 
| 157 | 0 | 0 | if $t =~ /\S/ | 
 
| 158 | 0 | 0 | unless $more | 
 
| 161 | 0 | 0 | if ($self->{'_lines'} < @lines) | 
 
| 169 | 0 | 0 | if ($lineafter) | 
 
| 173 | 0 | 0 | if ($line_after) { } | 
 
|  | 0 | 0 | elsif ($skip_after) { } | 
 
| 195 | 0 | 0 | if (grep {$_->{'title'} =~ /\S/;} @{$$self{'_fields'};}) | 
 
| 232 | 0 | 0 | if $t ne '' and $widths->[$i] | 
 
| 235 | 0 | 0 | if ($a->{'align'} eq '<') { } | 
 
| 244 | 0 | 0 | if $a->{'colspan'} | 
 
| 251 | 0 | 0 | if not $self->{'_needskip'} or $self->{'_lines'} <= 0 | 
 
| 252 | 0 | 0 | unless $cancel |