lib/JIRA/REST/Class.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 4 | 13 | 30.7 |
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'} |
line | l | !l | condition |
---|---|---|---|
594 | 1 | 0 | shift() || (return) |
681 | 2 | 0 | $self->JIRA_REST->{'path'} // '/rest/api/latest' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
687 | 0 | 0 | 0 | $base // $self->REST_CLIENT->getHost . '/rest/api/latest' |