lib/JIRA/REST/Class/Mixins.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 11 | 24 | 45.8 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
31 | 36 | 0 | 0 | not $args and $self->{'args'} |
175 | 0 | 0 | 4 | 'JIRA::REST'->VERSION && 'JIRA::REST'->VERSION($version) |
226 | 0 | 0 | 0 | $dir && $dir =~ /out(?:ward)?/x |
413 | 7 | 1 | 42 | @$in == 1 and ref $in->[0] |
8 | 0 | 42 | @$in == 1 and ref $in->[0] and ref $in->[0] eq 'HASH' | |
540 | 1 | 0 | 3 | exists $args->{$arg} and defined $args->{$arg} |
1 | 0 | 3 | exists $args->{$arg} and defined $args->{$arg} and length $args->{$arg} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
351 | 0 | 0 | 0 | $fallback //= sprintf('%s->%s(undef)', $class, $method) |