| lib/Text/ASCIITable/EasyTable.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 8 | 13 | 61.5 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 24 | 0 | 0 | 13 | ref $_[0] && &reftype($_[0]) eq $_[1] |
| 159 | 15 | 0 | 0 | defined $options{'max_rows'} and ++$row_count > $options{'max_rows'} |
| 167 | 9 | 0 | 9 | ref $row_lu{$_} && &reftype($row_lu{$_}) eq 'CODE' |
| line | l | !l | condition |
|---|---|---|---|
| 104 | 1 | 4 | $table_options //= {} |
| 109 | 1 | 4 | $table_options->{'headingText'} //= "Table" |