# Configuration for coverage.py

[run]
branch = True
omit =
    */setup.py

[report]
exclude_lines =
    def __repr__
    if __name__ == .__main__.:
