blib/lib/FLAT.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 3 | 3 | 100.0 |
branch | n/a | ||
condition | n/a | ||
subroutine | 1 | 1 | 100.0 |
pod | n/a | ||
total | 4 | 4 | 100.0 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | package FLAT; | ||||||
2 | 3 | 3 | 17 | use Carp; | |||
3 | 4 | ||||||
3 | 235 | ||||||
3 | |||||||
4 | ## let subclasses implement a minimal set of closure properties. | ||||||
5 | ## they can override these with more efficient versions if they like. | ||||||
6 | |||||||
7 | 1; | ||||||
8 | |||||||
9 | __END__ |