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   147 use strict;
  26         266  
  26         625  
4 26     26   104 use warnings;
  26         43  
  26         627  
5              
6 26     26   6626 use parent qw( X::Tiny );
  26         4984  
  26         141  
7              
8             1;