File Coverage

xsi/MultiPoint.xsi
Criterion Covered Total %
statement 2 3 66.6
branch 4 8 50.0
condition n/a
subroutine n/a
pod n/a
total 6 11 54.5


line stmt bran cond sub pod time code
1             MODULE = Geo::Geos PACKAGE = Geo::Geos::MultiPoint
2             PROTOTYPES: DISABLE
3              
4 0           int CLONE_SKIP (...) { PERL_UNUSED_VAR(items); RETVAL = 1; }
5              
6             BOOT {
7 46 50         Stash(__PACKAGE__).inherit("Geo::Geos::Puntal");
    50          
8 46 50         Stash(__PACKAGE__).inherit("Geo::Geos::GeometryCollection");
    50          
9             }