Branch Coverage

lib/JIRA/REST/Class.pm
Criterion Covered Total %
branch 17 24 70.8


line true false branch
156 0 0 if (@args == 1 and ref $args[0] eq 'HASH') { }
371 0 1 ref $args->{'data'} ? :
388 0 1 unless $response->is_success
454 1 2 if (@_)
457 1 2 unless (exists $self->{'maxResults'} and defined $self->{'maxResults'})
474 1 2 unless ($self->{'issue_types'})
483 2 1 if wantarray
537 1 2 unless ($self->{'project_list'})
561 1 2 if wantarray
597 0 1 if $self->obj_isa($proj, 'project')
601 0 1 unless exists $self->{'project_hash'}{$proj}
679 2 0 if ($self->_JIRA_REST_version_has_separate_path) { }