| blib/lib/HTML/EditableTable/Vertical.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 18 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 41 | 0 | 0 | if (exists $$self{'title'}) |
| 45 | 0 | 0 | if (exists $$self{'tabindex'}) |
| 49 | 0 | 0 | if (exists $$self{'sortOrder'}) |
| 53 | 0 | 0 | unless ($data and $fields and $mode) |
| 67 | 0 | 0 | if (ref $$data{$dataKeys[0]} eq 'HASH') { } |
| 71 | 0 | 0 | if ($headingOrder) { } |
| 87 | 0 | 0 | if ($title) |
| 96 | 0 | 0 | if (scalar @datasetHeaders > 1) |
| 123 | 0 | 0 | unless ($$self{'suppressUndefinedFields'} and not defined $$data{$$row{'dbfield'}}) |