Do you trust your unit tests?


[](http://localhost:9000/dashboard?id=com.rdelgatte%3Apitest-examples)

Not really... Let's have a look to our unit tests




### Line coverage
How much of your code lines are executed while processing unit tests

### Branch coverage
All program branches or conditional states should be tested at least once


### How to test your unit tests?

## Going TDD...
Slides: [bit.ly/2OLZKqR](https://bit.ly/2OLZKqR)
Code: [github.com/rdelgatte/pitest-examples](https://github.com/rdelgatte/pitest-examples)