Unit Test Coverage
Unit test coverage is a politically sensitive issue.
If you don't like (or want) unit testing, you set the threshold really high. 100% code coverage, or worse, 100% logic path coverage. Since these goals are difficult to achieve, the whole unit testing business can be made to go away.
If …
more ...