lib/CallBackery/GuiPlugin/AbstractTable.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 17 | 0.0 |
line | l | !l | condition |
---|---|---|---|
87 | 0 | 0 | shift() // "" |
129 | 0 | 0 | $args{'type'} // "XLSX" |
151 | 0 | 0 | $self->user->userInfo->{'lang'} // "en" |
198 | 0 | 0 | $tc->{'format'} // "yyyy-mm-dd hh:mm:ss" |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
130 | 0 | 0 | 0 | $args{'label'} // trm("Export %1", $type) |
132 | 0 | 0 | 0 | $args{'filename'} // CallBackery::GuiPlugin::AbstractTable::localtime()->strftime("export-%Y-%m-%d-%H-%M-%S.") . lc($type) |
199 | 0 | 0 | 0 | $date_format{$fmt} //= $workbook->add_format("num_format", $fmt) |