| blib/lib/HTML/FormFu/Element/SimpleTable.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 14 | 20 | 70.0 |
| line | true | false | branch |
|---|---|---|---|
| 28 | 0 | 4 | if &reftype($headers) ne 'ARRAY' |
| 44 | 4 | 0 | if (@original_rows) |
| 54 | 0 | 6 | if @_ > 2 |
| 56 | 0 | 6 | if &reftype($rows) ne 'ARRAY' |
| 60 | 0 | 10 | if &reftype($cells) ne 'ARRAY' |
| 90 | 5 | 14 | if ($i == 1 and $first_cell->tag eq 'th') |
| 96 | 10 | 4 | if ($i % 2) { } |
| 97 | 2 | 8 | if (defined $odd) |
| 102 | 1 | 3 | if (defined $even) |
| 110 | 0 | 10 | $args ? : |