blib/lib/Text/Table.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 22 | 31 | 70.9 |
line | l | !l | condition |
---|---|---|---|
486 | 3 | 206 | $tb->n_cols && scalar @{$tb->_cols->[0];} |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
36 | 0 | 107 | 0 | defined $datum && (ref $datum eq 'SCALAR' || ref $datum eq 'HASH' && $datum->{'is_sep'}) |
79 | 209 | 14 | 63 | defined $$ref and length $$ref |
503 | 3 | 0 | 35 | $tb->height && length(($tb->table(0))[0]) - 1 |
line | l | !l | condition |
---|---|---|---|
510 | 12 | 4 | $col_index ||= 0 |
540 | 12 | 4 | &sum(@widths) || 0 |
626 | 7 | 65 | $from ||= 0 |
854 | 0 | 0 | $toggle ||= 'on' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
138 | 1 | 91 | 0 | ref $align eq 'Regexp' or $align =~ /^(?:left|center|right|num\(?|point\(?|auto)/ |
309 | 74 | 62 | 44 | $idx == 0 || $idx == $#$seps |
393 | 0 | 0 | 15 | $@ or not $ok |
630 | 0 | 3 | 69 | $from + $n < 0 or $from >= $total |