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 5     5   28 use strict;
  5         6  
  5         115  
4 5     5   19 use warnings;
  5         7  
  5         110  
5              
6 5     5   1849 use parent qw( X::Tiny );
  5         1302  
  5         22  
7              
8             1;