| blib/lib/Net/SSH/Perl/Packet.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 81 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 165 | 0 | 0 | 0 | $ciph && $ciph->authlen |
| 167 | 0 | 0 | 0 | $mac && $mac->enabled |
| 168 | 0 | 0 | 0 | $ciph && $ciph->enabled |
| 183 | 0 | 0 | 0 | $ciph && $ciph->enabled |
| 199 | 0 | 0 | 0 | $aadlen and $incoming->length < $aadlen + $need + $maclen + $authlen |
| 0 | 0 | 0 | not $aadlen and $incoming->length < $need + $block_size + $maclen | |
| 204 | 0 | 0 | 0 | $mac and $mac->enabled |
| 223 | 0 | 0 | 0 | $mac and $mac->enabled |
| 225 | 0 | 0 | 0 | $ciph && $ciph->enabled |
| 233 | 0 | 0 | 0 | $ciph && $ciph->enabled |
| 236 | 0 | 0 | 0 | $ciph && $ciph->enabled |
| 250 | 0 | 0 | 0 | $comp and $comp->enabled |
| 340 | 0 | 0 | 0 | $ciph && $ciph->authlen |
| 342 | 0 | 0 | 0 | $ciph && $ciph->enabled |
| 346 | 0 | 0 | 0 | $comp and $comp->enabled |
| 360 | 0 | 0 | 0 | $mac and $mac->etm |
| 362 | 0 | 0 | 0 | $ciph && $ciph->enabled |
| 363 | 0 | 0 | 0 | $mac and $mac->etm |
| 366 | 0 | 0 | 0 | $mac and $mac->enabled |
| 373 | 0 | 0 | 0 | $mac and $mac->enabled |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 56 | 0 | 0 | 0 | $! == 11 or $! == 11 |
| 169 | 0 | 0 | 0 | $mac && $mac->enabled && $mac->etm || $authlen |
| 191 | 0 | 0 | 0 | $plen < 5 or $plen > 262144 |
| 199 | 0 | 0 | 0 | $aadlen and $incoming->length < $aadlen + $need + $maclen + $authlen or not $aadlen and $incoming->length < $need + $block_size + $maclen |
| 291 | 0 | 0 | 0 | shift() || $pack->{'data'} |
| 331 | 0 | 0 | 0 | shift() || $pack->{'data'} |
| 343 | 0 | 0 | 0 | $mac && $mac->enabled && $mac->etm || $authlen |