[run]
branch = True
relative_files = True
source =
    cryptography
    tests/

[paths]
source =
   src/cryptography
   *.tox/*/lib*/python*/site-packages/cryptography
   *.tox\*\Lib\site-packages\cryptography
   *.tox/pypy/site-packages/cryptography
tests =
   tests/
   *tests\

[report]
exclude_lines =
    @abc.abstractmethod
    @abc.abstractproperty
    @typing.overload
    if typing.TYPE_CHECKING
