File Coverage

blib/lib/IO/Framed/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 IO::Framed::X;
2              
3 6     6   47 use strict;
  6         10  
  6         140  
4 6     6   27 use warnings;
  6         9  
  6         138  
5              
6 6     6   377 use parent qw( X::Tiny );
  6         254  
  6         41  
7              
8             1;