What is code coverage and how do YOU measure it?

后端 未结 9 1853
长情又很酷
长情又很酷 2020-12-04 04:39

What is code coverage and how do YOU measure it?

I was asked this question regarding our automating testing code coverage. It seems to be that, outside of automated

9条回答
  •  再見小時候
    2020-12-04 05:13

    For PHP you should take a look at the Github from Sebastian Bergmann

    Provides collection, processing, and rendering functionality for PHP code coverage information.

    https://github.com/sebastianbergmann/php-code-coverage

提交回复
热议问题