| xsi/private_typemaps.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 | namespace xs { | ||||||
| 4 | |||||||
| 5 | template <> | ||||||
| 6 | struct Typemap |
||||||
| 7 | 8 | static const panda::string_view package() { return "Geo::Geos::Noding::SegmentNode"; } | |||||
| 8 | }; | ||||||
| 9 | |||||||
| 10 | } |