| lib/SMB/v2/Commands.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 40 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 172 | 0 | 0 | 0 | $is_chained and not $is_first |
| 212 | 0 | 0 | 0 | $command->is_error and not $command->is('SessionSetup') |
| 215 | 0 | 0 | 0 | $command->is('Negotiate') and not $is_response |
| 218 | 0 | 0 | 0 | $size > $size0 and not $payload_allowed |
| 223 | 0 | 0 | 0 | $is_chained and not $is_last |
| line | l | !l | condition |
|---|---|---|---|
| 82 | 0 | 0 | shift() || die() |
| 192 | 0 | 0 | $header->credits || 1 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 130 | 0 | 0 | 0 | $INC{$command_filename} or $main::_INC{$command_filename} |
| 140 | 0 | 0 | 0 | $command->is_success or $command->is('SessionSetup') |
| 161 | 0 | 0 | 0 | $options{'struct_size'} // $command_struct_sizes[$header->code][$is_response] |
| 0 | 0 | 0 | ($options{'struct_size'} // $command_struct_sizes[$header->code][$is_response]) // $header->struct_size | |
| 179 | 0 | 0 | 0 | not $is_chained or $is_first |
| 211 | 0 | 0 | 0 | $command->is_success or $command->is('SessionSetup') |
| 231 | 0 | 0 | 0 | not $is_chained or $is_last |