In modules that contain many files which are included or required throughout, the coder module doesn't check them autmatically. Many .module files include external files. Perhaps I don't undersand the hook_coder function. Could it be done there?

Suggested solutions:
- manually create a list of file names and locations
- "automatically" traverse the directory structure, looking for .php, .inc etc
- combination of the two above

Comments

douggreen’s picture

If you use coder on a single module it does look for .inc files. Try example.com/coder/yourmodule.

example.com/coder does not traverse .inc files, because it's possible to inspect several modules, and in my experience, traversing .inc files took too much time.

It should probably also look for .php.

douggreen’s picture

Status: Active » Closed (duplicate)

See 109875