blib/lib/Net/Wire10.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 66 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
506 | 0 | 0 | 0 | defined $ready and scalar $ready != 0 |
653 | 0 | 0 | 0 | length $$macket{'buf'} < 13 and ord substr($$macket{'buf'}, 4, 1) == 254 |
657 | 0 | 0 | 0 | ord substr($$macket{'buf'}, 4, 1) == 0 and length $$macket{'buf'} > 9 |
661 | 0 | 0 | 0 | $self->_extract_macket_number($macket) == 0 and not defined $$self{'protocol_version'} |
896 | 0 | 0 | 0 | defined $sql and not utf8::is_utf8($sql) |
1353 | 0 | 0 | 0 | $len > 528 and $pos > 256 |
0 | 0 | 0 | $len > 528 and $pos > 256 and $len - $pos > 256 | |
1391 | 0 | 0 | 0 | $len > 528 and $pos > 256 |
0 | 0 | 0 | $len > 528 and $pos > 256 and $len - $pos > 256 | |
1563 | 0 | 0 | 0 | defined $sql and not utf8::is_utf8($sql) |
1583 | 0 | 0 | 0 | defined $value and not $datatype == '1' || utf8::is_utf8($value) |
line | l | !l | condition |
---|---|---|---|
289 | 0 | 0 | $args{'port'} || 3306 |
0 | 0 | $args{'flags'} || 0 | |
0 | 0 | $args{'debug'} || 0 | |
472 | 0 | 0 | shift() || '' |
485 | 0 | 0 | shift() || '' |
963 | 0 | 0 | shift() || '' |
1580 | 0 | 0 | shift() || '0' |
2096 | 0 | 0 | shift() || 4294967295 |
2103 | 0 | 0 | shift() || 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
697 | 0 | 0 | 0 | $len == 0 or $chunk_len < 16777215 |
1583 | 0 | 0 | 0 | $datatype == '1' || utf8::is_utf8($value) |
1651 | 0 | 0 | 0 | utf8::is_utf8($value) or $has_charset |
1764 | 0 | 0 | 0 | $nrbytes > 8 or $bytes[-1] > 127 |
2077 | 0 | 0 | 0 | $c eq ' ' or $c eq "\t" |