iOS swift code coverage percentage not increasing

I have write test cases for lots of the class in my project. But coverage percentage is not increasing.
Is it necessary to cover all lines of code in test case class.

Thanks