Your project should not contain "FIXME" comments
- Read doc
- Productivity
- Major
More information: https://insight.symfony.com/what-we-analyse/task_fixme_comment
- */
- private function getFileTable(array $result): int
- {
- $threshold = $this->coverageCheck->getThreshold();
- $tableRows = [];
- // @todo: Convert to ValueObject?
- $totalElements = ['coveredMetrics' => 0, 'totalMetrics' => 0];
- $metrics = $result['fileMetrics'];
- $totalCoverage = $result['totalCoverage'];
- unset($result);