Condition Coverage

blib/lib/SugarSync/API.pm
Criterion Covered Total %
condition 0 33 0.0


and 3 conditions

line !l l&&!r l&&r condition
58 0 0 0 defined $user and defined $pass
265 0 0 0 $line =~ /^(401)/ and $error++ < 20
0 0 0 $line =~ /^(50\d)/ and $error++ < 20
340 0 0 0 $line =~ /^(401)/ and $error++ < 10
0 0 0 $line =~ /^(50\d)/ and $error++ < 10

or 2 conditions

line l !l condition
54 0 0 $akeyid // 'ODxxxxxxxxxxxxxxxxxxxxxxxxx'
55 0 0 $pacckey // 'OTxxxxxxxxxxxxxxxxxxxxxxxxx'
56 0 0 $appid // '/sc/xxxxxxxxxxxxxxxxxxxxxxx'
275 0 0 $error || 1
343 0 0 $error || 1
350 0 0 $error || 1

or 3 conditions

line l !l&&r !l&&!r condition
88 0 0 0 $username //= $self->{'_authdata'}[0]
89 0 0 0 $password //= $self->{'_authdata'}[1]