line |
true |
false |
branch |
51
|
1 |
1228 |
unless exists $arguments{$arg}
|
54
|
1 |
716 |
unless my $rows = $param{'rows'}
|
61
|
1 |
715 |
if $param{'indent'} =~ /^[0-9]+$/u
|
64
|
0 |
716 |
unless exists $charsets{$style}
|
67
|
309 |
407 |
if ($style eq 'classic') { }
|
|
403 |
4 |
elsif ($style eq 'markdown') { }
|
83
|
13 |
700 |
if (defined $param{'align'}) { }
|
86
|
6 |
7 |
XXX ? :
|
93
|
417 |
296 |
if $param{'header_row'}
|
109
|
404 |
309 |
if $param->{'top_and_tail'}
|
117
|
404 |
309 |
if $param->{'top_and_tail'}
|
124
|
0 |
1040 |
$param->{'compact'} ? :
|
137
|
296 |
417 |
unless $param->{'header_row'}
|
145
|
3 |
2167 |
if (join($", @{$row;}) =~ /[^\\]\|/u)
|
153
|
2 |
5 |
$param->{'compact'} ? :
|
161
|
9 |
18 |
if $colalign eq "l"
|
162
|
12 |
15 |
if $colalign eq "r"
|
163
|
6 |
21 |
if $colalign eq "c"
|
171
|
400 |
313 |
if ($param->{'style'} eq "markdown")
|
175
|
4 |
396 |
if $param->{'align'}
|
177
|
296 |
413 |
unless $param->{'header_row'}
|
178
|
6 |
407 |
$param->{'separate_rows'} ? :
|
186
|
9 |
704 |
$param->{'separate_rows'} ? :
|
209
|
15 |
47106 |
$param->{'compact'} ? :
|
211
|
86 |
47035 |
if ($align eq 'r' or $align eq 'right') { }
|
|
29 |
47006 |
elsif ($align eq 'c' or $align eq 'center' or $align eq 'centre') { }
|
218
|
1 |
28 |
if $total_spaces % 2 == 1
|
233
|
47 |
43820 |
unless defined $columns[$i]
|
237
|
4376 |
39444 |
if not defined $widths[$i] or $width > $widths[$i]
|