| line |
l |
!l&&r |
!l&&!r |
condition |
|
21
|
76 |
0 |
0 |
shift() // Carp::croak("usage: _croak(\$TYPE, [\$msg])") |
|
56
|
12 |
64 |
0 |
shift() // $messages{$type} |
|
|
64 |
0 |
0 |
(shift() // $messages{$type}) // Carp::croak("Bifcode::_croak($type) has no message ") |
|
99
|
0 |
1 |
0 |
$2 // _croak("DecodeBytes") |
|
109
|
28 |
0 |
0 |
$2 // _croak("DecodeUTF8") |
|
149
|
3 |
3 |
0 |
$2 // _croak("DecodeBytes") |
|
159
|
37 |
3 |
0 |
$2 // _croak("DecodeUTF8") |
|
217
|
0 |
0 |
0 |
$2 // _croak("DecodeBifcode") |
|
248
|
2 |
4 |
26 |
$ref eq "SCALAR" or $ref eq "Bifcode::BYTES" |
|
253
|
17 |
9 |
10 |
defined $3 or defined $5 |
|
304
|
4 |
2 |
0 |
$$_ // _croak("EncodeBytesUndef") |
|
311
|
3 |
1 |
0 |
$$_ // _croak("EncodeIntegerUndef") |
|
317
|
8 |
1 |
0 |
$$_ // _croak("EncodeRealUndef") |
|
327
|
2 |
0 |
1 |
$$_ // _croak("EncodeUTF8Undef") |