| lib/Text/ASCIITable/EasyTable.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 9 | 16 | 56.2 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 24 | 0 | 0 | 15 | ref $_[0] && &reftype($_[0]) eq $_[1] |
| 60 | 6 | 0 | 0 | $options{'columns'} and not $options{'index'} |
| 185 | 20 | 0 | 0 | defined $options{'max_rows'} and ++$row_count > $options{'max_rows'} |
| 193 | 9 | 0 | 9 | ref $row_lu{$_} && &reftype($row_lu{$_}) eq 'CODE' |
| line | l | !l | condition |
|---|---|---|---|
| 116 | 1 | 5 | $table_options //= {} |
| 121 | 1 | 5 | $table_options->{'headingText'} //= "Table" |