Hello,
is there a way to be sure that you not missed to test some function? I want to test lets say all posible functions, but it lot of them and you might easily miss.
It would be good to get notices or something like that on which functions has not been tested.
Maybe I need to cound methods of class and then count methods of test class. But maybe there is a better way.