Skip to content

Instantly share code, notes, and snippets.

@sgillies
Created September 9, 2010 20:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sgillies/572501 to your computer and use it in GitHub Desktop.
Save sgillies/572501 to your computer and use it in GitHub Desktop.
Here's an attempt to log coverage.
commit 73344c76b2c34beb066ffe22548cf56a0d064e47
Author: sgillies <sean.gillies@gmail.com>
Date: Thu Sep 9 14:01:39 2010 -0600
$ coverage -e
$ coverage -x setup.py test
$ coverage -r shapely/*.py shapely/geometry/*.py
Name Stmts Exec Cover
------------------------------------------------------
shapely/__init__ 0 0 100%
shapely/coords 113 108 95%
shapely/ctypes_declarations 176 176 100%
shapely/geometry/__init__ 9 9 100%
shapely/geometry/base 261 226 86%
shapely/geometry/collection 17 10 58%
shapely/geometry/geo 47 29 61%
shapely/geometry/linestring 121 88 72%
shapely/geometry/multilinestring 64 48 75%
shapely/geometry/multipoint 96 85 88%
shapely/geometry/multipolygon 81 72 88%
shapely/geometry/point 121 103 85%
shapely/geometry/polygon 244 205 84%
shapely/geometry/proxy 34 33 97%
shapely/geos 248 167 67%
shapely/impl 30 30 100%
shapely/iterops 32 27 84%
shapely/linref 17 17 100%
shapely/ops 55 53 96%
shapely/predicates 16 13 81%
shapely/prepared 24 18 75%
shapely/topology 41 38 92%
shapely/validation 3 3 100%
shapely/wkb 21 16 76%
shapely/wkt 17 12 70%
------------------------------------------------------
TOTAL 1888 1586 84%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment