Branch Coverage
lib/SMB/v1/Command/Negotiate.pm
Criterion
Covered
Total
%
branch
0
6
0.0
line
true
false
branch
33
0
0
if ($self->is_response) { }
51
0
0
$2 eq '??' ? :
0
0
if /^SMB (\d+)\.[0?](\d{2}|\?\?)/ and $1 << 8 + ($2 eq '??' ? 0 : $2) > $dialect0