| blib/lib/Math/Random/TT800.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 Math::Random::TT800; | ||||||
| 2 | |||||||
| 3 | 1 | 1 | 753 | use strict; | |||
| 1 | 2 | ||||||
| 1 | 44 | ||||||
| 4 | 1 | 1 | 5 | use vars qw($VERSION @ISA @EXPORT @EXPORT_OK); | |||
| 1 | 2 | ||||||
| 1 | 167 | ||||||
| 5 | |||||||
| 6 | require Exporter; | ||||||
| 7 | require DynaLoader; | ||||||
| 8 | |||||||
| 9 | @ISA = qw(Exporter DynaLoader); | ||||||
| 10 | |||||||
| 11 | @EXPORT = qw(); | ||||||
| 12 | @EXPORT_OK = qw(); | ||||||
| 13 | |||||||
| 14 | $VERSION = '1.01'; | ||||||
| 15 | |||||||
| 16 | bootstrap Math::Random::TT800 $VERSION; | ||||||
| 17 | |||||||
| 18 | 1; | ||||||
| 19 | |||||||
| 20 | __END__ |