Branch Coverage

xsi/WKTWriter.xsi
Criterion Covered Total %
branch 6 58 10.3


line true false branch
6 2 0 if (roundingPrecision) RETVAL->setRoundingPrecision(SvIV(roundingPrecision));
2 0 if (roundingPrecision) RETVAL->setRoundingPrecision(SvIV(roundingPrecision));
7 0 2 if (trim) RETVAL->setTrim(SvTRUE(trim));
0 0 if (trim) RETVAL->setTrim(SvTRUE(trim));
0 0 if (trim) RETVAL->setTrim(SvTRUE(trim));
0 0 if (trim) RETVAL->setTrim(SvTRUE(trim));
8 0 2 }
0 0 }
0 0 }
0 0 }
0 0 }
0 0 }
0 0 }
0 0 }
0 0 }
0 0 }
0 0 }
0 0 }
0 0 }
0 0 }
0 0 }
0 0 }
0 0 }
0 0 }
0 0 }
0 0 }
0 0 }
14 2 0 std::string WKTWriter::write(Geometry& g) { RETVAL = THIS->write(&g); }
2 0 std::string WKTWriter::write(Geometry& g) { RETVAL = THIS->write(&g); }