blib/lib/Data/Tabulate.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 13 | 24 | 54.1 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
28 | 0 | 0 | 0 | defined $atts and ref $atts eq 'HASH' |
0 | 0 | 0 | defined $atts and ref $atts eq 'HASH' and exists $$atts{'data'} | |
0 | 0 | 0 | defined $atts and ref $atts eq 'HASH' and exists $$atts{'data'} and ref $$atts{'data'} eq 'ARRAY' | |
129 | 19 | 0 | 6 | defined $value and $value =~ /^[1-9]\d*$/ |
132 | 2 | 11 | 12 | $caller and $caller =~ /min_columns/ |
143 | 29 | 0 | 5 | defined $value and $value =~ /^[1-9]\d*$/ |
146 | 1 | 11 | 22 | $caller and $caller =~ /max_columns/ |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
132 | 12 | 4 | 9 | $caller and $caller =~ /min_columns/ or not defined $self->min_columns |