# Configuration for coverage.py

[run]
branch = True
omit =
    oct2py/tests/*
    oct2py/ipython/tests/*

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