Condition Coverage

lib/JIRA/REST/Class.pm
Criterion Covered Total %
condition 4 13 30.7


and 3 conditions

line !l l&&!r l&&r condition
156 0 0 0 @args == 1 and ref $args[0] eq 'HASH'
457 1 0 2 exists $self->{'maxResults'} and defined $self->{'maxResults'}

or 2 conditions

line l !l condition
594 1 0 shift() || (return)
681 2 0 $self->JIRA_REST->{'path'} // '/rest/api/latest'

or 3 conditions

line l !l&&r !l&&!r condition
687 0 0 0 $base // $self->REST_CLIENT->getHost . '/rest/api/latest'