| blib/lib/HTML/FormFu/Element/SimpleTable.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 15 | 20 | 75.0 |
| line | true | false | branch |
|---|---|---|---|
| 29 | 0 | 4 | if &reftype($headers) ne 'ARRAY' |
| 45 | 3 | 1 | if (@original_rows) |
| 55 | 0 | 6 | if @_ > 2 |
| 57 | 0 | 6 | if &reftype($rows) ne 'ARRAY' |
| 61 | 0 | 10 | if &reftype($cells) ne 'ARRAY' |
| 91 | 5 | 14 | if ($i == 1 and $first_cell->tag eq 'th') |
| 97 | 10 | 4 | if ($i % 2) { } |
| 98 | 2 | 8 | if (defined $odd) |
| 103 | 1 | 3 | if (defined $even) |
| 111 | 0 | 10 | $args ? : |