[run]
branch = True
include =
        ./*
omit =
        *tests*
        *__init__*
[report]
exclude_lines =
        pragma: no cover
        if __name__ == .__main__.:
[html]
directory = coverage_html_report
