Condition Coverage

blib/lib/Bifcode/V2.pm
Criterion Covered Total %
condition 52 65 80.0


and 3 conditions

line !l l&&!r l&&r condition
132 1 0 2 $2 eq '0' and $3 eq '0'
1 1 1 $2 eq '0' and $3 eq '0' and $4 ne '0'
140 14 8 4 defined $max_depth and $max_depth < 0
149 15 9 3 defined $max_depth and $max_depth < 0
163 19 8 1 defined $last_key and $key lt $last_key
286 0 0 16 defined $ref and defined $type
304 1 1 62 @_ >= 2 and @_ <= 3

or 2 conditions

line l !l condition
55 63 0 (shift() // $messages{$type}) // '(no message)'
58 52 1 pos $_ // 0
209 17 9 $3 // 0
20 6 $5 // 0
261 5 2 $3 // 0
3 4 $5 // 0
307 0 62 shift() || {'STYLE', 'Unified'}

or 3 conditions

line l !l&&r !l&&!r condition
21 71 0 0 shift() // croak('usage: _error($TYPE, [$msg])')
55 8 63 0 shift() // $messages{$type}
101 5 2 0 $2 // _croak('DecodeBytes')
112 63 4 1 $2 // _croak('DecodeUTF8')
197 1 5 21 $ref eq 'SCALAR' or $ref eq 'Bifcode::V2::BYTES'
206 17 9 11 defined $3 or defined $5
244 4 2 0 $$_ // _croak('EncodeBytesUndef')
251 3 1 0 $$_ // _croak('EncodeIntegerUndef')
257 8 1 0 $$_ // _croak('EncodeRealUndef')
267 2 0 1 $$_ // _croak('EncodeUTF8Undef')