Why xdebug marks 587 and 588 as not executed and 589 as executed?

亡梦爱人 提交于 2019-12-13 23:57:37

问题


This is the chunk of code with the issue

And this is the legend


回答1:


I've understood what happens. The line 586 has multiple conditions and not all cases are covered and for those cases that are not covered 587 and 588 are listed as not executed.

The legend should be updated though because is confusing.



来源:https://stackoverflow.com/questions/54828254/why-xdebug-marks-587-and-588-as-not-executed-and-589-as-executed

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!