File Coverage

lib/POSIX/SigSet.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             # Copyrights 2011-2015 by [Mark Overmeer].
2             # For other contributors see ChangeLog.
3             # See the manual pages for details on the licensing terms.
4             # Pod stripped from pm file by OODoc 2.01.
5 2     2   609 use warnings;
  2         2  
  2         48  
6 2     2   6 use strict;
  2         2  
  2         44  
7             # Implemented in XS
8              
9              
10              
11             1;