Condition Coverage

blib/lib/RapidApp/Module/Grid/Role/ExcelExport.pm
Criterion Covered Total %
condition 0 13 0.0


and 2 conditions

line l !l condition
274 0 0 warn "ExcelExport: column $col does not exist in columns hash" and next

and 3 conditions

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'};}

or 2 conditions

line l !l condition
60 0 0 $params->{'export_filename'} || 'export'

or 3 conditions

line l !l&&r !l&&!r condition
57 0 0 0 $formats{$params->{'export_format'}} || $formats{'text/csv'}