Condition Coverage

blib/lib/Net/PhotoBackup/Server.pm
Criterion Covered Total %
condition 6 19 31.5


and 3 conditions

line !l l&&!r l&&r condition
280 0 0 0 $upload and -f $upload->path

or 2 conditions

line l !l condition
114 0 0 $config->{'Port'} || 8420
117 0 0 $config->{'Port'} || 8420

or 3 conditions

line l !l&&r !l&&!r condition
259 0 1 0 shift() || $self->config
269 0 1 3 $path_info eq '' or $path_info eq '/'
276 0 0 0 not length $post_vars->{'password'} or $post_vars->{'password'} ne $config->{'Password'}
296 1 1 1 not length $post_vars->{'password'} or $post_vars->{'password'} ne $config->{'Password'}