| line |
l |
!l&&r |
!l&&!r |
condition |
|
21
|
73 |
0 |
0 |
shift() // Carp::croak("usage: _croak(\$TYPE, [\$msg])") |
|
56
|
12 |
61 |
0 |
shift() // $messages{$type} |
|
|
61 |
0 |
0 |
(shift() // $messages{$type}) // Carp::croak("Bifcode::_croak($type) has no message ") |
|
99
|
1 |
0 |
0 |
$2 // _croak("DecodeBytes") |
|
109
|
28 |
0 |
0 |
$2 // _croak("DecodeUTF8") |
|
149
|
4 |
2 |
0 |
$2 // _croak("DecodeBytes") |
|
159
|
35 |
4 |
1 |
$2 // _croak("DecodeUTF8") |
|
215
|
0 |
0 |
0 |
$2 // _croak("DecodeBifcode") |
|
246
|
2 |
4 |
38 |
$ref eq "SCALAR" or $ref eq "Bifcode2::BYTES" |
|
251
|
15 |
9 |
1 |
defined $3 or defined $5 |
|
302
|
4 |
2 |
0 |
$$_ // _croak("EncodeBytesUndef") |
|
309
|
3 |
1 |
0 |
$$_ // _croak("EncodeIntegerUndef") |
|
315
|
8 |
1 |
0 |
$$_ // _croak("EncodeRealUndef") |
|
325
|
2 |
0 |
1 |
$$_ // _croak("EncodeUTF8Undef") |