| lib/SMB/Command.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 0 | 16 | 0.0 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 63 | 0 | 0 | 0 | !$header1->is_response && $header2->is_response && $header1->code == $header2->code && $header1->mid == $header2->mid | 
| line | l | !l | condition | 
|---|---|---|---|
| 25 | 0 | 0 | shift() || die("No smb parameter in $class constructor\n") | 
| 26 | 0 | 0 | shift() || die("No name parameter in $class constructor\n") | 
| 27 | 0 | 0 | shift() || die("No header parameter in $class constructor\n") | 
| 44 | 0 | 0 | shift() || '' | 
| 57 | 0 | 0 | shift() || die() | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 85 | 0 | 0 | 0 | $STATUS_NAMES{$status} || sprintf('%x', $status) |