如何获取单元测试未涵盖的类方法和其他非类方法

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?