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 8     8   47 use strict;
  8         15  
  8         192  
4 8     8   58 use warnings;
  8         18  
  8         199  
5              
6 8     8   32 use parent qw( X::Tiny );
  8         9  
  8         67  
7              
8             1;