blib/lib/WebService/Blogger.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 14 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
43 | 0 | 0 | 0 | defined $attrs{'login_id'} and defined $attrs{'password'} |
66 | 0 | 0 | 0 | not defined $attrs{'login_id'} and defined $parsed_creds{'username'} |
68 | 0 | 0 | 0 | not defined $attrs{'password'} and defined $parsed_creds{'password'} |
line | l | !l | condition |
---|---|---|---|
109 | 0 | 0 | ($response->content =~ /\bError=(.+)/)[0] || 'Google error message unavailable' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
49 | 0 | 0 | 0 | $attrs{'creds_file_name'} || $ENV{'WEBSERVICE_BLOGGER_CONFIG'} || "$ENV{'HOME'}/.www_blogger_rc" |