src/xs/geos/prep.h | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 1 | 1 | 100.0 |
branch | n/a | ||
condition | n/a | ||
subroutine | n/a | ||
pod | n/a | ||
total | 1 | 1 | 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 | |||||||
9 | namespace xs { | ||||||
10 | |||||||
11 | template |
||||||
12 | struct Typemap |
||||||
13 | 4 | static panda::string_view package() {return "Geo::Geos::Prep::Geometry"; } | |||||
14 | }; | ||||||
15 | |||||||
16 | } |