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 5     5   26 use strict;
  5         7  
  5         111  
4 5     5   20 use warnings;
  5         6  
  5         120  
5              
6             use constant {
7 5         348 flag_CLOEXEC => 524288,
8             flag_NONBLOCK => 2048,
9 5     5   23 };
  5         9  
10              
11             1;