File Coverage

blib/lib/Linux/Perl/getdents/x86_64.pm
Criterion Covered Total %
statement 12 12 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod n/a
total 16 16 100.0


line stmt bran cond sub pod time code
1             package Linux::Perl::getdents::x86_64;
2              
3 2     2   1272 use strict;
  2         34  
  2         73  
4 2     2   23 use warnings;
  2         5  
  2         126  
5              
6 2     2   15 use parent qw( Linux::Perl::getdents );
  2         5  
  2         72  
7              
8 2     2   439 use constant NR_getdents64 => 217;
  2         5  
  2         427  
9              
10             1;