| src/xs/geos/precision.h | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | 2 | 2 | 100.0 |
| branch | n/a | ||
| condition | n/a | ||
| subroutine | n/a | ||
| pod | n/a | ||
| total | 2 | 2 | 100.0 |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | #pragma once | ||||||
| 2 | |||||||
| 3 | #include |
||||||
| 4 | #include |
||||||
| 5 | #include |
||||||
| 6 | #include |
||||||
| 7 | #include |
||||||
| 8 | #include |
||||||
| 9 | |||||||
| 10 | namespace xs { | ||||||
| 11 | |||||||
| 12 | template <> | ||||||
| 13 | struct Typemap |
||||||
| 14 | 4 | static panda::string_view package() {return "Geo::Geos::Precision::GeometryPrecisionReducer"; } | |||||
| 15 | }; | ||||||
| 16 | |||||||
| 17 | template <> | ||||||
| 18 | struct Typemap |
||||||
| 19 | 4 | static panda::string_view package() {return "Geo::Geos::Precision::SimpleGeometryPrecisionReducer"; } | |||||
| 20 | }; | ||||||
| 21 | |||||||
| 22 | |||||||
| 23 | } |