blib/lib/Text/SpanningTable.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 11 | 16 | 68.7 |
line | l | !l | condition |
---|---|---|---|
174 | 1 | 4 | @cols and scalar @cols |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
432 | 0 | 13 | 46 | length $text and length $text > $width |
519 | 22 | 0 | 103 | $text && length $text |
560 | 0 | 0 | 37 | $self->newlines and not /\n$/ |
569 | 17 | 37 | 0 | $self->newlines and not /\n$/ |
line | l | !l | condition |
---|---|---|---|
272 | 10 | 6 | $type ||= 'middle' |