/usr/local/lib/perl5/site_perl/5.26.1/x86_64-linux/XS/libgeos.x/i/geos/noding/SegmentPointComparator.h | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 6 | 14 | 42.8 |
line | true | false | branch |
---|---|---|---|
55 | 0 | 1 | if (p0.equals2D(p1)) return 0; |
77 | 1 | 1 | if (x0 < x1) return -1; |
78 | 0 | 1 | if (x0 > x1) return 1; |
84 | 0 | 1 | if (compareSign0 < 0) return -1; |
85 | 1 | 0 | if (compareSign0 > 0) return 1; |
86 | 0 | 0 | if (compareSign1 < 0) return -1; |
87 | 0 | 0 | if (compareSign1 > 0) return 1; |