[run]
source = 
    orangecontrib/network
omit =
    orangecontrib/network/tests/*
    orangecontrib/network/widgets/tests/*

[report]
exclude_lines =
    pragma: no cover
    def __repr__

	# Don't complain if tests don't hit defensive assertion code:
    raise AssertionError
    raise NotImplementedError


	# Don't complain if non-runnable code isn't run:
    if 0:
    if __name__ == .__main__.:
