Branch Coverage

blib/lib/GitHub/Apps/Auth.pm
Criterion Covered Total %
branch 9 14 64.2


line true false branch
27 0 2 unless defined $other
32 1 1 $reverse ? :
41 0 3 unless (exists $args{'private_key'} and $args{'private_key'})
44 0 3 unless (exists $args{'app_id'} and $args{'app_id'})
47 0 3 unless (exists $args{'installation_id'} and $args{'installation_id'})
98 0 4 unless ($resp->is_success)
130 4 11 if ($self->_is_expired_token)