File Coverage

blib/lib/CBOR/PP/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 CBOR::PP::X;
2              
3 6     6   36 use strict;
  6         10  
  6         159  
4 6     6   27 use warnings;
  6         11  
  6         164  
5              
6 6     6   2547 use parent qw( X::Tiny );
  6         1803  
  6         32  
7              
8             1;