| blib/lib/RapidApp/Module/Grid/Role/ExcelExport.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 0 | 13 | 0.0 | 
| line | l | !l | condition | 
|---|---|---|---|
| 274 | 0 | 0 | warn "ExcelExport: column $col does not exist in columns hash" and next | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 89 | 0 | 0 | 0 | defined $field->header and defined $field->name | 
| 184 | 0 | 0 | 0 | $data->{'results'} and $data->{'results'} > @{$data->{'rows'};} | 
| line | l | !l | condition | 
|---|---|---|---|
| 60 | 0 | 0 | $params->{'export_filename'} || 'export' | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 57 | 0 | 0 | 0 | $formats{$params->{'export_format'}} || $formats{'text/csv'} |