[run]
branch = True
source = zope.interface

[report]
show_missing = true
exclude_lines =
    pragma: no cover
    class I[A-Z]\w+\((Interface|I[A-Z].*)\):
    raise NotImplementedError
    raise AssertionError
    self\.fail
