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 2     2   16 use strict;
  2         6  
  2         73  
4 2     2   15 use warnings;
  2         5  
  2         88  
5              
6 2     2   616 use parent qw( X::Tiny );
  2         417  
  2         28  
7              
8             1;