| blib/lib/SDLx/Controller/State.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 SDLx::Controller::State; | ||||||
| 2 | 6 | 6 | 34 | use strict; | |||
| 6 | 12 | ||||||
| 6 | 229 | ||||||
| 3 | 6 | 6 | 36 | use warnings; | |||
| 6 | 14 | ||||||
| 6 | 273 | ||||||
| 4 | |||||||
| 5 | our @ISA = qw(Exporter DynaLoader); | ||||||
| 6 | |||||||
| 7 | 6 | 6 | 33 | use SDL::Internal::Loader; | |||
| 6 | 11 | ||||||
| 6 | 680 | ||||||
| 8 | internal_load_dlls(__PACKAGE__); | ||||||
| 9 | |||||||
| 10 | bootstrap SDLx::Controller::State; | ||||||
| 11 | |||||||
| 12 | 1; |