Condition Coverage

lib/JIRA/REST/Class/Mixins.pm
Criterion Covered Total %
condition 13 27 48.1


and 3 conditions

line !l l&&!r l&&r condition
31 35 0 0 not $args and $self->{'args'}
162 0 40 0 $args->{'username'} and $args->{'password'}
183 0 2 2 'JIRA::REST'->VERSION && 'JIRA::REST'->VERSION($version)
234 0 0 0 $dir && $dir =~ /out(?:ward)?/x
421 7 1 41 @$in == 1 and ref $in->[0]
8 0 41 @$in == 1 and ref $in->[0] and ref $in->[0] eq 'HASH'
548 1 0 3 exists $args->{$arg} and defined $args->{$arg}
1 0 3 exists $args->{$arg} and defined $args->{$arg} and length $args->{$arg}

or 3 conditions

line l !l&&r !l&&!r condition
359 0 0 0 $fallback //= sprintf('%s->%s(undef)', $class, $method)