| lib/Smartcat/App/DocumentExportApi.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 22 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 56 | 0 | 0 | unless $task |
| 79 | 0 | 0 | unless ($response) |
| 88 | 0 | 0 | if $response->code != 204 |
| 92 | 0 | 0 | $timeout < 300 ? : |
| 96 | 0 | 0 | if $response->code == 422 |
| 99 | 0 | 0 | if ($single_file_export) { } |
| 117 | 0 | 0 | unless my $u = "IO::Uncompress::Unzip"->new(\$content) |
| 125 | 0 | 0 | if ($name =~ /$rundata->{'filetype'}$/) { } |
| 126 | 0 | 0 | unless $name =~ /(.*)\((.*)\)$rundata->{'filetype'}$/ |
| 134 | 0 | 0 | unless open my $fh, ">", $filepath |
| 144 | 0 | 0 | if $status < 0 |