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 5     5   37 use strict;
  5         12  
  5         152  
4 5     5   29 use warnings;
  5         10  
  5         159  
5              
6 5     5   437 use parent qw( X::Tiny );
  5         309  
  5         48  
7              
8             1;