Condition Coverage

lib/SMB/Server.pm
Criterion Covered Total %
condition 0 44 0.0


and 3 conditions

line !l l&&!r l&&r condition
57 0 0 0 not $share_roots and $FindBin::Bin
59 0 0 0 -d $_ and -x _
62 0 0 0 ref $share_roots eq '' and $share_roots eq '-'
116 0 0 0 $command->is('Negotiate') and $command->supports_protocol(2)
126 0 0 0 $tid || exists $$command{'fid'} and not $tree
146 0 0 0 defined $auth_completed and not $auth_completed
167 0 0 0 $file->exists and $disposition == 1
168 0 0 0 $command->requested_directory and not $file->is_directory
0 0 0 $command->requested_non_directory and $file->is_directory

or 2 conditions

line l !l condition
226 0 0 $socket->accept || (next)

or 3 conditions

line l !l&&r !l&&!r condition
37 0 0 0 $port or $fifo_filename
47 0 0 0 $options{'passwd_filename'} //= "$FindBin::Bin/../conf/passwd.txt"
126 0 0 0 $tid || exists $$command{'fid'}
146 0 0 0 not $command->security_buffer or defined $auth_completed and not $auth_completed
153 0 0 0 $tree_root or $share eq 'IPC$'