File Coverage

src/xs/io.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              
9             namespace xs {
10              
11             template <>
12             struct Typemap: TypemapObject{
13 4           static panda::string_view package() {return "Geo::Geos::WKBWriter"; }
14             };
15              
16             template <>
17             struct Typemap: TypemapObject{
18 4           static panda::string_view package() {return "Geo::Geos::WKTWriter"; }
19             };
20              
21              
22             }