Branch Coverage

lib/SMB/v1/Commands.pm
Criterion Covered Total %
branch 0 10 0.0


line true false branch
294 0 0 if ($parser->size < $MIN_MESSAGE_SIZE)
299 0 0 if ($parser->bytes(4) ne $header_stamp)
332 0 0 if ($command_name) { }
335 0 0 unless $INC{$command_filename}
337 0 0 unless $command = $command_class->new($header)->parse($parser)