Possible duplicate:
How to find unused functions in a PHP project
I found that sometimes, after developing for a while, some functions that are not used are still in the code. Its hard to track, some IDEs will allocate unused variables, but functions?
It will be something like Code Coverage, but not for unit tests.
source
share