.gitignore
.travis.yml
CHANGES.md
LICENSE.txt
README.md
release.sh
setup.cfg
setup.py
test-requirements.txt
tox.ini
pycobertura/__init__.py
pycobertura/cli.py
pycobertura/cobertura.py
pycobertura/reporters.py
pycobertura/utils.py
pycobertura.egg-info/PKG-INFO
pycobertura.egg-info/SOURCES.txt
pycobertura.egg-info/dependency_links.txt
pycobertura.egg-info/entry_points.txt
pycobertura.egg-info/not-zip-safe
pycobertura.egg-info/requires.txt
pycobertura.egg-info/top_level.txt
pycobertura/templates/html-delta.jinja2
pycobertura/templates/html.jinja2
pycobertura/templates/normalize.css
pycobertura/templates/skeleton.css
tests/README.generate-dummy-coverage-for-testing.md
tests/__init__.py
tests/cobertura.xml
tests/dummy.original-better-cov.xml
tests/dummy.original-full-cov.xml
tests/dummy.original.xml
tests/dummy.with-dummy2-better-and-worse.xml
tests/dummy.with-dummy2-better-cov.xml
tests/dummy.with-dummy2-full-cov.xml
tests/dummy.with-dummy2-no-cov.xml
tests/test_cli.py
tests/test_cobertura.py
tests/test_colorize.py
tests/test_imports.py
tests/test_rangify.py
tests/test_reporters.py
tests/dummy/setup.cfg
tests/dummy/test_dummy.py
tests/dummy/dummy/__init__.py
tests/dummy/dummy/dummy.py
tests/dummy/dummy/dummy2.py