File Coverage

blib/lib/CBOR/Free/X/Base.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::Base;
2              
3 7     7   4658 use strict;
  7         17  
  7         370  
4 7     7   37 use warnings;
  7         34  
  7         444  
5              
6 7     7   39 use parent qw( X::Tiny::Base );
  7         40  
  7         66  
7              
8             1;
9