blib/lib/SDL/Mouse.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 SDL::Mouse; | ||||||
2 | 2 | 2 | 91662 | use strict; | |||
2 | 5 | ||||||
2 | 62 | ||||||
3 | 2 | 2 | 12 | use warnings; | |||
2 | 5 | ||||||
2 | 205 | ||||||
4 | require Exporter; | ||||||
5 | require DynaLoader; | ||||||
6 | our @ISA = qw(Exporter DynaLoader); | ||||||
7 | |||||||
8 | our $VERSION = 2.548; | ||||||
9 | |||||||
10 | bootstrap SDL::Mouse; | ||||||
11 | |||||||
12 | 1; |