| blib/lib/SDL/MultiThread.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | 9 | 9 | 100.0 |
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 3 | 3 | 100.0 |
| pod | n/a | ||
| total | 12 | 12 | 100.0 |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | package SDL::MultiThread; | ||||||
| 2 | 2 | 2 | 2406 | use strict; | |||
| 2 | 6 | ||||||
| 2 | 63 | ||||||
| 3 | 2 | 2 | 10 | use warnings; | |||
| 2 | 4 | ||||||
| 2 | 127 | ||||||
| 4 | require Exporter; | ||||||
| 5 | require DynaLoader; | ||||||
| 6 | our @ISA = qw(Exporter DynaLoader); | ||||||
| 7 | |||||||
| 8 | 2 | 2 | 12 | use SDL::Internal::Loader; | |||
| 2 | 3 | ||||||
| 2 | 174 | ||||||
| 9 | internal_load_dlls(__PACKAGE__); | ||||||
| 10 | |||||||
| 11 | our $VERSION = 2.548; | ||||||
| 12 | |||||||
| 13 | bootstrap SDL::MultiThread; | ||||||
| 14 | |||||||
| 15 | 1; |