File Coverage

xsi/MultiLineString.xsi
Criterion Covered Total %
statement 3 3 100.0
branch 5 10 50.0
condition n/a
subroutine n/a
pod n/a
total 8 13 61.5


line stmt bran cond sub pod time code
1             MODULE = Geo::Geos PACKAGE = Geo::Geos::MultiLineString
2             PROTOTYPES: DISABLE
3              
4 1 50         bool MultiLineString::isClosed()
5              
6             BOOT {
7 46 50         Stash(__PACKAGE__).inherit("Geo::Geos::Lineal");
    50          
8 46 50         Stash(__PACKAGE__).inherit("Geo::Geos::GeometryCollection");
    50          
9             }