Branch Coverage

blib/lib/Flickr/Roles/Permissions.pm
Criterion Covered Total %
branch 0 14 0.0


line true false branch
36 0 0 if $self->_api_connects
47 0 0 if $self->_has_permissions
57 0 0 unless ($self->has_token and $self->has_token_secret)
67 0 0 if ($rsp->success == 0) { }
91 0 0 unless ($rsp->rc eq '200')
100 0 0 unless ($rsp->success eq '1')
112 0 0 if ($answer->{'tool'} eq 'can_connect') { }