File Coverage

blib/lib/Linux/Perl/Constants/Fcntl.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 Linux::Perl::Constants::Fcntl;
2              
3 11     11   83 use strict;
  11         22  
  11         303  
4 11     11   64 use warnings;
  11         24  
  11         354  
5              
6             use constant {
7 11         974 flag_CLOEXEC => 524288,
8             flag_NONBLOCK => 2048,
9 11     11   53 };
  11         27  
10              
11             1;