File Coverage

lib/SDL2/Semaphore.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 SDL2::Semaphore {
2              
3 2     2   15 use SDL2::Utils;
  2         4  
  2         15  
4 2     2   1743 use SDL2::Sem;
  2         6  
  2         146  
5             has();
6              
7             =encoding utf-8
8              
9             =head1 NAME
10              
11             SDL2::Semaphore - SDL semaphore structure
12              
13             =head1 SYNOPSIS
14              
15             use SDL2 qw[:all];
16             # TODO: I need to whip up a quick example
17              
18             =head1 DESCRIPTION
19              
20              
21             =head1 Fields
22            
23              
24             =head1 AUTHOR
25              
26             Sanko Robinson Esanko@cpan.orgE
27              
28             =begin stopwords
29              
30              
31             =end stopwords
32              
33             =cut
34              
35             };
36             1;