File Coverage

blib/lib/Filesys/Restrict/X/Base.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 Filesys::Restrict::X::Base;
2              
3 5     5   2616 use strict;
  5         10  
  5         143  
4 5     5   25 use warnings;
  5         13  
  5         125  
5              
6 5     5   22 use parent 'X::Tiny::Base';
  5         10  
  5         38  
7              
8             1;
9