| blib/lib/Text/TabularDisplay.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 12 | 18 | 66.6 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 38 | 18 | 0 | 0 | ref $class and UNIVERSAL::isa($class, 'Text::TabularDisplay') | 
| 236 | 59 | 88 | 150 | $$length[$i] and $$length[$i] > $l | 
| 254 | 4 | 7 | 328 | defined $_ && length $_ | 
| line | l | !l | condition | 
|---|---|---|---|
| 60 | 1 | 0 | ref $self || (return $self->new) | 
| 121 | 1 | 25 | shift() || 0 | 
| 200 | 0 | 0 | shift() || 62 | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 122 | 2 | 24 | 0 | shift() || $#{$$self{'_DATA'};} |