| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 0 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 1 |
| CRAP Score | 1 |
| Changes | 0 | ||
| 1 | <?php |
||
| 18 | 6 | public function __construct( |
|
| 19 | private readonly string $fileName, |
||
| 20 | private readonly string $filePath, |
||
| 21 | private readonly int $currentIteration, |
||
| 22 | private readonly int $totalIteration, |
||
| 23 | private readonly mixed $data = null, |
||
| 24 | private readonly ?string $archiveFilePath = null, |
||
| 25 | ) { |
||
| 26 | 6 | } |
|
| 58 |