blib/lib/Text/Tabulate.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 14 | 22 | 63.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
228 | 0 | 11 | 0 | @lines and $lines[$#lines] =~ /^\s*$/ |
244 | 168 | 0 | 0 | defined $ignore and $line =~ /$ignore/ |
299 | 168 | 0 | 0 | defined $ignore and $line =~ /$ignore/ |
452 | 10 | 30 | 6 | $max > 0 and $i >= $max |
line | l | !l | condition |
---|---|---|---|
337 | 832 | 320 | $fpad ||= ' ' |
338 | 768 | 384 | $bpad ||= ' ' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
90 | 0 | 20 | 0 | ref $this || $this |
255 | 74 | 130 | 754 | not defined $width[$i] or $width[$i] < $l |