I have three code files that coder scans:
mymodule.module
mymodule.php
mymodule_func.inc.php

It finds errors in mymodule.module, but not the other two files. I know for sure it should pick something up.
For example, this line in mymodule.php should trigger the error that there are no curly braces around the table name:
$uq = db_query("SELECT * FROM sessions WHERE sid = '%s'", $sessid);

Comments

douggreen’s picture

Version: 6.x-2.0-beta1 » 7.x-2.x-dev
Status: Active » Closed (fixed)

I don't know if this was a real problem, but we aren't supporting (that is, we aren't fixing) 6.x anymore. If you are still interested in this, I'm pretty sure that the 7.x-2.x-dev branch works just fine.