|
43 | 43 | <code>waiting()</code>
|
44 | 44 | </UndefinedFunction>
|
45 | 45 | </file>
|
| 46 | + <file src="src/Data/ProcessedCodeCoverageData.php"> |
| 47 | + <PossiblyNullArgument occurrences="1"> |
| 48 | + <code>$this->functionCoverage[$file][$functionName]['branches'][$branchId]['hit']</code> |
| 49 | + </PossiblyNullArgument> |
| 50 | + <PossiblyNullArrayAccess occurrences="1"> |
| 51 | + <code>$this->functionCoverage[$file][$functionName]['branches']</code> |
| 52 | + </PossiblyNullArrayAccess> |
| 53 | + <PossiblyNullArrayAssignment occurrences="1"> |
| 54 | + <code>$this->functionCoverage[$file][$functionName]['branches']</code> |
| 55 | + </PossiblyNullArrayAssignment> |
| 56 | + </file> |
46 | 57 | <file src="src/Driver/Xdebug2Driver.php">
|
47 | 58 | <UndefinedConstant occurrences="3">
|
48 | 59 | <code>XDEBUG_CC_BRANCH_CHECK</code>
|
|
131 | 142 | <code>$position</code>
|
132 | 143 | </PropertyNotSetInConstructor>
|
133 | 144 | </file>
|
134 |
| - <file src="src/ProcessedCodeCoverageData.php"> |
135 |
| - <PossiblyNullArgument occurrences="1"> |
136 |
| - <code>$this->functionCoverage[$file][$functionName]['branches'][$branchId]['hit']</code> |
137 |
| - </PossiblyNullArgument> |
138 |
| - <PossiblyNullArrayAccess occurrences="1"> |
139 |
| - <code>$this->functionCoverage[$file][$functionName]['branches']</code> |
140 |
| - </PossiblyNullArrayAccess> |
141 |
| - <PossiblyNullArrayAssignment occurrences="1"> |
142 |
| - <code>$this->functionCoverage[$file][$functionName]['branches']</code> |
143 |
| - </PossiblyNullArrayAssignment> |
144 |
| - </file> |
145 | 145 | <file src="src/Report/Html/Renderer/File.php">
|
146 | 146 | <InternalClass occurrences="7">
|
147 | 147 | <code>BaseTestRunner::STATUS_ERROR</code>
|
|
0 commit comments