blib/lib/Net/Laconica.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 9 | 21 | 42.8 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
22 | 7 | 6 | 7 | exists $$self{'uri'} and exists $$self{'username'} |
13 | 7 | 0 | exists $$self{'uri'} and exists $$self{'username'} and exists $$self{'password'} | |
7 | 6 | 7 | exists $$self{'uri'} and exists $$self{'username'} | |
64 | 0 | 0 | 0 | $$self{'value'} eq 'content' and shift() eq 'a' |
104 | 0 | 0 | 0 | $$self{'value'} eq 'content' and shift() eq 'a' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
22 | 0 | 0 | 20 | exists $$self{'uri'} and exists $$self{'username'} and exists $$self{'password'} or exists $$self{'uri'} and exists $$self{'username'} |
141 | 0 | 0 | 0 | $error eq 'Incorrect username or password.' or $error eq 'No such user.' |