File Coverage

lib/SDL2/SysWMmsg.pm
Criterion Covered Total %
statement 3 3 100.0
branch n/a
condition n/a
subroutine 1 1 100.0
pod n/a
total 4 4 100.0


line stmt bran cond sub pod time code
1             package SDL2::SysWMmsg {
2 2     2   13 use SDL2::Utils;
  2         4  
  2         13  
3             has(); # contents depends on driver, platform, etc.
4              
5             =encoding utf-8
6              
7             =head1 NAME
8              
9             SDL2::SysWMmsg - Driver dependant data
10              
11             =head1 SYNOPSIS
12              
13             use SDL2 qw[:all];
14             # TODO: I need to whip up a quick example
15              
16             =head1 DESCRIPTION
17              
18              
19             =head1 Fields
20              
21             Fields in this structure depend on the driver.
22              
23             =head1 AUTHOR
24              
25             Sanko Robinson Esanko@cpan.orgE
26              
27             =begin stopwords
28              
29              
30             =end stopwords
31              
32             =cut
33              
34             };
35             1;