Condition Coverage

blib/lib/Net/TFTPd.pm
Criterion Covered Total %
condition 0 35 0.0


and 3 conditions

line !l l&&!r l&&r condition
124 0 0 0 $cfg{'RootDir'} and not -d $cfg{'RootDir'}
130 0 0 0 $cfg{'FileName'} and not -e $cfg{'FileName'}
332 0 0 0 $self->{'_REQUEST_'}{'Mode'} ne 'OCTET' and $self->{'_REQUEST_'}{'Mode'} ne 'NETASCII'
675 0 0 0 $self->{'FileSize'} and $self->{'BlkSize'}
1131 0 0 0 $self->{'FileName'} =~ /$reqfile/ and -e $self->{'FileName'}

or 2 conditions

line l !l condition
138 0 0 $cfg{'LocalPort'} || 69

or 3 conditions

line l !l&&r !l&&!r condition
116 0 0 0 ref $self || $self
122 0 0 0 $cfg{'FileName'} or $cfg{'RootDir'}
250 0 0 0 ref $self || $self
263 0 0 0 shift() || $request->{'Timeout'}
631 0 0 0 $self->{'_REQUEST_'}{'RFC2347'}{$option} > 65464 or $self->{'_REQUEST_'}{'RFC2347'}{$option} < 8
656 0 0 0 $self->{'_REQUEST_'}{'RFC2347'}{$option} > 60 or $self->{'_REQUEST_'}{'RFC2347'}{$option} < 1