• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

brick / geo / 280 / 4
50%
master: 50%

Build:
DEFAULT BRANCH: master
Ran 22 Mar 2015 05:19PM UTC
Files 65
Run time 23min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

22 Mar 2015 05:10PM UTC coverage: 29.032% (+1.5%) from 27.504%
ENGINE=GEOS

push

travis-ci

BenMorel
Removed LinearRing and Line

LineString does not have subclasses any more.
One can check if it forms a linear ring by calling `isRing()`, and if it forms a line by checking `numPoints() == 2`.

This introduces the ability to form potentially invalid polygons with self-intersecting rings, and leaves the developer the choice to explicitly check them for validity with the new `isValid()` method introduced earlier. This is the approach followed by most implementations, including database vendors and the GEOS project.

This consequently speeds up creation of LineString and therefore Polygon objects, by not systematically running these expensive computations on instantiation.

684 of 2356 relevant lines covered (29.03%)

61.98 hits per line

Source Files on job 280.4 (ENGINE=GEOS)
  • Tree
  • List 0
  • Changed 10
  • Source Changed 5
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 280
  • Travis Job 280.4
  • 3c410fc7 on github
  • Prev Job for ENGINE=GEOS on master (#279.8)
  • Next Job for ENGINE=GEOS on master (#281.8)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc