Branch Coverage

blib/lib/WebService/Blogger.pm
Criterion Covered Total %
branch 0 16 0.0


line true false branch
43 0 0 if defined $attrs{'login_id'} and defined $attrs{'password'}
51 0 0 unless -s $creds_file_name
53 0 0 if &WebService::Blogger::stat($creds_file_name)->mode & 1
58 0 0 unless open my $creds_fh, '<', $creds_file_name
66 0 0 if not defined $attrs{'login_id'} and defined $parsed_creds{'username'}
68 0 0 if not defined $attrs{'password'} and defined $parsed_creds{'password'}
108 0 0 unless ($response->is_success)
114 0 0 unless my($auth_token) = $response->content =~ /\bAuth=(.+)/