Unit-tests project coverage
During project development, it is necessary to create unit-tests. It will help in the future to find problems with new code.
My suggestion is to create separate directory test, stores tests in it and to add bot wich would show the coverage by tests. I think, this issue should be completed after refactoring in issue #1.