File Coverage

xsi/Point.xsi
Criterion Covered Total %
statement 4 4 100.0
branch 6 12 50.0
condition n/a
subroutine n/a
pod n/a
total 10 16 62.5


line stmt bran cond sub pod time code
1             MODULE = Geo::Geos PACKAGE = Geo::Geos::Point
2             PROTOTYPES: DISABLE
3              
4 3 50         double Point::getX();
5              
6 4 50         double Point::getY();
7              
8 1 50         Sv Point::reverse() { RETVAL = Helper::uplift(THIS->reverse()); }
    50          
9              
10             BOOT {
11 46 50         Stash(__PACKAGE__).inherit("Geo::Geos::Puntal");
    50          
12             }