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   193 use strict;
  26         70  
  26         1152  
4 26     26   214 use warnings;
  26         56  
  26         1499  
5              
6 26     26   3997 use parent qw( X::Tiny );
  26         2844  
  26         208  
7              
8             1;