blib/lib/HTML/Table/Compiler.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 5 | 10 | 50.0 |
line | true | false | branch |
---|---|---|---|
16 | 0 | 1 | unless (defined $data and ref $data and ref $data eq 'ARRAY') |
19 | 0 | 1 | unless my $cols_number = $self->getTableCols |
20 | 0 | 1 | unless my $rows_number = $self->getTableRows |
22 | 1 | 0 | if ($rows_number * $cols_number < @$data and $$self{'autogrow'}) |
24 | 0 | 1 | int $splits == $splits ? : |