File Coverage

blib/lib/Linux/Perl/X.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::X;
2              
3 18     18   124 use strict;
  18         61  
  18         524  
4 18     18   81 use warnings;
  18         90  
  18         538  
5              
6 18     18   569 use parent qw( X::Tiny );
  18         381  
  18         181  
7              
8             1;