I am using Laravel with PHPUnit testing cases. I am writing unit tests to cover all my functions and class methods. The code is big and new functions added every day.
Is it possible to get function and class methods which are not yet covered by unit tests?