| 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 | 142156 | use Geo::Geos; | |||
| 29 | 55 | ||||||
| 29 | 1062 | ||||||
| 4 | |||||||
| 5 | use overload | ||||||
| 6 | 29 | 149 | '""' => \&Geo::Geos::IntersectionMatrix::toString, | ||||
| 7 | 29 | 29 | 145 | 'fallback' => 1; | |||
| 29 | 47 | ||||||
| 8 | |||||||
| 9 | 1; |