blib/arch/Geo/Geos/IntersectionMatrix.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 6 | 6 | 100.0 |
branch | n/a | ||
condition | n/a | ||
subroutine | 2 | 2 | 100.0 |
pod | n/a | ||
total | 8 | 8 | 100.0 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | package Geo::Geos::IntersectionMatrix; | ||||||
2 | |||||||
3 | 29 | 29 | 104992 | use Geo::Geos; | |||
29 | 79 | ||||||
29 | 1232 | ||||||
4 | |||||||
5 | use overload | ||||||
6 | 29 | 239 | '""' => \&Geo::Geos::IntersectionMatrix::toString, | ||||
7 | 29 | 29 | 166 | 'fallback' => 1; | |||
29 | 58 | ||||||
8 | |||||||
9 | 1; |