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

[report]
exclude_lines =
    __repr__
    __str__
    pragma: no cover
    raise AssertionError
    raise NotImplementedError
    if 0:
    if __name__ == .__main__.:
    \.\.\.$