Condition Coverage

blib/lib/App/MBUtiny/Storage/FTP.pm
Criterion Covered Total %
condition 0 58 0.0


and 3 conditions

line !l l&&!r l&&r condition
246 0 0 0 $ostat and length $path
384 0 0 0 $ostat and length $path
398 0 0 0 $ostat and grep {$_ eq $name;} @ls
444 0 0 0 $ostat and length $path

or 2 conditions

line l !l condition
130 0 0 array($ftp_node, 'url') || []
131 0 0 value($ftp_node, 'comment') || ''
153 0 0 $self->{'ftp_storages'} || []
179 0 0 $uri->user || 'anonymous'
0 0 $uri->password || 'anonymous@example.com'
187 0 0 $uri->path // ''
220 0 0 $params{'size'} || 0
225 0 0 $storage->{'comment'} || ''
226 0 0 $uri->path // ''
239 0 0 $uri->user || 'anonymous'
0 0 $uri->password || 'anonymous@example.com'
264 0 0 $ftp->size($name) || 0
294 0 0 $uri->path // ''
305 0 0 $uri->user || 'anonymous'
0 0 $uri->password || 'anonymous@example.com'
321 0 0 $ftp->size($name) || 0
335 0 0 filesize($file) // 0
364 0 0 $uri->path // ''
377 0 0 $uri->user || 'anonymous'
0 0 $uri->password || 'anonymous@example.com'
424 0 0 $uri->path // ''
437 0 0 $uri->user || 'anonymous'
0 0 $uri->password || 'anonymous@example.com'