| blib/lib/CGI/Form/Table.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 18 | 18 | 100.0 |
| line | true | false | branch |
|---|---|---|---|
| 92 | 2 | 7 | unless $arg{'columns'} |
| 93 | 1 | 6 | unless $arg{'prefix'} |
| 94 | 4 | 2 | unless $arg{'initial_rows'} |
| 96 | 1 | 5 | if $arg{'initial_values'} and @{$arg{'initial_values'};} > $arg{'initial_rows'} |
| 166 | 2 | 28 | defined $$self{'column_header'}{$name} ? : |
| 180 | 10 | 85 | $$self{'column_content'}{$name} ? : |
| 200 | 2 | 16 | $value && $$_[0] && $value eq $$_[0] ? : |
| 217 | 4 | 85 | $$arg{'type'} ? : |
| 232 | 69 | 25 | unless defined $$self{'initial_values'}[--$row] |