|
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> |
57 | 46 | <file src="src/Driver/Xdebug2Driver.php"> |
58 | 47 | <UndefinedConstant occurrences="3"> |
59 | 48 | <code>XDEBUG_CC_BRANCH_CHECK</code> |
|
142 | 131 | <code>$position</code> |
143 | 132 | </PropertyNotSetInConstructor> |
144 | 133 | </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