lib/JIRA/REST/Class.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 4 | 13 | 30.7 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
157 | 0 | 0 | 0 | @args == 1 and ref $args[0] eq 'HASH' |
458 | 1 | 0 | 2 | exists $self->{'maxResults'} and defined $self->{'maxResults'} |
line | l | !l | condition |
---|---|---|---|
595 | 1 | 0 | shift() || (return) |
682 | 0 | 2 | $self->JIRA_REST->{'path'} // '/rest/api/latest' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
688 | 0 | 0 | 0 | $base // $self->REST_CLIENT->getHost . '/rest/api/latest' |