How to test the line coverage of OpenCV-python

please explain, what (you think) that is.

opencv is a c++ library, the python bindings are only shallow, auto-generated wrappers around c++ functionality.

and btw, there are unit tests, performance tests, and even python tests for those wrappers, too, care to take a look at github ?