Branch Coverage

blib/lib/CBOR/Free/Decoder/Base.pm
Criterion Covered Total %
branch 6 6 100.0


line true false branch
9 1 105 if @tag_kv % 2
14 1 104 unless $tag =~ /\A[0-9]+\z/
15 1 103 if defined $cr and not UNIVERSAL::isa($cr, "CODE")