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 7     7   40 use strict;
  7         10  
  7         182  
4 7     7   27 use warnings;
  7         9  
  7         165  
5              
6 7     7   739 use parent qw( X::Tiny );
  7         600  
  7         55  
7              
8             1;