[run]
data_file = coverage.coverage
branch = True

[report]
exclude_lines =
    pragma: no cover

    raise AssertionError
    raise NotImplementedError
    if sys.version_info

include =
    clize/*
