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 | 43 | use strict; | |||
6 | 14 | ||||||
6 | 193 | ||||||
3 | 6 | 6 | 33 | use warnings; | |||
6 | 12 | ||||||
6 | 282 | ||||||
4 | |||||||
5 | our @ISA = qw(Exporter DynaLoader); | ||||||
6 | |||||||
7 | 6 | 6 | 47 | use SDL::Internal::Loader; | |||
6 | 13 | ||||||
6 | 466 | ||||||
8 | internal_load_dlls(__PACKAGE__); | ||||||
9 | |||||||
10 | our $VERSION = 2.548; | ||||||
11 | |||||||
12 | bootstrap SDLx::Controller::State; | ||||||
13 | |||||||
14 | 1; |