File Coverage

blib/lib/CBOR/Free/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::Free::X;
2              
3 26     26   175 use strict;
  26         52  
  26         755  
4 26     26   125 use warnings;
  26         53  
  26         706  
5              
6 26     26   8531 use parent qw( X::Tiny );
  26         5419  
  26         140  
7              
8             1;