-
-
Notifications
You must be signed in to change notification settings - Fork 385
Description
Hi, I'm running using Robo (http://robo.li/) to run a series of Codeception unit tests which are then having the .cov files merged (using phpcov) and an HTML file produced to show code coverage - I mention all the steps in case that's relevant.
However, I'm finding that quite a few lines are being marked as 'not executed' when, depending on your perspective, they either were executed or are dead code (unless I'm misunderstanding how this should work). For example, the first brace here - also, I don't know if this is the correct marking for the closing brace.
Also, in this one, how can line 52 be not executed?
Or in this one, how can line 54 be not executed code?
My composer.lock file shows php-code-coverage at version 2.2.4, and phpcov at 2.0.2. phpUnit is at 4.8.19 and codeception is at 2.1.4.
Any ideas on what the issue is, or anything I can do to help get to the bottom of it?
Thanks, Iain


