File Coverage

lib/SDL2/Sem.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::Sem {
2              
3 2     2   14 use SDL2::Utils;
  2         3  
  2         15  
4             has();
5              
6             =encoding utf-8
7              
8             =head1 NAME
9              
10             SDL2::Sem - SDL semaphore structure
11              
12             =head1 SYNOPSIS
13              
14             use SDL2 qw[:all];
15             # TODO: I need to whip up a quick example
16              
17             =head1 DESCRIPTION
18              
19              
20             =head1 Fields
21            
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;