blib/lib/Text/SpanningTable.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 9 | 16 | 56.2 |
line | l | !l | condition |
---|---|---|---|
176 | 1 | 2 | @cols and scalar @cols |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
394 | 0 | 11 | 43 | length $text and length $text > $width |
480 | 21 | 0 | 84 | $text && length $text |
514 | 0 | 0 | 28 | $self->newlines and not /\n$/ |
524 | 0 | 0 | 0 | $self->newlines and not /\n$/ |
line | l | !l | condition |
---|---|---|---|
250 | 7 | 6 | $type ||= 'middle' |