Condition Coverage

lib/SMB/Command.pm
Criterion Covered Total %
condition 0 13 0.0


and 3 conditions

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

or 2 conditions

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()