[run]
data_file = doc/.coverage

[report]
omit =
	/home/nohero/.virtualenvs/bloggerfs/lib/python2.5/
	/usr

[html]
directory = doc/htmlcov

[report]
exclude_lines = def __repr__
