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   70 use strict;
  11         26  
  11         327  
4 11     11   82 use warnings;
  11         35  
  11         372  
5              
6             use constant {
7 11         937 flag_CLOEXEC => 524288,
8             flag_NONBLOCK => 2048,
9 11     11   55 };
  11         35  
10              
11             1;