File Coverage

blib/lib/SDL/Cursor.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::Cursor;
2 2     2   4335 use strict;
  2         5  
  2         85  
3 2     2   13 use warnings;
  2         4  
  2         502  
4             require Exporter;
5             require DynaLoader;
6             our @ISA = qw(Exporter DynaLoader);
7              
8 2     2   11 use SDL::Internal::Loader;
  2         6  
  2         404  
9             internal_load_dlls(__PACKAGE__);
10              
11             bootstrap SDL::Cursor;
12              
13             1;