| blib/lib/RTF/Writer/TableRowDecl.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 22 | 42 | 52.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 117 | 0 | 3 | 2 | @params and grep defined($_), @params |
| 121 | 0 | 5 | 0 | @params == 1 and ref $params[0] |
| 123 | 0 | 2 | 3 | @params == 1 and $params[0] eq '1' |
| 141 | 0 | 1 | 4 | @alignments and grep defined($_), @alignments |
| 160 | 0 | 1 | 15 | defined $spec and length $spec |
| 187 | 0 | 0 | 5 | defined $spec and length $spec |
| 215 | 0 | 0 | 5 | defined $width and length $width |
| 249 | 0 | 0 | 0 | defined $r and ref $r eq 'ARRAY' |
| 289 | 0 | 0 | 4 | @borders > 0 and @borders < $cell_count |
| 293 | 0 | 3 | 1 | @valign > 0 and @valign < $cell_count |
| line | l | !l | condition |
|---|---|---|---|
| 65 | 0 | 5 | int($h{'left_start'} || 0) || 0 |
| 0 | 5 | int($h{'inbetween'} || 0) || 120 | |
| 219 | 4 | 1 | $style ||= 's' |
| 268 | 4 | 0 | int($_[0] || 0) || scalar @$reaches |
| 297 | 16 | 0 | shift @borders || '' |
| 12 | 4 | shift @valign || '' |