Branch Coverage

xsi/PrepGeometry.xsi
Criterion Covered Total %
branch 12 28 42.8


line true false branch
5 0 0
0 0
6 1 0 bool BasicPreparedGeometry::contains (Geometry& geom) { RETVAL = THIS->contains(&geom); }
8 1 0 bool BasicPreparedGeometry::containsProperly (Geometry& geom) { RETVAL = THIS->containsProperly(&geom); }
10 1 0 bool BasicPreparedGeometry::coveredBy (Geometry& geom) { RETVAL = THIS->coveredBy(&geom); }
12 1 0 bool BasicPreparedGeometry::covers (Geometry& geom) { RETVAL = THIS->covers(&geom); }
14 1 0 bool BasicPreparedGeometry::crosses (Geometry& geom) { RETVAL = THIS->crosses(&geom); }
16 1 0 bool BasicPreparedGeometry::disjoint (Geometry& geom) { RETVAL = THIS->disjoint(&geom); }
18 1 0 bool BasicPreparedGeometry::intersects (Geometry& geom) { RETVAL = THIS->intersects(&geom); }
20 1 0 bool BasicPreparedGeometry::overlaps (Geometry& geom) { RETVAL = THIS->overlaps(&geom); }
22 1 0 bool BasicPreparedGeometry::touches (Geometry& geom) { RETVAL = THIS->touches(&geom); }
24 1 0 bool BasicPreparedGeometry::within (Geometry& geom) { RETVAL = THIS->within(&geom); }
26 4 0 std::string BasicPreparedGeometry::toString (...)
4 0 std::string BasicPreparedGeometry::toString (...)