blib/lib/Catalyst/Action/Serialize/SimpleXLSX.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 5 | 11 | 45.4 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
199 | 2 | 1 | 0 | $sheets and $rows |
240 | 8 | 0 | 0 | defined $auto_widths[$col] and $auto_widths[$col] < length $header |
252 | 44 | 0 | 0 | defined $auto_widths[$col] and $auto_widths[$col] < length $the_col |
line | l | !l | condition |
---|---|---|---|
148 | 6 | 0 | ($controller->config->{'serialize'} ? $controller->config->{'serialize'}{'stash_key'} : $controller->config->{'stash_key'}) || 'rest' |